en-us/Microsoft.Online.Sharepoint.Powershell.dll-help.xml

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<HelpItems xmlns="http://msh" schema="maml">
<!-- Doc Build Version: 15.0.15244.2101 -->
<!-- Date/Time Created (UTC): 2015-09-02 04:54:16.429-->
0bb1e45a-33ee-4e8b-93d1-f2ac90d6d724
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>New-SPOMigrationPackage</command:name>
    <maml:description>
      <maml:para>Cmdlet to create a new migration package based on source files in a local or network shared folder.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>New</command:verb>
    <command:noun>SPOMigrationPackage</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>New-SPOMigrationPackage</maml:name>
      <command:parameter required="True">
        <maml:name>OutputPackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>IncludeFileSharePermissions</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoADLookup</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetDocumentLibraryPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>OutputPackagePath</maml:name>
      <maml:description>
        <maml:para>The directory location where the output package metadata files will be saved. If the directory does not exist, it will be created.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>SourceFilesPath</maml:name>
      <maml:description>
        <maml:para>The directory location where the source content files exist. This directory will be enumerated to create the package metadata files.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>IncludeFileSharePermissions</maml:name>
      <maml:description>
        <maml:para>Used to include permissions and sharing information into the generated manifest files in the package metadata.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoADLookup</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Used to not create a log file. The default is to create a new CreateMigrationPackage log file within the directory specified within the OutputPackagePath parameter.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>TargetDocumentLibraryPath</maml:name>
      <maml:description>
        <maml:para>The web relative document library to use as the document library part of the base URL in the package metadata. If this is not supplied, "Documents" will be used within the package metadata instead.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>Specifies the document library relative subfolder to use as the folder path part of the base URL in the package metadata. If this is not provided, no value will be used within the package metadata. The files will be homed under the document library root.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>The fully qualified web URL to use as the web address part of the base URL in the package metadata. If this is not provided, "http://fileserver/sites/user" will be used instead within the package metadata.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>SourcePath</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>New-SPOMigrationPackage -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_SrcPkg</maml:para>
      <maml:para>New-SPOMigrationPackage -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_SrcPkg -TargetWebUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -TargetDocumentLibraryPath "Shared Documents" -TargetDocumentLibrarySubFolderPath "Sub Folder/Target Folder"</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOMigrationPackage -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_SrcPkg -TargetWebUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -TargetDocumentLibraryPath "Shared Documents"</maml:para>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/0bb1e45a-33ee-4e8b-93d1-f2ac90d6d724(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>29079bf5-73e8-48f5-b992-4d04dac4738f
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPODeletedSite</command:name>
    <maml:description>
      <maml:para>Returns all deleted site collections from the Recycle Bin.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPODeletedSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPODeletedSite</maml:name>
      <command:parameter required="False">
        <maml:name>IncludePersonalSite</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPODeletedSite</maml:name>
      <command:parameter required="True">
        <maml:name>IncludeOnlyPersonalSite</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>IncludeOnlyPersonalSite</maml:name>
      <maml:description>
        <maml:para>Use this switch parameter to only include Personal Sites in the returned results.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>Identity</maml:name>
      <maml:description>
        <maml:para>Specifies the URL of the deleted site collection to be returned.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      <dev:type>
        <maml:name>SpoSitePipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>IncludePersonalSite</maml:name>
      <maml:description>
        <maml:para>Use this switch parameter to include Personal Sites with the returned results.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Limit</maml:name>
      <maml:description>
        <maml:para>Specifies the maximum number of site collections to return. It can be any number. To retrieve all site collections, use ALL. The default value is 200.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Get-SPODeletedSite cmdlet returns all deleted site collections that match the given criteria from the Recycle Bin.</maml:para>
    <maml:para>By default the cmdlet only returns site and site collections that are not Personal Sites (My Sites). To include personal sites, use the IncludePersonalSite parameter. To return only Personal Sites, use the IncludeOnlyPersonalSite parameter.</maml:para>
    <maml:para>These two Switch Parameters are in different parameter sets, so you can only use either one of them but not both.</maml:para>
    <maml:para>This action does not restore these returned sites or site collection. It only returns their properties so that you can see what sites or site collections have been deleted. To restore the site or site collections, forward the results to the Restore-SPODeletedSite cmdlet in the pipeline.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator for the deleted site collections to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite -Identity http://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>This example returns the properties for the deleted site collection "http://contoso.sharepoint.com/sites/marketing" that is in the Recycle Bin.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite -IncludePersonalSite</maml:para>
      <dev:remarks>
        <maml:para>This example returns all of the properties for the deleted sites, including Personal Sites, that are in the Recycle Bin.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite - IncludeOnlyPersonalSite</maml:para>
      <dev:remarks>
        <maml:para>This example returns all of the properties for only the Personal sites, that are in the Recycle Bin.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Restore-SPODeletedSite</maml:linkText>
      <maml:uri href="fad9d40f-c3b4-4efb-ba73-b428688a2682" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/29079bf5-73e8-48f5-b992-4d04dac4738f(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>2a837ecf-b85b-459f-a7fe-04e27cb74454
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOTenantSyncClientRestriction</command:name>
    <maml:description>
      <maml:para>Disables the feature for the tenancy.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOTenantSyncClientRestriction</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para />
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>Requires a valid Connect-SPOService context to identify the tenant. For information on how to connect to the tenant, see Connect-SPOService</maml:para>
    <maml:para>The Remove-SPOTenantSyncClientRestriction cmdlet disables the feature for tenancy, but does not remove any present domain GUID entries from the safe sender recipient list. After the Remove-SPOTenantSyncClientRestriction cmdlet is run it can take up to 24 hours for change to take effect.</maml:para>
    <maml:para>The Remove-SPOTenantSyncClientRestriction cmdlet does not have any parameters.</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOTenantSyncClientRestriction</maml:para>
      <dev:remarks>
        <maml:para>This example returns the value of False for the TenantRestrictionEnabled property.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/2a837ecf-b85b-459f-a7fe-04e27cb74454(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
</command:command>3567d973-e7cf-4550-826b-5b2ef7190a58
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOExternalUser</command:name>
    <maml:description>
      <maml:para>Removes a collection of external users from the tenancy's folder.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOExternalUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOExternalUser</maml:name>
      <command:parameter required="True">
        <maml:name>UniqueIDs</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies an ID that can be used to identify an external user based on their Windows Live ID.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Remove-SPOExternalUser cmdlet permanently removes a collection of external users from the tenancy's folder.</maml:para>
    <maml:para>Users who are removed lose access to all tenant resources.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>$user = Get-SPOExternalUser -Filter someone@example.com</maml:para>
      <maml:para>Remove-SPOExternalUser -UniqueIDs @($user.UniqueId)</maml:para>
      <dev:remarks>
        <maml:para>This example removes a specific external user who has the address "someone@example.com". Organization members may still see the external user name displayed in the Shared With dialog, but the external user will not be able to sign in and will not be able to access any tenant resources.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOExternalUser</maml:linkText>
      <maml:uri href="5bed4da8-25c1-4c16-9d12-64b9e8f319a4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/3567d973-e7cf-4550-826b-5b2ef7190a58(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>356c9605-5ff4-4545-bb81-27b3b3b63da4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Test-SPOSite</command:name>
    <maml:description>
      <maml:para>Tests a SharePoint Online site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Test</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Test-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RuleId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RunAlways</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the SharePoint Online site collection to test.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the health check rule to run.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that states the effect of the command instead of executing the command.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Test-SPOSite cmdlet runs one or all site collection health checks on the site collection and its contents. Tests are intended not to make any changes except in repair mode, which can be initiated by running the Repair-SPOSite cmdlet. This cmdlet reports the rules together with a summary of the results.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the Test-SPOSite cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Test-SPOSite https://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>This example runs all the site collection health checks on the https://contoso.sharepoint.com/sites/marketing site collection.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSite</maml:linkText>
      <maml:uri href="7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Repair-SPOSite</maml:linkText>
      <maml:uri href="6ef179d0-ed05-47c2-bb0c-0fd65b13c79e" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/356c9605-5ff4-4545-bb81-27b3b3b63da4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>37ed35a8-450d-49df-b471-e6d4babcb5c7
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPODeletedSite</command:name>
    <maml:description>
      <maml:para>Removes a SharePoint Online deleted site collection from the Recycle Bin.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPODeletedSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPODeletedSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the URL of the site collection to remove.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters。</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Remove-SPODeletedSite cmdlet permanently removes a SharePoint Online deleted site collection from the Recycle Bin.</maml:para>
    <maml:para>You have to be a SharePoint Online global administrator and site collection administrator permissions to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPODeletedSite -Identity https://contoso.sharepoint.com/sites/sitetoremove</maml:para>
      <dev:remarks>
        <maml:para>This example removes a SharePoint Online deleted site collection named https://contoso.sharepoint.com/sites/sitetoremove from the Recycle Bin and deletes it permanently.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOSite</maml:linkText>
      <maml:uri href="751a6f18-4fc1-42f2-a2b3-d58fa9c761fe" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPODeletedSite</maml:linkText>
      <maml:uri href="29079bf5-73e8-48f5-b992-4d04dac4738f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/37ed35a8-450d-49df-b471-e6d4babcb5c7(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>3b75fc2f-c782-4795-9484-98e24e665129
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenantLogEntry [[-StartTimeInUtc]</command:name>
    <maml:description>
      <maml:para>Retrieves SharePoint Online company logs.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenantLogEntry [[-StartTimeInUtc]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the start time in Coordinated Universal Time (UTC) to search for the logs -- for example, 01032011:12:00.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the end time in UTC to search for logs.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the maximum number of rows in the descending order of timestamp. The value must be less than 5000. The default value is 1000.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the Correlation ID as a filter.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the component that logs the errors.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the log-on identity as a filter.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>The Get-SPOTenantLogEntry cmdlet cannot retrieve all SharePoint Online errors. This cmdlet retrieves a subset of errors that happen due to external systems.</maml:para>
    <maml:para>For Beta 2, the only company logs available are for Business Connectivity Services (BCS).</maml:para>
    <maml:para>If you do not use any parameter, the first 1000 rows in descending time range are returned.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <dev:remarks>
        <maml:para>This example retrieves all logs that are available.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc -MaxRows 500</maml:para>
      <dev:remarks>
        <maml:para>This example retrieves the first 500 log entries.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$endTimeinUTC = Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <maml:para>$startTimeinUTC = $endTimeinUTC.AddDays (-14)</maml:para>
      <maml:para>$tenantlogs = Get-SPOTenantLogEntry -StartTimeinUtc $startTimeinUTC -EndTimeinUTC $endTimeinUTC</maml:para>
      <dev:remarks>
        <maml:para>This example retrieves log entries recorded over that previous 14 days.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$endTimeinUTC = Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <maml:para>$startTimeinUTC = $endTimeinUTC.AddDays (-14)</maml:para>
      <maml:para>$tenantlogs = Get-SPOTenantLogEntry -StartTimeinUtc $startTimeinUTC -EndTimeinUTC $endTimeinUTC -CorrelationId e2c2be70-6382-4ce7-8a44-ae7dadff5597</maml:para>
      <dev:remarks>
        <maml:para>This example retrieves log entries recorded over that previous 14 days that have the CorrelationId of "e2c2be70-6382-4ce7-8a44-ae7dadff5597".</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOTenantLogLastAvailableTimeInUtc</maml:linkText>
      <maml:uri href="dba7f754-c9b7-4b4e-8b75-6cf4ddf398e7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/3b75fc2f-c782-4795-9484-98e24e665129(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>3f869c81-ca2d-4b98-a05f-edf3b2397a37
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>New-SPOSite</command:name>
    <maml:description>
      <maml:para>Creates a new SharePoint Online site collection for the current company.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>New</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>New-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Owner</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>StorageQuota</maml:name>
        <command:parameterValue required="True">Int64</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Url</maml:name>
        <command:parameterValue required="True">UrlCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>CompatibilityLevel</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LocaleId</maml:name>
        <command:parameterValue required="True">UInt32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ResourceQuota</maml:name>
        <command:parameterValue required="True">Double</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Template</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TimeZoneId</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Title</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the full URL of the new site collection. It must be in a valid managed path in the company's site. For example, for company contoso, valid managed paths are https://contoso.sharepoint.com/sites and https://contoso.sharepoint.com/teams.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the user name of the site collection's primary owner. The owner must be a user instead of a security group or an email-enabled security group.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the storage quota for this site collection in megabytes. This value must not exceed the company's available quota.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the version of templates to use when you are creating a new site collection. This value sets the initial CompatibilityLevel value for the site collection. The values for this parameter can be either SharePoint Server 2010 or SharePoint Server 2013. When this parameter is not specified, the CompatibilityLevel will be by default the highest possible version for the Web application.</maml:para>
        <maml:para>For SharePoint Online Preview, it can only be set to "14" or "15". "14" indicates SharePoint 2010 Products, "15" indicates SharePoint 2013. Other values are not valid and will cause error.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft (http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911). The Template and LocaleId parameters must be a valid combination as returned from the Get-SPOWebTemplate cmdlet.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies to continue executing script immediately.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the quota for this site collection in Sandboxed Solutions units. This value must not exceed the company's aggregate available Sandboxed Solutions quota. The default value is 0. For more information, see Resource Usage Limits on Sandboxed Solutions in SharePoint 2010(http://msdn.microsoft.com/en-us/library/gg615462.aspx) (http://msdn.microsoft.com/en-us/library/gg615462.aspx).</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the site collection template type. Use the Get-SPOWebTemplate cmdlet to get the list of valid templates. If no template is specified, one can be added later. The Template and LocaleId parameters must be a valid combination as returned from the Get-SPOWebTemplate cmdlet.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the time zone of the site collection. For more information, see SPRegionalSettings.TimeZones Property (http://go.microsoft.com/fwlink/p/?LinkId=242912) (http://go.microsoft.com/fwlink/p/?LinkId=242912).</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the title of the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The New-SPOSite cmdlet creates a new site collection for the current company. However, creating a new SharePoint Online site collection fails if a deleted site with the same URL exists in the Recycle Bin.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url http://contoso.sharepoint.com/sites/mynewsite -Owner joe.healy@contoso.com -StorageQuota 1000 -Title "My new site collection"</maml:para>
      <dev:remarks>
        <maml:para>Example 1 creates a new site collection for the current company with specified site URL, title, and owner. The storage quota is set to 1000 megabytes.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url http://contoso.sharepoint.com/sites/mynewsite -Owner joe.healy@contoso.com -StorageQuota 1000 -CompatibilityLevel 15 -LocaleID 1033 -ResourceQuota 300 -Template "STS#0" -TimeZoneId 13 -Title "My new site collection"</maml:para>
      <dev:remarks>
        <maml:para>Example 2 creates a new site collection for the current company with specified site URL, title, owner, and template. The storage quota is set to 1000 megabytes and the resource quota is set to 300 megabytes. The template compatibility level is set to 15 which means that the site collection only supports the SharePoint 2013 template. The language is set to English - United States (LocaleID = 1033) and the time zone is set to (GMT-08:00) Pacific Time (US and Canada) (TimeZone = 13).</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url https://contoso.sharepoint.com/sites/accounting -Owner admin@contoso.com -StorageQuota 100 -NoWait -ResourceQuota 50 -Template STS#0</maml:para>
      <dev:remarks>
        <maml:para>Example 3 creates a new site collection for the current company with specified site URL, owner, and template. The storage quota is set to 100 megabytes and the resource quota is set to 50 megabytes. This cmdlet is executed immediately without delay.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSite</maml:linkText>
      <maml:uri href="7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/3f869c81-ca2d-4b98-a05f-edf3b2397a37(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>4776fbfa-7ea0-49ba-b871-c5438c0e31cb
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOMigrationPackageAzureSource</command:name>
    <maml:description>
      <maml:para>Cmdlet to create Azure containers, upload migration package files into the appropriate containers, and snapshot the uploaded content.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOMigrationPackageAzureSource</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para />
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>AccountKey</maml:name>
      <maml:description>
        <maml:para>The account key for the Azure Storage account.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>AccountName</maml:name>
      <maml:description>
        <maml:para>The account name for the Azure Storage account.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>A set of fully qualified URLs and SAS tokens representing the Azure Blob Storage containers that hold the package content and metadata files and an optional Azure Storage Reporting Queue. This object is returned during successful processing of the Set- SPOMigrationPackageAzureSource</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>SourceFilesPath</maml:name>
      <maml:description>
        <maml:para>The directory location where the package's source content files exist.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>SourcePackagePath</maml:name>
      <maml:description>
        <maml:para>The directory location where the package's metadata files exist.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>AzureQueueName</maml:name>
      <maml:description>
        <maml:para>An optional name of the Azure Storage Reporting Queue where import operations lists events during import. This value must be in lower case and conform to Azure's queue naming rules.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>FileContainerName</maml:name>
      <maml:description>
        <maml:para>The optional name of the Azure Blob Storage container that will be created if it does not currently exist. It will hold the uploaded package content files. The value must be in lower case and conform to Azure's container naming rules. If this not supplied a name will be generated using the format &lt;GUID&gt;-files.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Indicates to not create a log file. The default is to create a new CopyMigrationPackage log file within the directory specified within the SourcePackagePath parameter.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoSnapshotCreation</maml:name>
      <maml:description>
        <maml:para>Indicates to not perform snapshots on the content in the containers. The default is to snapshot each of the packages files in the containers.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoUpload</maml:name>
      <maml:description>
        <maml:para>Indicates to not upload the package files. The default is to upload all the package files.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>Overwrite</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>PackageContainerName</maml:name>
      <maml:description>
        <maml:para>The optional name of the Azure Blob Storage container that will be created if it does not currently exist. It will hold the uploaded package metadata files. The value must be in lower case and conform to Azure's container naming rules. If this not supplied a name will be generated using the format &lt;GUID&gt;-package.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoOverwrite</maml:name>
      <maml:description>
        <maml:para>Used to overwrite content in the containers. The default is to not overwrite the existing content.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>This cmdlet returns a Microsoft.Online.SharePoint.Migration. MigrationPackageAzureLocations object, which can be used as a source for this cmdlet or, more commonly, as a source for the Submit-SPOMigrationJob cmdlet.</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>$azurelocations = Set-SPOMigrationPackageAzureSource -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -FileContainerUri migration-files -PackageContainerUri migration-package -AccountName migrationstore -AccountKey "nmcXQ+1NctB7BlRVm+8+qWUn6GUFIH7E5ZQPThcjg8SfFWTJ34HthyOEoROwxHYIajpOYxYDt7qUwSEBQlLWoA=="</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOMigrationPackageAzureSource -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -MigrationPackageAzureLocations $azurelocations -AccountName migrationstore -AccountKey "nmcXQ+1NctB7BlRVm+8+qWUn6GUFIH7E5ZQPThcjg8SfFWTJ34HthyOEoROwxHYIajpOYxYDt7qUwSEBQlLWoA==" -NoUpload</maml:para>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/4776fbfa-7ea0-49ba-b871-c5438c0e31cb(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>4d3f6db1-33de-400d-bdfa-6539009ab506
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Submit-SPOMigrationJob</command:name>
    <maml:description>
      <maml:para>Cmdlet to submit a new migration job referenced to a previously uploaded package in Azure Blob storage into to a site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Submit</command:verb>
    <command:noun>SPOMigrationJob</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Submit-SPOMigrationJob</maml:name>
      <command:parameter required="True">
        <maml:name>FileContainerUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>PackageContainerUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>AzureQueueUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>FileContainerUri</maml:name>
      <maml:description>
        <maml:para>A fully qualified URL and SAS token representing the Azure Blob Storage container that holds the package content files.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>PackageContainerUri</maml:name>
      <maml:description>
        <maml:para>A fully qualified URL and SAS token representing the Azure Blob Storage container that holds the package metadata files.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>The fully qualified target web URL where the package will be imported into. This must include the same TargetWebURL that was used during ConvertTo-SPOMigrationTargetedPackage.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>AzureQueueUri</maml:name>
      <maml:description>
        <maml:para>An optional fully qualified URL and SAS token representing the Azure Storage Reporting Queue where import operations will list events during import.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>A set of fully qualified URLs and SAS tokens representing the Azure Blob Storage containers that hold the package content and metadata files and an optional Azure Storage Reporting Queue. This object is returned during successful processing of the Set- SPOMigrationPackageAzureSource cmdlet.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>Optional credentials of a site collection administrator to use to connect to the site collection. The credentials should supply the username in UPN format (e.g. user@company.onmicrosoft.com). If this property is not set, the current tenant admin credentials from the session's previous call to Connect-SPOService will be used to connect to the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Indicates to not create a log file. The default is to create a new CreateMigrationJob log file within the current directory.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>ShowProgress</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>This cmdlet returns a GUID value which represents the MigrationJobId, or returns an empty GUID if the job was not successfully created.</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Submit-SPOMigrationJob -TargetUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -FileContainerUri "https://migrationstore.blob.core.windows.net/migration-files?sv=2014-02-14&amp;sr=c&amp;sig=THTTJoeGHysxRLgv22j473XYS2blH1YAVIdsfWrPhq8=&amp;se=2015-04-06T05:09:36Z&amp;sp=rl" -PackageContainerUri "https://migrationstore.blob.core.windows.net/migration-package?sv=2014-02-14&amp;sr=c&amp;sig=2PCBJtiXsVWiK5GrY7jBEdyEAwtunQNJLH8uo6I0+Ew=&amp;se=2015-04-06T05:09:37Z&amp;sp=rwl"</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Submit-SPOMigrationJob -TargetUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -MigrationPackageAzureLocations $azurelocations</maml:para>
      <dev:code />
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/4d3f6db1-33de-400d-bdfa-6539009ab506(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para>Site.CreateMigrationJob (https://msdn.microsoft.com/EN-US/library/office/microsoft.sharepoint.client.site.createmigrationjob.aspx)</maml:para>
  <maml:para />
</command:command>54146deb-0f0c-4d62-8e99-3b8ba78dacd9
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Add-SPOUser</command:name>
    <maml:description>
      <maml:para>Adds an existing Office 365 user or an Office 365 security group to a SharePoint group.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Add</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Add-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the URL of the site collection to which you want to add the user.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the login name of the user to add.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the name of the SharePoint group to add the user or the security group to.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Along with the group memberships that are normally required to run Windows PowerShell, you must be a SharePoint Online global administrator and a site collection administrator to use the Add-SPOUser cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Add-SPOUser -Site https://contoso.sharepoint.com/sites/sc1 -LoginName joe.healy@contoso.com -Group "SC1 Owners"</maml:para>
      <dev:remarks>
        <maml:para>Example 1 adds a user who has the e-mail address joe.healy@contoso.com to the group "SC1 Owners" in the site collection https://contoso.sharepoint.com/sites/sc1.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Add-SPOUser -Site https://contoso.sharepoint.com -LoginName melissa.kerr@contoso.com -Group "Team Site Members"</maml:para>
      <dev:remarks>
        <maml:para>Example 2 adds a user who has the e-mail address melissa.kerr@contoso.com to the group "Team Site Members" in the site collection https://contoso.sharepoint.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSiteGroup</maml:linkText>
      <maml:uri href="b7902410-e541-42c1-80e8-d2f04719a629" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOUser</maml:linkText>
      <maml:uri href="698da79c-cda6-44ce-ab99-3ac72ddf1dd5" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOUser</maml:linkText>
      <maml:uri href="7cb4165b-53bb-43a4-87a5-facc22d71826" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/54146deb-0f0c-4d62-8e99-3b8ba78dacd9(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>56167666-fe94-41d7-b476-b687bfc61c22
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>Removes a SharePoint Online group from a site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the site collection to remove the group from.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the name of the group to remove.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Use the Remove-SPOSiteGroup cmdlet to remove a group from a site collection by specifying the name of the group in the Identity parameter.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the Remove-SPOSiteGroup cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/marketing -Identity GroupToRemove</maml:para>
      <dev:remarks>
        <maml:para>This example removes a group named GroupToRemove from the site collection https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSiteGroup</maml:linkText>
      <maml:uri href="bb440d88-4708-4a30-930a-b17aae9b2455" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSiteGroup</maml:linkText>
      <maml:uri href="b7902410-e541-42c1-80e8-d2f04719a629" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/56167666-fe94-41d7-b476-b687bfc61c22(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>5ba1257a-9567-4009-8ccb-fc1f5937ce8a
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOMigrationJobStatus</command:name>
    <maml:description>
      <maml:para>Cmdlet to monitor the status of a submitted SharePoint Online Migration job.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOMigrationJobStatus</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOMigrationJobStatus</maml:name>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>JobId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>The fully qualified target web URL where the package will be imported. This must include the same TargetWebUrl that was used during ConvertTo-SPOMigrationTargetedPackage.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>(Optional) The credentials of a site collection administrator to use to connect to the site collection. The credentials should supply the username in UPN format (e.g. user@company.onmicrosoft.com). If this property is not set, the current tenant admin credentials from the session's previous call to Connect-SPOService will be used to connect to the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="2">
      <maml:name>JobId</maml:name>
      <maml:description>
        <maml:para>(optional) The ID of a migration job that exists on the target site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Guid</command:parameterValue>
      <dev:type>
        <maml:name>Guid</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>(optional) Indicates to not create a log file. The default is to create a new DeleteMigrationJob log file within the current directory.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Use Windows PowerShell cmdlets for SharePoint Online and OneDrive Migration</maml:linkText>
      <maml:uri href="76fdbe4d-8cbd-4760-a8d0-396dd4f727e2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/5ba1257a-9567-4009-8ccb-fc1f5937ce8a(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para>Site.GetMigrationJobStatus (https://msdn.microsoft.com/EN-US/library/office/microsoft.sharepoint.client.site.getmigrationjobstatus.aspx)</maml:para>
  <maml:para />
</command:command>5bed4da8-25c1-4c16-9d12-64b9e8f319a4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOExternalUser</command:name>
    <maml:description>
      <maml:para>Returns external users in the tenant's folder.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOExternalUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOExternalUser</maml:name>
      <command:parameter required="False">
        <maml:name>Filter</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PageSize</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Position</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SiteUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SortOrder</maml:name>
        <command:parameterValue required="True">Ascending | Descending</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>Filter</maml:name>
      <maml:description>
        <maml:para>Limits the results to only those users whose first name, last name or email address begins with the text in the string, using a case-insensitive comparison</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>PageSize</maml:name>
      <maml:description>
        <maml:para>Specifies the maximum number of users to be returned in the collection.</maml:para>
        <maml:para>The value must be less than or equal to 50.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>Position</maml:name>
      <maml:description>
        <maml:para>Use to specify the zero-based index of the position in the sorted collection of the first result to be returned.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="6">
      <maml:name>SiteUrl</maml:name>
      <maml:description>
        <maml:para>Specifies the site to retrieve external users for. If no site is specified, the external users for all sites are returned.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>SortOrder</maml:name>
      <maml:description>
        <maml:para>Specifies the sort results in Ascending or Descending order on the SPOUser.Email property should occur.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Ascending | Descending</command:parameterValue>
      <dev:type>
        <maml:name>Ascending | Descending</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Get-SPOExternalUser cmdlet returns external users that are located in the tenant's folder based on specified criteria.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOExternalUser -Position 0 -PageSize 2</maml:para>
      <dev:remarks>
        <maml:para>Example 1 returns the first two external users in the collection.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOExternalUser -Position 2 -PageSize 2</maml:para>
      <dev:remarks>
        <maml:para>Example 2 returns two external users from the third page of the collection.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOExternalUser -Position 0 -PageSize 30 -Filter @testsite.com</maml:para>
      <dev:remarks>
        <maml:para>Example 3 returns the first 30 users that match the filter, @testsite.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOExternalUser</maml:linkText>
      <maml:uri href="3567d973-e7cf-4550-826b-5b2ef7190a58" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/5bed4da8-25c1-4c16-9d12-64b9e8f319a4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>698da79c-cda6-44ce-ab99-3ac72ddf1dd5
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOUser</command:name>
    <maml:description>
      <maml:para>Configures properties on an existing user.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>IsSiteCollectionAdmin</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the full URL of the site collection. It must be in a valid managed path in the company's site.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the user name.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies whether the user is a site collection administrator.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Use the Set-SPOUser cmdlet to configure properties of an existing user. That is, to add or remove a user as a SharePoint Online site collection administrator.</maml:para>
    <maml:para>You must have the SharePoint Online global administrator permission to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOUser -Site https://contoso.sharepoint.com/sites/marketing -LoginName melissa.kerr@contoso.com -IsSiteCollectionAdmin $true</maml:para>
      <dev:remarks>
        <maml:para>This example makes melissa.kerr@contoso.com a SharePoint Online site collection administrator on https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/698da79c-cda6-44ce-ab99-3ac72ddf1dd5(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>6ef179d0-ed05-47c2-bb0c-0fd65b13c79e
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Repair-SPOSite</command:name>
    <maml:description>
      <maml:para>Checks and repairs the site collection and its contents.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Repair</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Repair-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RuleId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RunAlways</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the SharePoint Online site collection on which to run the repairs.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies a health check rule to run.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that explains the effect of the command instead of executing the command.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Repair-SPOSite cmdlet runs one or all site collection health checks on the site collection and its contents. This cmdlet will make changes if issues are found and automatically repairable.</maml:para>
    <maml:para>The cmdlet reports the health check rules with a summary of the results. The rules might not support automatic repair. Tests without repair mode can be initiated by running the Test-SPOSite cmdlet.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Repair-SPOSite https://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>This example runs all the site collection health checks in repair mode on the https://contoso.sharepoint.com/sites/marketing site collection.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Repair-SPOSite https://contoso.sharepoint.com/sites/marketing -RuleID "ee967197-ccbe-4c00-88e4-e6fab81145e1"</maml:para>
      <dev:remarks>
        <maml:para>This example runs the Missing Galleries Check rule in repair mode on the https://contoso.sharepoint.com/sites/marketing site collection.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Test-SPOSite</maml:linkText>
      <maml:uri href="356c9605-5ff4-4545-bb81-27b3b3b63da4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/6ef179d0-ed05-47c2-bb0c-0fd65b13c79e(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>751a6f18-4fc1-42f2-a2b3-d58fa9c761fe
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOSite</command:name>
    <maml:description>
      <maml:para>Sends a SharePoint Online site collection to the SharePoint Online Recycle Bin.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the URL of the site collection to remove.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies to continue executing script immediately.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Remove-SPOSite cmdlet does not delete a site collection from the site collections list permanently. Instead, the removed site collection is moved to the Recycle Bin. You can use the Restore-SPODeletedSitecmdlet to restore a site collection from the Recycle Bin. To delete a site collection permanently, first move the site collection to the Recycle Bin by using the Remove-SPOSite cmdlet, and then delete it from the Recycle Bin by using the Remove-SPODeletedSite cmdlet.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -NoWait</maml:para>
      <dev:remarks>
        <maml:para>This example immediately removes the site collection named https://contoso.sharepoint.com/sites/site1 from the site collections list and moves it to the Recycle Bin.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Restore-SPODeletedSite</maml:linkText>
      <maml:uri href="fad9d40f-c3b4-4efb-ba73-b428688a2682" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/751a6f18-4fc1-42f2-a2b3-d58fa9c761fe(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>77487636-f64b-4d03-8350-beee1baa0e1f
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOWebTemplate [[-LocaleId] &lt;UInt32&gt;]</command:name>
    <maml:description>
      <maml:para>Displays all site templates that match the given identity.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOWebTemplate [[-LocaleId] &lt;UInt32&gt;]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the Locale ID of the site template.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the compatibility level of the site template.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the name of the site template.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the title of the site template.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Get-SPOWebTemplate cmdlet displays all site templates that match the given identity and are available in SharePoint Online.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOWebTemplate</maml:para>
      <dev:remarks>
        <maml:para>Example 1 returns all the site templates in the language of the administrator site.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOWebTemplate -LocaleID 1036</maml:para>
      <dev:remarks>
        <maml:para>Example 2 returns a list of all the French site templates.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/77487636-f64b-4d03-8350-beee1baa0e1f(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>783f2435-e51e-4c72-8683-50eddb3607d2
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOMigrationJob</command:name>
    <maml:description>
      <maml:para>Cmdlet to remove a previously created migration job from the specified site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOMigrationJob</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOMigrationJob</maml:name>
      <command:parameter required="True">
        <maml:name>JobId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Description</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Id of a previously created migration job that exists on the target site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>The fully qualified URL of the site collection where the job will be deleted if found.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Optional credentials of a site collection administrator to use to connect to the site collection. The credentials should supply the username in UPN format (e.g. user@company.onmicrosoft.com). If this property is not set, the current tenant admin credentials from the session's previous call to Connect-SPOService will be used to connect to the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Indicates to not create a log file. The default is to create a new DeleteMigrationJob log file within the current directory.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOMigrationJob -JobId 4da9e777-3e38-4804-96d9-ddeebe7dfa79 -TargetUrl https://contoso.sharepoint.com/sites/TargetSite</maml:para>
      <dev:code />
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/783f2435-e51e-4c72-8683-50eddb3607d2(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para>Site.DeleteMigrationJob (https://msdn.microsoft.com/EN-US/library/office/microsoft.sharepoint.client.site.deletemigrationjob.aspx)</maml:para>
  <maml:para />
</command:command>792be457-7ab0-4735-94f9-ae12f2dd20a6
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOAppErrors</command:name>
    <maml:description>
      <maml:para>Returns application errors.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOAppErrors</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOAppErrors</maml:name>
      <command:parameter required="True">
        <maml:name>ProductId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>EndTimeInUtc</maml:name>
        <command:parameterValue required="True">DateTime</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StartTimeInUtc</maml:name>
        <command:parameterValue required="True">DateTime</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the application's GUID.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the start time in UTC to search for monitoring errors -- for example, 01032011:12:00. If no start time is given, the default value 72 hours before the current time is used.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the end time in UTC to search for monitoring errors. If no end time is given, the default value current time in UTC is used.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Get-SPOAppErrors cmdlet returns application monitoring errors (if available) for the application that is specified by ProductId between StartTimeInUtc in Coordinated Universal Time (UTC) and EndTimeInUtc in UTC.</maml:para>
    <maml:para>Based on server configuration, errors are available for a limited time. The default is seven days. Older errors are purged. Date time values that are older than 50 years or later than 20 years from today are considered invalid</maml:para>
    <maml:para>Each error includes the error message, time in UTC that error happened, the site where the error happened, and the error type. Values for error type are as follows: 0 - None, 1 - Install Error, 2 - Upgrade Error, 3 - Runtime Error.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOAppErrors -ProductId ba51729b-e017-409d-681a-66f1dd18f0f4</maml:para>
      <dev:remarks>
        <maml:para>This example returns a collection of monitoring error message(s) for application whose GUID is ba51729b-e017-409d-681a-66f1dd18f0f4.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppInfo</maml:linkText>
      <maml:uri href="f4730281-69df-4642-bc29-320d78c6c9e4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/792be457-7ab0-4735-94f9-ae12f2dd20a6(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOSite [[-Identity] &lt;SpoSitePipeBind&gt;]</command:name>
    <maml:description>
      <maml:para>Returns one or more site collections.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOSite [[-Identity] &lt;SpoSitePipeBind&gt;]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the URL of the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Use this parameter to get additional property information on a site collection. You will notice a slower response time when the Detailed parameter is used.</maml:para>
        <maml:para>The following properties are returned:</maml:para>
        <maml:para>--ResourceUsageCurrent</maml:para>
        <maml:para>--ResourceUsageAverage</maml:para>
        <maml:para>--StorageUsageCurrent</maml:para>
        <maml:para>--LockIssue</maml:para>
        <maml:para>--WebsCount</maml:para>
        <maml:para>--CompatibilityLevel</maml:para>
        <maml:para>--AllowSelfServiceUpgrade</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form {$_PropertyName &lt;operator&gt; "filterValue"}. Valid operators are as follows: eq, ne, like, notlike.</maml:para>
        <maml:para>The operator values are case-sensitive.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the maximum number of site collections to return. It can be any number. To retrieve all site collections, use ALL. The default value is 200.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>This parameter prevents non-owners from sharing.</maml:para>
        <maml:para>This parameter is available only in SharePoint Online Management Shell Version 16.0.4613.1211 or later.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>The Get-SPOSite cmdlet retrieves and returns properties of all site collections that match the given criteria.</maml:para>
    <maml:para>Site collections in the Recycle Bin will not be retrieved by using the Get-SPOSite cmdlet.</maml:para>
    <maml:para>You need to be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOSite</maml:para>
      <dev:remarks>
        <maml:para>Example 1 returns all site collections.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOSite -Identity https://contoso.sharepoint.com</maml:para>
      <dev:remarks>
        <maml:para>Example 2 lists the site collection with detailed properties.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SpoSite -Identity https://contoso.sharepoint.com -DisableSharingForNonOwnersStatus</maml:para>
      <dev:remarks>
        <maml:para>Example 3 disables the ability for non owners of a site collection to share.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Test-SPOSite</maml:linkText>
      <maml:uri href="356c9605-5ff4-4545-bb81-27b3b3b63da4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Repair-SPOSite</maml:linkText>
      <maml:uri href="6ef179d0-ed05-47c2-bb0c-0fd65b13c79e" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>7cb4165b-53bb-43a4-87a5-facc22d71826
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOUser</command:name>
    <maml:description>
      <maml:para>Removes a user or a security group from a site collection or a group.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the site collection to remove the user from.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the user name.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the group to remove the user from. If not specified, the cmdlet removes the user from all groups.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the Remove-SPOUser cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOUser -Site https://contoso.sharepoint.com/sites/sc1 -LoginName joe.healy@contoso.com -Group "SC1 Owners"</maml:para>
      <dev:remarks>
        <maml:para>This example removes a user who has the email address joe.healy@contoso.com from the group SC1 Owners in the site collection https://contoso.sharepoint.com/sites/sc1.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/7cb4165b-53bb-43a4-87a5-facc22d71826(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>90de3eb8-1399-4417-92fe-b89bbcfc8b2a
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOMigrationJobProgress</command:name>
    <maml:description>
      <maml:para>This cmdlet lets you report on SPO migration jobs that are in progress.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOMigrationJobProgress</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOMigrationJobProgress</maml:name>
      <command:parameter required="True">
        <maml:name>AzureQueueUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>AzureQueueUri</maml:name>
      <maml:description>
        <maml:para>An optional fully qualified URL and SAS token representing the Azure Storage Reporting Queue where import operations will list events during import.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>Optional credentials of a site collection administrator to use to connect to the site collection. The credentials should supply the username in UPN format (e.g. user@company.onmicrosoft.com). If this property is not set, the current tenant admin credentials from the session's previous call to Connect-SPOService will be used to connect to the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>The fully qualified target web URL where the package will be imported into. This must include the same TargetWebURL that was used during ConvertTo-SPOMigrationTargetedPackage.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>A set of fully qualified URLs and SAS tokens representing the Azure Blob Storage containers that hold the package content and metadata files and an optional Azure Storage Reporting Queue. This object is returned during successful processing of the Set- SPOMigrationPackageAzureSource</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>DontWaitForEndJob</maml:name>
      <maml:description>
        <maml:para>Tells the cmdlet to not wait for the job to end. It will only process as many messages as are currently in the queue and then terminate. If this flag is set to $false, it will wait for the job to end before terminating.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>JobIds</maml:name>
      <maml:description>
        <maml:para>Id of a previously created migration job that exists on the target site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Indicates to not create a log file. The default is to create a new CopyMigrationPackage log file within the directory specified within the SourcePackagePath parameter.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>$myQueueUri = &lt;uri to azure report queue&gt;</maml:para>
      <dev:code />
      <maml:para>Get-SPOMigrationJobProgress -AzureQueueUri $myQueueUri</maml:para>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$jobIds = @(&lt;jobid1&gt;,&lt;jobId2&gt;....)</maml:para>
      <dev:code />
      <maml:para>Get-SPOMigrationJobProgress -AzureQueueUri $myQueueUri -JobIds $jobIds</maml:para>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$targetWebUrl = &lt;myTargetWebUrl&gt;</maml:para>
      <maml:para>$creds = &lt;my site credentials&gt;</maml:para>
      <dev:code />
      <maml:para>Get-SPOMigrationJobProgress - AzureQueueUri $myQueueUri - TargetWebUrl $targetWebUrl -Credentials $creds</maml:para>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$targetWebUrl = &lt;myTargetWebUrl&gt;</maml:para>
      <maml:para>$creds = &lt;my site credentials&gt;</maml:para>
      <dev:code />
      <maml:para>Get-SPOMigrationJobProgress - AzureQueueUri $myQueueUri - TargetWebUrl $targetWebUrl -Credentials $creds -DontWaitForJobEnd</maml:para>
      <dev:code />
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/90de3eb8-1399-4417-92fe-b89bbcfc8b2a(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>9463e0fe-e918-4307-af45-6c4b379d9e34
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenantSyncClientRestriction</command:name>
    <maml:description>
      <maml:para>Returns the current configuration status.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenantSyncClientRestriction</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para />
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>Requires a valid Connect-SPOService context to identify the tenant. For information on how to connect to the tenant, see Connect-SPOService</maml:para>
    <maml:para>The Get-SPOTenantSyncClientRestriction cmdlet returns whether the TenantRestrictionEnabled property is true or false and DomainGUIDs that are currently in the safe recipient list which is represented by the AllowedDomainList property.</maml:para>
    <maml:para>The Get-SPOTenantSyncClientRestriction cmdlet does not have any parameters.</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantSyncClientRestriction</maml:para>
      <dev:code />
      <dev:remarks>
        <maml:para>This example returns a current boolean value of the TenantRestrictionEnabled property and a current set list of domains GUIDs in the AllowedDomainList property.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/9463e0fe-e918-4307-af45-6c4b379d9e34(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>aa3a5d69-72f2-45b0-9ab6-bcd11a266348
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenant</command:name>
    <maml:description>
      <maml:para>Returns SharePoint Online organization properties.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenant</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOTenant</maml:name>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters />
  <maml:description>
    <maml:para>The Get-SPOTenant cmdlet returns organization-level site collection properties such as StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated, and SiteCreationMode.</maml:para>
    <maml:para>Currently, there are no parameters for this cmdlet.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenant</maml:para>
      <dev:remarks>
        <maml:para>This example returns the organization-level site collection properties such as StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated, and SiteCreationMode.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/aa3a5d69-72f2-45b0-9ab6-bcd11a266348(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>b7902410-e541-42c1-80e8-d2f04719a629
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>New-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>Creates a new group in a SharePoint Online site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>New</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>New-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>PermissionLevels</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the site collection to add the group to.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the name of the group to add.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the permission levels to grant to the newly created group. It can be any permission level that exists on the site collection on which the group is being created.</maml:para>
        <maml:para>Permission levels are defined by SharePoint Online administrators in the SharePoint Online Administration Center.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>A SharePoint 2013 group is a set of individual users. SharePoint 2013 groups enable you to manage sets of users instead of individual users.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/siteA -Group "Project Leads" -PermissionLevels "Full Control"</maml:para>
      <dev:remarks>
        <maml:para>This example creates a group named Project Leads with the Full Control permission level on the site collection https://contoso.sharepoint.com/sites/siteA.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/marketing -Group "NewGroupName" -PermissionLevels "Design"</maml:para>
      <dev:remarks>
        <maml:para>This example creates a group named NewGroupName with the Design permission level on the site collection https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/b7902410-e541-42c1-80e8-d2f04719a629(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>bb440d88-4708-4a30-930a-b17aae9b2455
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>Gets all the groups on the specified site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the site collection scope.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the group name.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the maximum number of site collections to return. To retrieve all of the site collections, use Limit ALL. The default value is 200.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Use the Get-SPOSiteGroup cmdlet to get all the groups on the specified site collection by using the Site parameter.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOSiteGroup -Site http://contoso.sharepoint.com/sites/siteA</maml:para>
      <dev:remarks>
        <maml:para>This example returns all the groups on the specified site collection http://contoso.sharepoint.com/sites/siteA.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSiteGroup</maml:linkText>
      <maml:uri href="c6450a79-d9d9-4584-9158-c47e12249cd4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOSiteGroup</maml:linkText>
      <maml:uri href="56167666-fe94-41d7-b476-b687bfc61c22" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/bb440d88-4708-4a30-930a-b17aae9b2455(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>bc3114cd-e536-4130-8ce1-3462d652c0e9
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Request-SPOUpgradeEvaluationSite</command:name>
    <maml:description>
      <maml:para>Requests to create a copy of an existing site collection for the purposes of validating the effects of upgrade without affecting the original site.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Request</command:verb>
    <command:noun>SPOUpgradeEvaluationSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Request-SPOUpgradeEvaluationSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoEmail</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoUpgrade</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the SharePoint Online site collection for which you want to request a copy for the new Upgrade or Evaluation site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies that the system not send the requester and site collection administrators an email message at the end of the upgrade evaluation site creation process.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies that the system not perform an upgrade as part of the evaluation site creation process.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Request-SPOUpgradeEvaluationSite cmdlet lets the SharePoint Online global administrator request a copy of an existing site collection for the purposes of validating the effects of upgrade without affecting the original site.</maml:para>
    <maml:para>A request for an upgrade evaluation site is not automatically processed. Instead, it is scheduled to occur on the background when it causes the least effect on the service.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Request-SPOUpgradeEvaluationSite http://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>Example 1 requests a site upgrade evaluation for the marketing site http://contoso.sharepoint.com/sites/marketing using the default options of sending an email message and automatically trying to upgrade the evaluation site.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Request-SPOUpgradeEvaluationSite http://contoso.sharepoint.com/sites/marketing -NoEmail $true -NoUpgrade $true</maml:para>
      <dev:remarks>
        <maml:para>This example requests a site upgrade evaluation for the marketing site http://contoso.sharepoint.com/sites/marketing. It specifies to not send email messages and not automatically try upgrade of the evaluation site. By using the cmdlet in this way, a SharePoint Online global administrator can make changes to the upgrade evaluation site before starting the actual upgrade.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Upgrade-SPOSite</maml:linkText>
      <maml:uri href="e45078d4-2933-4001-a27b-aff9e6b1eb9d" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/bc3114cd-e536-4130-8ce1-3462d652c0e9(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>c6450a79-d9d9-4584-9158-c47e12249cd4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>Updates the SharePoint Online owner and permission levels on a group inside a site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Name</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Owner</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PermissionLevelsToAdd</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PermissionLevelsToRemove</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the site collection the group belongs to.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the name of the group.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the new name of the group.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the permission levels to grant to the group.</maml:para>
        <maml:para>Permission levels are defined by SharePoint Online global administrators from SharePoint Online Administration Center.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the permission levels to remove from the group.</maml:para>
        <maml:para>Permission levels are defined by SharePoint Online global administrators from SharePoint Online Administration Center.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the owner (individual or a security group) of the group to be created.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the Set-SPOSiteGroup cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSiteGroup -Site http://contoso.sharepoint.com/sites/siteA -Identity "ProjectViewers" -PermissionLevelsToRemove "Full Control" -PermissionLevelsToAdd "View Only"</maml:para>
      <dev:remarks>
        <maml:para>Example 1 changes permission level of the ProjectViewers group inside site collection http://contoso.sharepoint.com/sites/siteA from Full Control to View Only.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSiteGroup -Site https://contoso.sharepoint.com -Identity "ProjectViewers" -Owner Melissa.kerr@contoso.com</maml:para>
      <dev:remarks>
        <maml:para>Example 2 sets Melissa.kerr@contoso.com as the owner of the ProjectViewers group.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSiteGroup</maml:linkText>
      <maml:uri href="bb440d88-4708-4a30-930a-b17aae9b2455" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/c6450a79-d9d9-4584-9158-c47e12249cd4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOUser</command:name>
    <maml:description>
      <maml:para>Returns the SharePoint Online user or security group accounts that match a given search criteria.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the URL of the site collection to get the user from.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the group to get the users from.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the user name.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the maximum number of users returned. The default value is to return 500 users. To return all users specify the value "All".</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>The Get-SPOUser cmdlet matches one and only one user or security group.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the Get-SPOUser cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance</maml:para>
      <dev:remarks>
        <maml:para>Example 1 returns all user or security group accounts from the site collection http://contoso.sharepoint.com/sites/finance.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance -LoginName melissa.kerr@contoso.com</maml:para>
      <dev:remarks>
        <maml:para>Example 2 returns one user or security group account whose user name is HYPERLINK "mailto:melissa.kerr@contoso.com" melissa.kerr@contoso.com from the site collection https://contoso.sharepoint.com/sites/finance.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance -Group "Team Site Members"</maml:para>
      <dev:remarks>
        <maml:para>Example 3 returns one user or security group account inside group Team Site Members from the site collection http://contoso.sharepoint.com/sites/finance.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOUser</maml:linkText>
      <maml:uri href="7cb4165b-53bb-43a4-87a5-facc22d71826" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOUser</maml:linkText>
      <maml:uri href="698da79c-cda6-44ce-ab99-3ac72ddf1dd5" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>cf64ca53-cc14-4267-b2cc-069e278fe1af
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOTenant</command:name>
    <maml:description>
      <maml:para>Sets properties on the SharePoint Online organization.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOTenant</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOTenant</maml:name>
      <command:parameter required="False">
        <maml:name>BccExternalSharingInvitations</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>BccExternalSharingInvitationsList</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>DisplayStartASiteOption</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ExternalServicesEnabled</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>MaxCompatibilityLevel</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>MinCompatibilityLevel</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoAccessRedirectUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>OfficeClientADALDisabled</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ProvisionSharedWithEveryoneFolder</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RequireAcceptingAccountMatchInvitedAccount</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SearchResolveExactEmailOrUPN</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SharingCapability</maml:name>
        <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowAllUsersClaim</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowEveryoneClaim</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowEveryoneExceptExternalUsersClaim</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SignInAccelerationDomain</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StartASiteFormUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>UsePersistentCookiesForExplorerView</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>BccExternalSharingInvitations</maml:name>
      <maml:description>
        <maml:para>Enables the BCC for External Sharing feature. When the feature is enabled, all external sharing invitations will blind copy the e-mail messages listed in the BccExternalSharingsInvitationList.</maml:para>
        <maml:para>Accepts a value of true (enabled) or false (disabled). By default this feature is set to false.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>BccExternalSharingInvitationsList</maml:name>
      <maml:description>
        <maml:para>Specifies a list of e-mail addresses to be BCC'd when the BCC for External Sharing feature is enabled. Multiple addresses can be specified by creating a comma separated list with no spaces.</maml:para>
        <maml:para>For example: joe@contoso.com,bob@contoso.com</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DisplayStartASiteOption</maml:name>
      <maml:description>
        <maml:para>Determines whether tenant users see the Start a Site menu option.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ExternalServicesEnabled</maml:name>
      <maml:description>
        <maml:para>Enables external services for a tenant. External services are defined as services that are not in the Office 365 datacenters.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>MaxCompatibilityLevel</maml:name>
      <maml:description>
        <maml:para>Specifies the upper bound on the compatibility level for new sites.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>MinCompatibilityLevel</maml:name>
      <maml:description>
        <maml:para>Specifies the lower bound on the compatibility level for new sites.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoAccessRedirectUrl</maml:name>
      <maml:description>
        <maml:para>Specifies the URL of the redirected site for those site collections which have the locked state "NoAccess."</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>OfficeClientADALDisabled</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: $true | $false</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ProvisionSharedWithEveryoneFolder</maml:name>
      <maml:description>
        <maml:para>Creates a Shared with Everyone folder in every user's new OneDrive for Business document library.</maml:para>
        <maml:para>The default value is True which mean the folder is created.</maml:para>
        <maml:para>A value of False means no folder is created when the site and OneDrive for Business document library is created.</maml:para>
        <maml:para>The default behavior of the Shared with Everyone folder is changing in August 2015. For additional information about the change, see Provision the Shared with Everyone folder in OneDrive for Business (https://support.office.com/en-us/article/Provision-the-Shared-with-Everyone-folder-in-OneDrive-for-Business-6bb02c91-fd0b-42ba-9457-3921cb6dc5b2?ui=en-US&amp;rs=en-US&amp;ad=US)</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>RequireAcceptingAccountMatchInvitedAccount</maml:name>
      <maml:description>
        <maml:para>Ensures that an external user can only accept an external sharing invitation with an account matching the invited email address.</maml:para>
        <maml:para>The parameter accepts two values: True or False.</maml:para>
        <maml:para>True-User must accept this invitation with bob@contoso.com.</maml:para>
        <maml:para>False- When a document is shared with an external user, bob@contoso.com, it can be accepted by any user with access to the invitation link in the original e-mail.</maml:para>
        <maml:para>Administrators who desire increased control over external collaborators should consider enabling this feature.</maml:para>
        <maml:para>This only applies to new external users accepting new sharing invitations.</maml:para>
        <maml:para>The resource owner must share with an organizational or Microsoft account or the external user will be unable to access the resource.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SearchResolveExactEmailOrUPN</maml:name>
      <maml:description>
        <maml:para>Removes the search capability from People Picker.</maml:para>
        <maml:para>The valid values are:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True- Removes search functionality from People Picker. Users will be required to enter a full email address or UPN for a person in People Picker to resolve.</maml:para>
          <maml:para>For more information about how to remove search functionality, see Manage Query Rules (https://support.office.com/en-us/article/Manage-query-rules-53556bb4-3625-490b-aa89-1223e3d4ce3f), Add and edit user profile properties (https://support.office.com/en-us/article/Add-and-edit-user-profile-properties-85091402-737f-4bb9-99a7-bc5f194502a8), or Plan to disable people discovery in OneDrive for Business and SharePoint Online</maml:para>
          <maml:para>Recently resolved names will still appear in the list.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False- Restores default search functionality.</maml:para>
        </command:listItem></command:list>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SharingCapability</maml:name>
      <maml:description>
        <maml:para>Determines what level of sharing is available for the site. The possible values are: Disabled - external user sharing (share by email) and guest link sharing are both disabled, ExternalUserSharingOnly - external user sharing (share by email) is enabled, but guest link sharing is disabled, or ExternalUserAndGuestSharing - external user sharing (share by email) and guest link sharing are both enabled.</maml:para>
        <maml:para>For more information about sharing, see . Manage external sharing for your SharePoint online environment (http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).</maml:para>
      </maml:description>
      <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      <dev:type>
        <maml:name>Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ShowAllUsersClaim</maml:name>
      <maml:description>
        <maml:para>Enables the administrator to hide the All Users claim groups in People Picker. When users share an item with "All Users (x)", it is accessible to all organization members in the tenant's Azure Active Directory who have authenticated with variable. For example, "All Users (x)" shares with users who have used NTLM to authentication with SharePoint.</maml:para>
        <maml:para>The valid values are:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True- The All Users claim groups are displayed in People Picker.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False- The All Users claim groups are hidden in People Picker.</maml:para>
        </command:listItem></command:list>
        <maml:para>The default value is True.</maml:para>
        <maml:para>All Users (authenticated) is equivalent to the Everyone claim.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ShowEveryoneClaim</maml:name>
      <maml:description>
        <maml:para>Enables the administrator to hide the Everyone claim in the People Picker. When users share an item with Everyone, it is accessible to all authenticated users in the tenant's Azure Active Directory, including any active external users who have previously accepted invitations.</maml:para>
        <maml:para>The valid values are:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True- The Everyone claim group is displayed in People Picker.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False- The Everyone claim group is hidden in People Picker.</maml:para>
          <maml:para>Some SharePoint system resources such as templates and pages are required by be shared to Everyone, and this type of sharing does not expose any user data or metadata.</maml:para>
        </command:listItem></command:list>
        <maml:para>The default value is True.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ShowEveryoneExceptExternalUsersClaim</maml:name>
      <maml:description>
        <maml:para>Enables the administrator to hide the "Everyone except external users" claim in the People Picker. When users share an item with "Everyone except external users", it is accessible to all organization members in the tenant's Azure Active Directory, but not to any users who have previously accepted invitations.</maml:para>
        <maml:para>The valid values are:</maml:para>
        <maml:para>True - The Everyone except external users is displayed in People Picker.</maml:para>
        <maml:para>False - The Everyone except external users claim is not visible in People Picker .</maml:para>
        <maml:para>The default value is True.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SignInAccelerationDomain</maml:name>
      <maml:description>
        <maml:para>Specifies home realm discovery value to be sent to Azure Active Directory (AAD) during the user sign-in process.</maml:para>
        <maml:para>When the organization uses a third-party identity provider, this prevents the user from seeing the Azure Active Directory Home Realm Discovery web page and ensures the user only sees their company's Identity Provider's portal. This value can also be used with Azure Active Directory Premium to customize the Azure Active Directory login page.</maml:para>
        <maml:para>Acceleration will not occur on site collections that are shared externally.</maml:para>
        <maml:para>This value should be configured with the login domain that is used by your company (that is, example@contoso.com).</maml:para>
        <maml:para>If your company has multiple third-party identity providers, configuring the sign-in acceleration value will break sign-in for your organization.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>StartASiteFormUrl</maml:name>
      <maml:description>
        <maml:para>Specifies URL of the form to load in the Start a Site dialog.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>UsePersistentCookiesForExplorerView</maml:name>
      <maml:description>
        <maml:para>Lets SharePoint issue a special cookie that will allow this feature to work even when "Keep Me Signed In" is not selected.</maml:para>
        <maml:para>"Open with Explorer" requires persisted cookies to operate correctly. When the user does not select "Keep Me Signed in" at the time of sign-in, "Open with Explorer" will fail.</maml:para>
        <maml:para>This special cookie expires after 30 minutes and cannot be cleared by closing the browser or signing out of SharePoint Online. To clear this cookie, the user must log out of their Windows session.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>You can use the Set-SPOTenant cmdlet to enable external services and to specify the versions in which site collections can be created. You can also use the Set-SPOSite cmdlet together with the Set-SPOTenant cmdlet to block access to a site in your organization and redirect traffic to another site.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com/sites/team1 -LockState NoAccess</maml:para>
      <maml:para>Set-SPOTenant -NoAcessRedirectUrl 'http://www.contoso.com'</maml:para>
      <dev:remarks>
        <maml:para>This example blocks access to https://contoso.sharepoint.com/sites/team1 and redirects traffic to http://www.contoso.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -ShowEveryoneExceptExternalUsersClaim $false</maml:para>
      <dev:remarks>
        <maml:para>This example hides the "Everyone Except External Users" claim in People Picker.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -ShowAllUsersClaim $false</maml:para>
      <dev:remarks>
        <maml:para>This example hides the "All Users" claim group in People Picker.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -UsePersistentCookiesForExplorerView $true</maml:para>
      <dev:remarks>
        <maml:para>This example enables the use of special persisted cookie for Open with Explorer.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Upgrade-SPOSite</maml:linkText>
      <maml:uri href="e45078d4-2933-4001-a27b-aff9e6b1eb9d" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/cf64ca53-cc14-4267-b2cc-069e278fe1af(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>d9c6793a-56aa-4170-b6b5-90adb564fc2c
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Connect-SPOService</command:name>
    <maml:description>
      <maml:para>Connects a SharePoint Online global administrator to a SharePoint Online connection (the SharePoint Online Administration Center). This cmdlet must be run before any other SharePoint Online cmdlets can run.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Connect</command:verb>
    <command:noun>SPOService</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Connect-SPOService</maml:name>
      <command:parameter required="True">
        <maml:name>Url</maml:name>
        <command:parameterValue required="True">UrlCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credential</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the URL of the SharePoint Online Administration Center site.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the credentials to use to connect. If no credentials are presented, a dialog will prompt for the credentials. The credentials must be those of a SharePoint Online global administrator who can access the SharePoint Online Administration Center site.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Connect-SPOService cmdlet connects a SharePoint Online global administrator to the SharePoint Online Administration Center.</maml:para>
    <maml:para>Only a single SharePoint Online service connection is maintained from any single Windows PowerShell session. In other words, this is a per-organization administrator connection. Running the Connect-SPOService cmdlet twice implicitly disconnects the previous connection. The Windows PowerShell session will be set to serve the new SharePoint Online global administrator specified.</maml:para>
    <maml:para>A delegated partner administrator has to swap connections for different organizations within the same Windows PowerShell session.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential admin@contoso.com</maml:para>
      <dev:remarks>
        <maml:para>Example 1 shows how a SharePoint Online global administrator with credential admin@contoso.com connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com/.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$username = "admin@contoso.sharepoint.com"$password = "password"$cred = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $userName, $(convertto-securestring $Password -asplaintext -force)Connect-SPOService -Url http://contoso-admin.sharepoint.com/ -Credential $cred</maml:para>
      <dev:remarks>
        <maml:para>Example 2 shows how a SharePoint Online global administrator with a user name and password connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com/.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Disconnect-SPOService</maml:linkText>
      <maml:uri href="efd0e73c-1cb1-4dd4-83ea-cedec565ba24" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/d9c6793a-56aa-4170-b6b5-90adb564fc2c(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>dba7f754-c9b7-4b4e-8b75-6cf4ddf398e7
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenantLogLastAvailableTimeInUtc</command:name>
    <maml:description>
      <maml:para>Returns the most recent time when the SharePoint Online organization logs were collected.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenantLogLastAvailableTimeInUtc</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOTenantLogLastAvailableTimeInUtc</maml:name>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters />
  <maml:description>
    <maml:para>This cmdlet retrieves the time in Coordinated Universal Time (UTC) when the logs were last collected. After you know the time, you can use the Get-SPOTenantLogEntry cmdlet to retrieve the logs.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <dev:remarks>
        <maml:para>This example returns the time in UTC when the SharePoint Online organization logs were most recently collected.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOTenantLogEntry</maml:linkText>
      <maml:uri href="3b75fc2f-c782-4795-9484-98e24e665129" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/dba7f754-c9b7-4b4e-8b75-6cf4ddf398e7(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>de2a6a72-cff9-4afd-9144-97a28fcdbe40
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOSite</command:name>
    <maml:description>
      <maml:para>Sets or updates one or more properties' values for a site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>AllowSelfServiceUpgrade</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>DenyAddAndCustomizePages</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LocaleId</maml:name>
        <command:parameterValue required="True">UInt32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LockState</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Owner</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ResourceQuota</maml:name>
        <command:parameterValue required="True">Double</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ResourceQuotaWarningLevel</maml:name>
        <command:parameterValue required="True">Double</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SandboxedCodeActivationCapability</maml:name>
        <command:parameterValue required="True">Unknown | Check | Disabled | Enabled</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SharingCapability</maml:name>
        <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StorageQuota</maml:name>
        <command:parameterValue required="True">Int64</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StorageQuotaWarningLevel</maml:name>
        <command:parameterValue required="True">Int64</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Title</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Set-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>EnablePWA</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Set-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>DisableSharingForNonOwners</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>EnablePWA</maml:name>
      <maml:description>
        <maml:para>Determines whether site can include Project Web App. For more information about Project Web App ,see Plan SharePoint groups in Project Server 2013.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>Identity</maml:name>
      <maml:description>
        <maml:para>Specifies the URL of the site collection to update.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      <dev:type>
        <maml:name>SpoSitePipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>AllowSelfServiceUpgrade</maml:name>
      <maml:description>
        <maml:para>Determines whether site collection administrators can upgrade their site collections.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Confirm</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DenyAddAndCustomizePages</maml:name>
      <maml:description>
        <maml:para>Determines whether the Add And Customize Pages right is denied on the site collection. For more information about permission levels, see User permissions and permission levels in SharePoint 2013.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DisableSharingForNonOwners</maml:name>
      <maml:description>
        <maml:para>This parameter prevents non-owners from invited new users to the site.</maml:para>
        <maml:para>This parameter is available only in SharePoint Online Management Shell Version 16.0.4613.1211 or later.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>LocaleId</maml:name>
      <maml:description>
        <maml:para>Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft (http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911).</maml:para>
      </maml:description>
      <command:parameterValue required="True">UInt32</command:parameterValue>
      <dev:type>
        <maml:name>UInt32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>LockState</maml:name>
      <maml:description>
        <maml:para>Sets the lock state on a site. Valid values are: NoAccess and Unlock. When the lock state of a site is NoAccess, all traffic to the site will be blocked. If parameter NoAccessRedirectUrl in the Set-SPOTenant cmdlet is set, traffic to sites that have a lock state NoAccess will be redirected to that URL. If parameter NoAccessRedirectUrl is not set, a 403 error will be returned.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoWait</maml:name>
      <maml:description>
        <maml:para>Specifies to continue executing script immediately.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Owner</maml:name>
      <maml:description>
        <maml:para>Specifies the owner of the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ResourceQuota</maml:name>
      <maml:description>
        <maml:para>Specifies the resource quota in megabytes of the site collection. The default value is 0. For more information, see Resource Usage Limits on Sandboxed Solutions in SharePoint 2010 (http://msdn.microsoft.com/en-us/library/gg615462.aspx) (http://msdn.microsoft.com/en-us/library/gg615462.aspx).</maml:para>
      </maml:description>
      <command:parameterValue required="True">Double</command:parameterValue>
      <dev:type>
        <maml:name>Double</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ResourceQuotaWarningLevel</maml:name>
      <maml:description>
        <maml:para>Specifies the warning level in megabytes of the site collection to warn the site collection administrator that the site is approaching the resource quota.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Double</command:parameterValue>
      <dev:type>
        <maml:name>Double</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SandboxedCodeActivationCapability</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: Unknown | Check | Disabled | Enabled</maml:para>
      </maml:description>
      <command:parameterValue required="True">Unknown | Check | Disabled | Enabled</command:parameterValue>
      <dev:type>
        <maml:name>Unknown | Check | Disabled | Enabled</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SharingCapability</maml:name>
      <maml:description>
        <maml:para>Determines what level of sharing is available for the site. The possible values are: Disabled - external user sharing (share by email) and guest link sharing are both disabled, ExternalUserSharingOnly - external user sharing (share by email) is enabled, but guest link sharing is disabled, or ExternalUserAndGuestSharing - external user sharing (share by email) and guest link sharing are both enabled.</maml:para>
        <maml:para>For more information about sharing, see . Manage external sharing for your SharePoint online environment (http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).</maml:para>
      </maml:description>
      <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      <dev:type>
        <maml:name>Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>StorageQuota</maml:name>
      <maml:description>
        <maml:para>Specifies the storage quota in megabytes of the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int64</command:parameterValue>
      <dev:type>
        <maml:name>Int64</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>StorageQuotaWarningLevel</maml:name>
      <maml:description>
        <maml:para>Specifies the warning level in megabytes of the site collection to warn the site collection administrator that the site is approaching the storage quota.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int64</command:parameterValue>
      <dev:type>
        <maml:name>Int64</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Title</maml:name>
      <maml:description>
        <maml:para>Specifies the title of the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>WhatIf</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>For any parameters that are passed in, the Set-SPOSite cmdlet sets or updates the setting for the site collection identified by parameter Identity.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -Owner joe.healy@contoso.com -NoWait</maml:para>
      <dev:remarks>
        <maml:para>Example 1 updates the owner of site collection https://contoso.sharepoint.com/sites/site1 to the person whose email address is joe.healy@contoso.com. This cmdlet is executed immediately without delay.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -ResourceQuota 0 -StorageQuota 15000</maml:para>
      <dev:remarks>
        <maml:para>Example 2 updates the settings of site collection https://contoso.sharepoint.com/sites/site1. The storage quota is updated to 15000 megabytes and the resource quota is updated to 0 megabytes.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com -StorageQuota 3000 -StorageQuotaWarningLevel 2000</maml:para>
      <dev:remarks>
        <maml:para>This example updates the settings of site collection https://contoso.sharepoint.com. The storage quota is updated to 3000 megabytes and the storage quota warning level is updated to 2000 megabytes.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SpoSite -Identity https://contoso.sharepoint.com -DisableSharingForNonOwners</maml:para>
      <dev:remarks>
        <maml:para>Example 4 prevents non-owners of a site from inviting new users to the site.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOTenant</maml:linkText>
      <maml:uri href="cf64ca53-cc14-4267-b2cc-069e278fe1af" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/de2a6a72-cff9-4afd-9144-97a28fcdbe40(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>e45078d4-2933-4001-a27b-aff9e6b1eb9d
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Upgrade-SPOSite</command:name>
    <maml:description>
      <maml:para>Starts the upgrade process on a site collection.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Upgrade</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Upgrade-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoEmail</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>QueueOnly</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>VersionUpgrade</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the SharePoint Online site collection to upgrade.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies whether to perform a version-to-version upgrade on the site collection. When this parameter is set, it internally triggers any available build-to-build upgrade associated with the current site collection operating mode, and continues with version-to-version upgrade. When this parameter is not set, it triggers only build-to-build upgrade on the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies that the system not send the requester and site collection administrators a notification e-mail message at the end of the upgrade process.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Adds the site collection to the upgrade queue. The upgrade does not occur immediately.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Upgrade-SPOSite cmdlet activates the upgrade process for the specified SharePoint Online site collection. This cmdlet can also be used to resume failed upgrades.</maml:para>
    <maml:para>When upgrade is initiated, it can either be a build-to-build or version-to-version upgrade. The default is build-to-build upgrade. When in version-to-version upgrade, site collection health checks are first run in repair mode to ensure that the site collection can be upgraded successfully.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Upgrade-SPOSite -Identity https://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>Example 1 runs a build-to-build upgrade of the existing site collection https://contoso.sharepoint.com/sites/marketing. The CompatibilityLevel property associated with the site collection is not changed by this operation. For more information about CompatibilityLevel, see New-SPOSite.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Upgrade-SPOSite -Identity https://contoso.sharepoint.com/sites/marketing -VersionUpgrade</maml:para>
      <dev:remarks>
        <maml:para>Example 2 runs a version-to-version upgrade of the existing site collection https://contoso.sharepoint.com/sites/marketing. The CompatibilityLevel property associated with the site collection is changed to a value of SharePoint 2013 by this operation. For more information about CompatibilityLevel, see New-SPOSite.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Request-SPOUpgradeEvaluationSite</maml:linkText>
      <maml:uri href="bc3114cd-e536-4130-8ce1-3462d652c0e9" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/e45078d4-2933-4001-a27b-aff9e6b1eb9d(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>e586de99-588e-4c96-8423-3bf0bc802ffd
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>ConvertTo-SPOMigrationTargetedPackage</command:name>
    <maml:description>
      <maml:para>Cmdlet to re-map a previously created file share based package or exported SharePoint package to accurately describe objects in a target web.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>ConvertTo</command:verb>
    <command:noun>SPOMigrationTargetedPackage</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>ConvertTo-SPOMigrationTargetedPackage</maml:name>
      <command:parameter required="True">
        <maml:name>TargetDocumentLibraryPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourcePackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoAzureADLookup</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>OutputPackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ParallelImport</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>UserMappingFile</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>ConvertTo-SPOMigrationTargetedPackage</maml:name>
      <command:parameter required="True">
        <maml:name>TargetListPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourcePackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoAzureADLookup</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>OutputPackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ParallelImport</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>UserMappingFile</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>SourceFilesPath</maml:name>
      <maml:description>
        <maml:para>The directory location where the package's source content files exist.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2">
      <maml:name>SourcePackagePath</maml:name>
      <maml:description>
        <maml:para>The directory location where the package's source metadata files exist.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetDocumentLibraryPath</maml:name>
      <maml:description>
        <maml:para>The web relative document library that is the expected target of the import operation. This URL will be used as the document library part of the URL in the package metadata. The document library must already exist at the specified target web URL as it will be contacted during transformation to determine appropriate values for the package metadata transformation.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetListPath</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>The fully qualified web URL of a web that is the expected target of the import operation. This URL will be used as the web address part of the base URL in the package metadata. The web at the specified URL will be contacted during transformation to determine appropriate values for the package metadata transformation, so must already exist.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>Optional credentials of a site collection administrator to use to connect to the site collection. The credentials should supply the username in UPN format (e.g. user@company.onmicrosoft.com). If this property is not set, the current tenant admin credentials from the session's previous call to Connect-SPOService will be used to connect to the site collection.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoAzureADLookup</maml:name>
      <maml:description>
        <maml:para>Indicates to prevent using Azure AD to map on-premises accounts to appropriate SharePoint Online accounts during package transformation. If not supplied, lookup will occur via Azure AD lookups after lookups occur using the UserMappingFile csv. When this is not specified, a credential selection dialog may appear during processing to ensure the correct credentials are used to access Azure AD. Note: See the Requirements section below for a sample CSV and the required format.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Indicates to not create a log file. The default is to create a new ConvertMigrationPackage log file within the directory specified</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>OutputPackagePath</maml:name>
      <maml:description>
        <maml:para>The directory location where the transformed package metadata files will be saved. If the directory does not exist, then it will be created.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ParallelImport</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="6">
      <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>The document library relative path to a folder that is the expected target of the import operation. This URL will be used as the folder part of the URL in the package metadata. The folder must already exist at the specified target web URL as it will be contacted during transformation to determine appropriate values for the package metadata transformation. This value defaults to empty.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>UserMappingFile</maml:name>
      <maml:description>
        <maml:para>Optional user mapping csv file used to map on-premises accounts to appropriate SharePoint Online accounts during package transformation. If not supplied, lookup will occur via Azure AD lookups unless NoAzureADLookups is also set, in which case no lookup or account transforms will occur. Note: See the Requirements section below for a sample CSV and the required format.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>ConvertTo-SPOMigrationTargetedPackage -SourceFilesPath \\fileserver\share\folder1 -SourcePackagePath d:\MigrationPackages\Folder1_SrcPkg -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -TargetWebUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -TargetDocumentLibraryPath "Shared Documents"</maml:para>
      <maml:para>ConvertTo-SPOMigrationTargetedPackage -SourceFilesPath \\fileserver\share\folder1 -SourcePackagePath d:\MigrationPackages\Folder1_SrcPkg -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -TargetWebUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -TargetDocumentLibraryPath "Shared Documents" -TargetDocumentLibrarySubFolderPath "Sub Folder/Target Folder"</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/e586de99-588e-4c96-8423-3bf0bc802ffd(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para>The User Mapping file is used to determine account references in the export package and transform the user/group accounts to matching accounts in the destination. This CSV file contains three values for each account: The OnPremSID, the UPN and a True/False value indicating whether the account is a user or domain group. Prepare this file before you begin your migration process. Determine the equivalent target user for each user that may be in the export package, matching them to the on-premises SID for that user/group account.</maml:para>
  <maml:para>Create your CSV file like this:</maml:para>
  <command:table>
    <command:row>
      <maml:para>OnPremSID</maml:para>
      <maml:para>UPN</maml:para>
      <maml:para>isGroup</maml:para>
    </command:row>
    <command:row>
      <maml:para>Active Directory SID of on premises user or group (Assuming windows/AD auth on source), which will be used to lookup entry in UserGroup.XML file</maml:para>
      <maml:para>UPN (e.g. email address) of account which will be used at destination</maml:para>
      <maml:para>Is the account a user or a domain group? (enter TRUE or FALSE)</maml:para>
    </command:row>
  </command:table>
</command:command>efd0e73c-1cb1-4dd4-83ea-cedec565ba24
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Disconnect-SPOService</command:name>
    <maml:description>
      <maml:para>Disconnects from a SharePoint Online service.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Disconnect</command:verb>
    <command:noun>SPOService</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Disconnect-SPOService</maml:name>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters />
  <maml:description>
    <maml:para>The Disconnect-SPOService cmdlet explicitly disconnects a previously created SharePoint Online service connection.</maml:para>
    <maml:para>Global administrators can disconnect the service by running the Disconnect-SPOService cmdlet or by running the Connect-SPOService cmdlet to initiate another connection. For more information, see Connect-SPOService.</maml:para>
    <maml:para>Even after a connection is terminated, operations that were started before the connection is terminated will run to completion. In other words, long-running operations will not be terminated by running the Disconnect-SPOService cmdlet or the Connect-SPOService cmdlet.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Disconnect-SPOService</maml:para>
      <dev:remarks>
        <maml:para>This example explicitly disconnects a previously created SharePoint Online service connection.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Connect-SPOService</maml:linkText>
      <maml:uri href="d9c6793a-56aa-4170-b6b5-90adb564fc2c" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/efd0e73c-1cb1-4dd4-83ea-cedec565ba24(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>f21c353d-a88d-4921-b982-d64a0f01a51b
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Request-SPOPersonalSite</command:name>
    <maml:description>
      <maml:para>Requests that one or more users be enqueued for a Personal Site to be created.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Request</command:verb>
    <command:noun>SPOPersonalSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Request-SPOPersonalSite</maml:name>
      <command:parameter required="True">
        <maml:name>UserEmails</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies one or more user logins to be enqueued for the creation of a Personal Site. The Personal site is created by a Timer Job later. You can specify between 1 and 200 users.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>When this Switch is used the action will continue without the status being polled. Polling the action can slow it's progress if lots of user emails are specified.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Request-SPOPersonalSite cmdlet requests that the users specified be enqueued so that a Personal Site be created for each. The actual Personal site is created by a Timer Job later.</maml:para>
    <maml:para>You must specify a string array of user logins that contains one or more valid user email (logins) and cannot contain any empty fields. The command will stop if it encounters any empty strings in the array. A maximum of 200 users can be specified.</maml:para>
    <maml:para>By default the command will poll its own progress and display the progress unless you specify the NoWait parameter. If you are specifying a large number of users, you should use the NoWait parameter so that the operation will continue without the status being polled. Polling the operation can slow it's progress if large numbers of user emails are specified.</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>$emails = "user1@contoso.com,user2@contoso.com"</maml:para>
      <maml:para>Request-SPOPersonalSite -UserEmails $emails</maml:para>
      <dev:remarks>
        <maml:para>This example requests that two users to be enqueued for the creation of a Personal Site and the status of the command will be displayed.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Request-SPOPersonalSite -UserEmails $emails -NoWait</maml:para>
      <dev:remarks>
        <maml:para>This example requests that many users to be enqueued for the creation of a Personal Site. The users are previously defined using the variable $emails. The status of the operation will not be displayed.</maml:para>
        <maml:para>If you are specifying a large number of users, you should use the NoWait parameter so that the operation will continue without the status being polled. Polling the operation can slow its progress if large numbers of user emails are specified.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/f21c353d-a88d-4921-b982-d64a0f01a51b(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
</command:command>f4730281-69df-4642-bc29-320d78c6c9e4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOAppInfo [[-ProductId]</command:name>
    <maml:description>
      <maml:para>Returns all installed applications.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOAppInfo [[-ProductId]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the application's GUID.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the application's name.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>The Get-SPOAppInfo cmdlet gets all the installed applications from an external marketplace or from the App Catalog that contain Name in their application names or the installed application with mentioned ProductId. ProductId takes precedence if not empty.</maml:para>
    <maml:para>Either ProductId or Name must be given. Name is ignored if ProductId is specified.</maml:para>
    <maml:para>The returned collection of installed applications contains Product ID (GUID), Product name and Source. Values for source type are as follows: 0 = App Catalog and 1 = Marketplace.</maml:para>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOAppInfo -Name "Excel Service"</maml:para>
      <dev:remarks>
        <maml:para>Example 1 returns all the installed applications from the external marketplace or from the App Catalog that contain "Excel Service" in their application names.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOAppInfo -ProductId 6751729b-e017-409d-681a-66f1dd18f0ff</maml:para>
      <dev:remarks>
        <maml:para>Example 2 returns the installed application that has the GUID 6751729b-e017-409d-681a-66f1dd18f0ff.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/f4730281-69df-4642-bc29-320d78c6c9e4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>fa1b30db-e0ed-456b-a1d0-ea537cbeeec9
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOTenantSyncClientRestriction</command:name>
    <maml:description>
      <maml:para>Enables the feature for the tenancy and permits you to set the domain GUIDs in safe recipients list.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOTenantSyncClientRestriction</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOTenantSyncClientRestriction</maml:name>
      <command:parameter required="False">
        <maml:name>DomainGuids</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Enable</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DomainGuids</maml:name>
      <maml:description>
        <maml:para>Sets the domain GUID to add to the safe recipient list. Requires a minimum of 1 domain GUID. The maximum number of domain GUIDs allowed are 30.</maml:para>
        <maml:para>To enumerate a list of domain GUIDs, see How to enumerate a domain GUID in an Active Directory forest</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Enable</maml:name>
      <maml:description>
        <maml:para>Enables the feature to block sync originating from domains that are not present in the safe recipients list.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>You must be a SharePoint Online global administrator to run the cmdlet.</maml:para>
    <maml:para>Requires a valid Connect-SPOService context to identify the tenant. For information on how to connect to the tenant, see Connect-SPOService</maml:para>
    <maml:para>The Set-SPOTenantSyncClientRestriction cmdlet enables the feature for tenancy and sets the domain GUIDs in the safe recipients list. When this feature is enabled it can take up to 24 hours for the change to take effect. However, any changes to the safe recipients list are reflected within five minutes.</maml:para>
    <maml:para>When the feature is enabled the following will occur:</maml:para>
    <command:list>bullet
    <command:listItem>
      <maml:para>All OneDrive for Business Sync client requests originating from a domain that is not on the safe recipients list will be blocked.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>All OneDrive for Business Mac Sync client requests will be blocked.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Mobile clients are not blocked when this feature is enabled.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Regardless whether a computer is managed by a device management solution, a sync relationship will not be established unless they are joined to a domain in the Safe Recipient List.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Any files that have been previously been synced down to your computer will not be deleted.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Please be aware the following upload behavior:</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>New or existing files added to the client will still be uploaded to the server and will not be blocked.</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>Regardless if the computer is joined to a domain which is set in the Safe Recipient List.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>Regardless if the computer is joined to a domain which is not set in the Safe Recipient List.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>And for all non-domain joined computers.</maml:para>
        </command:listItem></command:list>
      </command:listItem></command:list>
    </command:listItem>
    <command:listItem>
      <maml:para>OneDrive for Business sync client prior to version 15.0.4693.1000 will stop syncing existing libraries.</maml:para>
      <maml:para>There is a known OneDrive for Business sync client issue where syncing is being blocked even if a computer is joined to a domain which is set in the Safe Recipient List. To resolve this behavior, obtain the 15.0.4719.1000 version or higher of the sync client, see May 12, 2015, update for OneDrive for Business (KB2986244) (https://support.microsoft.com/en-us/kb/2986244/)</maml:para>
      <maml:para>To determine the version of your Sync client, see How to determine the version of OneDrive for Business Sync client.</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>The latest OneDrive for Business sync client can be downloaded from Download OneDrive for Windows (http://go.microsoft.com/fwlink/?LinkID=404119&amp;clcid=0x409) or How to install the OneDrive for Business sync client for SharePoint 2013 and SharePoint Online (http://go.microsoft.com/fwlink/?LinkID=321300&amp;amp;clcid=0x409)</maml:para>
      </command:listItem></command:list>
    </command:listItem></command:list>
    <maml:para>For additional information about how to troubleshoot the OneDrive for Business sync client, see How to switch from an MSI installation of OneDrive for Business (formerly SkyDrive Pro) standalone to a Click-To-Run installation of OneDrive for Business (formerly SkyDrive Pro) standalone (http://go.microsoft.com/fwlink/?LinkId=526386&amp;clcid=0x409)</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenantSyncClientRestriction -Enable -DomainGuids "786548DD-877B-4760-A749-6B1EFBC1190A; 877564FF-877B-4760-A749-</maml:para>
      <dev:code />
      <maml:para>6B1EFBC1190A"</maml:para>
      <dev:code />
      <dev:remarks>
        <maml:para>This example enables the feature for the tenancy and adds the domains GUIDs to the safe recipient list.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/fa1b30db-e0ed-456b-a1d0-ea537cbeeec9(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>fad9d40f-c3b4-4efb-ba73-b428688a2682
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Restore-SPODeletedSite</command:name>
    <maml:description>
      <maml:para>Restores a SharePoint Online deleted site collection from the Recycle Bin.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Restore</command:verb>
    <command:noun>SPODeletedSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Restore-SPODeletedSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies the URL of the site collection to restore.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifies to continue executing script immediately.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.</maml:para>
    <maml:para>For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).</maml:para>
  </maml:description>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Restore-SPODeletedSite -Identity https://contoso.sharepoint.com/sites/arecycledsite</maml:para>
      <dev:remarks>
        <maml:para>This example restores a SharePoint Online deleted site collection named HYPERLINK "https://contoso.sharepoint.com/sites/arecycledsite" https://contoso.sharepoint.com/sites/arecycledsite from the Recycle Bin.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPODeletedSite</maml:linkText>
      <maml:uri href="29079bf5-73e8-48f5-b992-4d04dac4738f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Online Version</maml:linkText>
      <maml:uri>http://technet.microsoft.com/EN-US/library/fad9d40f-c3b4-4efb-ba73-b428688a2682(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command></HelpItems>