zh-cn/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:58:23.700-->
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。</maml:para>
      <maml:para>本文档介绍了当前已提供预览版但尚未正式用于生产代码中的功能。加入公共预览版: SharePoint Online (SPO) 迁移公共预览版是一个新的 API,专门用于将数据从本地文件共享迁移到 Office 365。要加入此预览版,请转到 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)。</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>输出程序包元数据文件将保存到的目录位置。如果目录不存在,则会创建一个。</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>源内容文件所在的目录位置。将枚举此目录,以创建元数据文件的程序包。</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>用于将权限和共享信息包含在程序包元数据的生成清单文件中。</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>参数值: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>不用于创建日志文件。默认值是在 OutputPackagePath 参数指定的目录中创建一个新的 CreateMigrationPackage 日志文件。</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>用作程序包元数据中基 URL 的文档库部分的与 Web 相关的文档库。如果未提供,将改为在程序包元数据中使用"Documents"。</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>指定用作程序包元数据基 URL 的文件夹路径部分的与文档库相关的子文件夹。如果未提供,则在程序包元数据中将不使用任何值。文件将驻留在文档库根目录下。</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>用作程序包元数据中基 URL 的 Web 地址部分的完全限定 Web URL。如果未提供,将改为在程序包元数据中使用"http://fileserver/sites/user"。</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>参数值:String</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>TargetUrl</maml:name>
      <maml:description>
        <maml:para>参数值: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>
      <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 -TargetUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -TargetDocumentLibraryPath "Shared Documents"</maml:para>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>返回回收站中所有的已删除网站集。</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>使用此开关参数,仅将个人网站包括在返回的结果中。</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>指定返回已删除网站集的 URL。</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>使用此开关参数将个人网站包括在返回的结果中。</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>指定要返回的网站集的最大数目。它可以是任意数字。若要检索所有网站集,请使用"ALL"。默认值为 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>Get-SPODeletedSite cmdlet 可返回回收站中符合给定条件的所有的已删除网站集。</maml:para>
    <maml:para>默认情况下,cmdlet 仅返回非个人网站(我的网站)的网站和网站集。若要包括个人网站,请使用 IncludePersonalSite 参数。若要仅返回个人网站,请使用 IncludeOnlyPersonalSite 参数。</maml:para>
    <maml:para>这两个开关参数属于不同的参数集,所以您只能使用其中任一个,但不能二者都用。</maml:para>
    <maml:para>此操作不会还原这些已返回网站或网站集。它只返回它们的属性,以便您可以看到哪些网站或网站集已被删除。要要还原网站或网站集,请通过管道将结果转发到 Restore-SPODeletedSite cmdlet。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和已删除网站集的网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例返回回收站中已删除网站集"http://contoso.sharepoint.com/sites/marketing"的属性。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite -IncludePersonalSite</maml:para>
      <dev:remarks>
        <maml:para>此示例返回回收站中已删除网站(包括个人网站)的所有属性。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite - IncludeOnlyPersonalSite</maml:para>
      <dev:remarks>
        <maml:para>此示例返回回收站中仅针对个人网站的所有属性。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>对租户禁用此功能。</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>您必须是 SharePoint Online 全局管理员才能运行此 cmdlet。</maml:para>
    <maml:para>需要有效的 Connect-SPOService 上下文来标识租户。有关如何连接到租户的信息,请参阅 Connect-SPOService</maml:para>
    <maml:para>Remove-SPOTenantSyncClientRestriction cmdlet 对租户禁用此功能,但不会从安全收件人列表中删除任何现有的域 GUID 条目。运行 Remove-SPOTenantSyncClientRestriction cmdlet 后,可能最多需要 24 小时更改才会生效。</maml:para>
    <maml:para>Remove-SPOTenantSyncClientRestriction cmdlet 没有任何参数。</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOTenantSyncClientRestriction</maml:para>
      <dev:remarks>
        <maml:para>本示例为 TenantRestrictionEnabled 属性返回值 False。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>从租户的文件夹中删除外部用户的集合。</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>指定可用于根据 Windows Live ID 标记外部用户的 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>在执行命令之前提示您确认。有关详细信息,请键入以下命令: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>显示一条描述命令作用的消息,而不执行命令。有关详细信息,请键入以下命令: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>Remove-SPOExternalUser cmdlet 可从租户的文件夹中永久删除外部用户的集合。</maml:para>
    <maml:para>已删除的用户将失去对所有租户资源的访问权限。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>本示例删除地址为"someone@example.com"的特定外部用户。组织成员可能还会看到外部用户名显示在"共享"对话框中,但外部用户将无法登录并访问任何租户资源。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>测试 SharePoint Online 网站集。</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>指定要测试的 SharePoint Online 网站集。</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>指定要运行的运行状况检查规则。</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>显示一条描述命令效果的消息,而不执行命令。</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>Test-SPOSite cmdlet 可对网站集及其内容运行一个或所有网站集运行状况检查。除非在修复模式(可通过运行 Repair-SPOSite cmdlet 启动该模式)中,否则此测试不应进行任何更改。此 cmdlet 会同时报告规则和结果摘要。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 Test-SPOSite cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例对 https://contoso.sharepoint.com/sites/marketing 网站集运行所有网站集运行状况检查。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>从回收站移除 SharePoint Online 已删除的网站集。</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>指定要删除的网站集的 URL。</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>在执行命令之前提示您确认。有关详细信息,请键入以下命令: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>显示一条描述命令作用的消息,而不执行命令。有关详细信息,请键入以下命令: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>Remove-SPODeletedSite cmdlet 可从回收站中永久删除 SharePoint Online 的已删除网站集。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例从回收站中删除名为 https://contoso.sharepoint.com/sites/sitetoremove 的 SharePoint Online 已删除网站集并将其永久删除。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>检索 SharePoint Online 公司日志。</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>指定要搜索日志的起始时间(采用协调世界时 (UTC))- 例如,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>指定要搜索日志的结束时间(采用 UTC)。</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>指定按时间戳的降序顺序排列的行的最大数目。该值必须小于 5000。默认值为 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>将相关 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>指定用于记录错误的组件。</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>将登录标识指定为筛选器。</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>此 cmdlet 包含多个参数集。您可以只使用来自一个参数集的参数,也可以不合并来自不同参数集的参数。有关如何使用参数集的详细信息,请参阅 Cmdlet 参数集 (http://go.microsoft.com/fwlink/?LinkID=187810&amp;clcid=0x804)。</maml:para>
    <maml:para>Get-SPOTenantLogEntry cmdlet 无法检索所有 SharePoint Online 错误。此 cmdlet 可检索由于外部系统导致发生一部分错误。</maml:para>
    <maml:para>对于 Beta 2,仅针对 Business Connectivity Services (BCS) 的公司日志可用。</maml:para>
    <maml:para>如果您不使用任何参数,则返回前 1000 行(按降序时间范围)。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>本示例检索可用的所有日志。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc -MaxRows 500</maml:para>
      <dev:remarks>
        <maml:para>本示例检索前 500 个日志条目。</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>本示例检索过去 14 天内记录的日志条目。</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>本示例检索过去 14 天内记录并具有"e2c2be70-6382-4ce7-8a44-ae7dadff5597"的 CorrelationId 的日志条目。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>为当前公司新建 SharePoint Online 网站集。</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>指定新网站集的完整 URL。它必须位于公司网站的有效托管路径中。例如,对于公司 contoso,有效托管路径为 https://contoso.sharepoint.com/sites 和 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>指定网站集的主要所有者的用户名。所有者必须是用户,而不是安全组或已启用电子邮件的安全组。</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>指定此网站集的存储配额(以 MB 为单位)。此值不得超出公司的可用配额。</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>指定创建新的网站集时要使用的模板的版本。此值将设置网站集的初始 CompatibilityLevel 值。该参数的值可以是 SharePoint Server 2010 或 SharePoint Server 2013。在未指定该参数时,CompatibilityLevel 在默认情况下为 Web 应用程序的可能的最高版本。</maml:para>
        <maml:para>对于 SharePoint Online 预览,只能将其设置为"14"或"15"。"14"指示 SharePoint 2010 产品,"15"指示 SharePoint 2013。其他值无效并将导致出现错误。</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>指定此网站集的语言。有关详细信息,请参阅由 Microsoft 分配的区域设置 ID (http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911)。Template 和 LocaleId 参数在从 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>指定立即继续执行脚本。</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>指定此网站集在沙盒解决方案单元中具有的配额。此值不得超过公司总体可用的沙盒解决方案配额。默认值为 0。有关详细信息,请参阅 SharePoint 2010 中沙盒解决方案的资源使用率限制 (http://msdn.microsoft.com/zh-cn/library/gg615462.aspx) (http://msdn.microsoft.com/zh-cn/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>指定网站集模板类型。使用 Get-SPOWebTemplate cmdlet 可获取有效模板的列表。如果未指定任何模板,则可在稍后添加一个模板。Template 和 LocaleId 参数在从 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>指定网站集的时区。有关详细信息,请参阅 SPRegionalSettings.TimeZones 属性 (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>指定网站集的标题。</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>New-SPOSite cmdlet 可为当前公司创建一个新的网站集。但是,如果回收站中已存在具有相同 URL 的已删除网站,则创建新的 SharePoint Online 网站集将失败。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 为当前公司创建具有指定网站 URL、标题和所有者的新网站集。存储配额设置为 1000 MB。</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>示例 2 为当前公司创建具有指定网站 URL、标题、所有者和模板的新网站集。存储配额设置为 1000 MB,资源配额设置为 300 MB。模板兼容性级别设置为 15,这意味着网站集仅支持 SharePoint 2013模板。语言设置为英语 - 美国 (LocaleID = 1033),时区设置为 (GMT-08:00) 太平洋时间(美国和加拿大)(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>示例 3 为当前公司创建具有指定网站 URL、所有者和模板的新网站集。存储配额设置为 100 MB,资源配额设置为 50 MB。此 cmdlet 将立即执行而不会延迟。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>用于创建 Azure 容器、将迁移程序包文件上载到相应的容器并对上载的内容提取快照的 Cmdlet。</maml:para>
      <maml:para>本文档介绍了当前已提供预览版但尚未正式用于生产代码中的功能。加入公共预览版: SharePoint Online (SPO) 迁移公共预览版是一个新的 API,专门用于将数据从本地文件共享迁移到 Office 365。要加入此预览版,请转到 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)。</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:syntaxItem>
      <maml:name>Set-SPOMigrationPackageAzureSource</maml:name>
      <command:parameter required="True">
        <maml:name>AccountKey</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>AccountName</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="False">
        <maml:name>AzureQueueName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>FileContainerName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PackageContainerName</maml:name>
        <command:parameterValue required="True">String</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>NoSnapshotCreation</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoUpload</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Overwrite</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Set-SPOMigrationPackageAzureSource</maml:name>
      <command:parameter required="True">
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <command:parameterValue required="True">MigrationPackageAzureLocations</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="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoSnapshotCreation</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoUpload</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Overwrite</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="True" position="Named">
      <maml:name>AccountKey</maml:name>
      <maml:description>
        <maml:para>Azure 存储帐户的帐户密钥。</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="Named">
      <maml:name>AccountName</maml:name>
      <maml:description>
        <maml:para>Azure 存储帐户的帐户名称。</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="3">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>一系列表示 Azure Blob 存储容器的完全限定 URL 和 SAS 令牌,这些容器中保存着程序包内容和元数据文件以及一个可选的 Azure 存储报告队列。该对象在成功处理 Set- SPOMigrationPackageAzureSource 时返回。</maml:para>
      </maml:description>
      <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      <dev:type>
        <maml:name>MigrationPackageAzureLocations</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>程序包的源内容文件所在的目录位置。</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>程序包的元数据文件所在的目录位置。</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>AzureQueueName</maml:name>
      <maml:description>
        <maml:para>Azure 存储报告队列的一个可选名称,其中导入操作将列出导入过程中发生的事件。该值必须为小写,且必须符合 Azure 的队列命名规则。</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="3">
      <maml:name>FileContainerName</maml:name>
      <maml:description>
        <maml:para>Azure Blob 存储容器的可选名称,如果目前不存在,将创建一个。它将保存上载的程序包内容文件。该值必须为小写,且必须符合 Azure 的容器命名规则。如果未提供,将生成一个 &lt;GUID&gt;-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>NoLogFile</maml:name>
      <maml:description>
        <maml:para>指示不创建日志文件。默认值是在 SourcePackagePath 参数指定的目录中创建一个新的 CopyMigrationPackage 日志文件。</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>NoSnapshotCreation</maml:name>
      <maml:description>
        <maml:para>指示不对容器中的内容执行快照。默认值是对容器中的每个程序包文件提取快照。</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>NoUpload</maml:name>
      <maml:description>
        <maml:para>指示不上载程序包文件。默认值是上载所有程序包文件。</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>Overwrite</maml:name>
      <maml:description>
        <maml:para>参数值: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="4">
      <maml:name>PackageContainerName</maml:name>
      <maml:description>
        <maml:para>Azure Blob 存储容器的可选名称,如果目前不存在,将创建一个。它将保存上载的程序包元数据文件。该值必须为小写,且必须符合 Azure 的容器命名规则。如果未提供,将生成一个 &lt;GUID&gt;-package 格式的名称。</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>NoOverwrite</maml:name>
      <maml:description>
        <maml:para>用于覆盖容器中的内容。默认值是不覆盖现有的内容。</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>此 cmdlet 包含多个参数集。您可以只使用来自一个参数集的参数,也可以不合并来自不同参数集的参数。有关如何使用参数集的详细信息,请参阅 Cmdlet 参数集 (http://go.microsoft.com/fwlink/?LinkID=187810&amp;clcid=0x804)。</maml:para>
    <maml:para>此 cmdlet 将返回一个 Microsoft.Online.SharePoint.Migration. MigrationPackageAzureLocations 对象,该对象可作为此 cmdlet 的源,更常见的是,作为 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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>用于将引用 Azure Blob 存储中之前上载的程序包的新迁移作业提交到网站集的 Cmdlet。</maml:para>
      <maml:para>本文档介绍了当前已提供预览版但尚未正式用于生产代码中的功能。加入公共预览版: SharePoint Online (SPO) 迁移公共预览版是一个新的 API,专门用于将数据从本地文件共享迁移到 Office 365。要加入此预览版,请转到 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)。</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: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:parameter required="False">
        <maml:name>ShowProgress</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Submit-SPOMigrationJob</maml:name>
      <command:parameter required="True">
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <command:parameterValue required="True">MigrationPackageAzureLocations</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:parameter required="False">
        <maml:name>ShowProgress</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="2">
      <maml:name>FileContainerUri</maml:name>
      <maml:description>
        <maml:para>表示包含程序包内容文件的 Azure Blob 存储容器的完全限定 URL 和 SAS 令牌。</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>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>一系列表示 Azure Blob 存储容器的完全限定 URL 和 SAS 令牌,这些容器中保存着程序包内容和元数据文件以及一个可选的 Azure 存储报告队列。该对象在成功处理 Set- SPOMigrationPackageAzureSource cmdlet 时返回。</maml:para>
      </maml:description>
      <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      <dev:type>
        <maml:name>MigrationPackageAzureLocations</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>表示包含程序包元数据文件的 Azure Blob 存储容器的完全限定 URL 和 SAS 令牌。</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>程序包将导入到其中的完全限定目标 Web URL。这必须包括与执行 ConvertTo-SPOMigrationTargetedPackage 时使用的相同 TargetWebURL。</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>代表 Azure 存储报告队列的可选的完全限定 URL 和 SAS 令牌,其中导入操作将列出导入时发生的事件。</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>网站集管理员用于连接到网站集的可选凭据。凭据应提供 UPN 格式的用户名(例如 user@company.onmicrosoft.com)。如果未设置此属性,将使用会话之前调用 Connect-SPOService 时的当前租户管理员凭据连接到网站集。</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>NoLogFile</maml:name>
      <maml:description>
        <maml:para>指示不创建日志文件。默认值是在当前目录中创建一个新的 CreateMigrationJob 日志文件。</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>ShowProgress</maml:name>
      <maml:description>
        <maml:para>参数值: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:parameters>
  <maml:description>
    <maml:para>此 cmdlet 包含多个参数集。您可以只使用来自一个参数集的参数,也可以不合并来自不同参数集的参数。有关如何使用参数集的详细信息,请参阅 Cmdlet 参数集 (http://go.microsoft.com/fwlink/?LinkID=187810&amp;clcid=0x804)。</maml:para>
    <maml:para>此 cmdlet 将返回一个 GUID 值,该值表示 MigrationJobId;如果未成功创建作业,则返回一个空的 GUID。</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/library/4d3f6db1-33de-400d-bdfa-6539009ab506(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <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>向 SharePoint 组添加现有 Office 365 用户或 Office 365 安全组。</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>指定要将用户添加到的网站集的 URL。</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>指定要添加的用户的登录名。</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>指定要将用户或安全组添加到的 SharePoint 组的名称。</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>除了具有运行 Windows PowerShell 通常所需的组成员身份之外,您还必须是 SharePoint Online 全局管理员和网站集管理员才能使用 Add-SPOUser cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 将电子邮件地址为 joe.healy@contoso.com 的用户添加到网站集 https://contoso.sharepoint.com/sites/sc1 中的组"SC1 Owners"。</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>示例 2 将电子邮件地址为 melissa.kerr@contoso.com 的用户添加到网站集 https://contoso.sharepoint.com 中的组"Team Site Members"。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>移除网站集中的 SharePoint Online 组。</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>指定要从中删除组的网站集。</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>指定要删除的组的名称。</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>使用 Remove-SPOSiteGroup cmdlet 可通过在 Identity 参数中指定组名称来从网站集中删除组。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 Remove-SPOSiteGroup cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例从网站集 https://contoso.sharepoint.com/sites/marketing 中删除名为 GroupToRemove 的组。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>监视已提交的 SPO 迁移作业状态的 Cmdlet。</maml:para>
      <maml:para>本文档介绍了当前已提供预览版但尚未正式用于生产代码中的功能。加入公共预览版: SharePoint Online (SPO) 迁移公共预览版是一个新的 API,专门用于将数据从本地文件共享迁移到 Office 365。要加入此预览版,请转到 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)。</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>程序包将导入到其中的完全限定目标 Web URL。这必须包括与执行 ConvertTo-SPOMigrationTargetedPackage 时使用的相同 TargetWebUrl。</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>(可选)网站集管理员用于连接到网站集的凭据。凭据应提供 UPN 格式的用户名(例如 user@company.onmicrosoft.com)。如果未设置此属性,将使用会话之前调用 Connect-SPOService 时的当前租户管理员凭据连接到网站集。</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="2">
      <maml:name>JobId</maml:name>
      <maml:description>
        <maml:para>(可选)存在于目标网站集上的迁移作业 ID。</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>(可选)指示不创建日志文件。默认值是在当前目录中创建一个新的 DeleteMigrationJob 日志文件。</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>将 Windows PowerShell cmdlet 用于 SPO 迁移公共预览版</maml:linkText>
      <maml:uri href="76fdbe4d-8cbd-4760-a8d0-396dd4f727e2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/library/5ba1257a-9567-4009-8ccb-fc1f5937ce8a(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <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>返回租户的文件夹中的外部用户。</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>将结果限制为其名、姓或电子邮件地址以字符串中的文本开始的用户(使用不区分大小写的比较)</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>指定集合中要返回的用户的最大数目。</maml:para>
        <maml:para>此值必须小于或等于 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>用于指定要返回的第一个结果在排序集合中所处位置的从零开始的索引。</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>指定在其中检索外部用户的网站。如果未指定任何网站,则返回所有网站的外部用户。</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>按 SPOUser.Email 属性将出现的升序或降序顺序指定排序结果。</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>Get-SPOExternalUser cmdlet 可基于指定条件返回位于租户的文件夹中的外部用户。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 将返回集合中的前两个外部用户。</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>示例 2 将返回集合的第三页中的两个外部用户。</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>示例 3 将返回符合筛选器 @testsite.com 的前 30 个用户。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>配置现有用户的属性。</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>指定网站集的完整 URL。它必须位于公司网站的有效托管路径中。</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>指定用户名。</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>指定用户是否为网站集管理员。</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>使用 Set-SPOUser cmdlet 可配置现有用户的属性。即,将用户作为 SharePoint Online 网站集管理员进行添加或删除。</maml:para>
    <maml:para>您必须具有 SharePoint Online 全局管理员权限才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例使 melissa.kerr@contoso.com 成为网址为 https://contoso.sharepoint.com/sites/marketing 上的 SharePoint Online 网站集管理员。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>检查并修复网站集及其内容。</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>指定要在其上运行修复的 SharePoint Online 网站集。</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>在执行命令之前提示您确认。有关详细信息,请键入以下命令: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>指定要运行的运行状况检查规则。</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>显示一条说明命令作用的消息,而不执行命令。</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>显示一条描述命令作用的消息,而不执行命令。有关详细信息,请键入以下命令: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>Repair-SPOSite cmdlet 可对网站集及其内容运行一个或所有网站集运行状况检查。如果发现问题并且这些问题是可解决的,则此 cmdlet 将进行更改。</maml:para>
    <maml:para>此 cmdlet 会将运行状况检查规则和结果摘要一起报告。这些规则可能不支持自动修复。可通过运行 Test-SPOSite cmdlet 启动未在修复模式中的测试。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例在修复模式下对 https://contoso.sharepoint.com/sites/marketing 网站集运行所有网站集运行状况检查。</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>此示例在修复模式下对 https://contoso.sharepoint.com/sites/marketing 网站集运行缺失库检查规则。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>将 SharePoint Online 网站集发送到 SharePoint Online 回收站。</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>指定要删除的网站集的 URL。</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>在执行命令之前提示您确认。有关详细信息,请键入以下命令: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>指定立即继续执行脚本。</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>显示一条描述命令作用的消息,而不执行命令。有关详细信息,请键入以下命令: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>Remove-SPOSite cmdlet 不会从网站集列表中永久删除网站集。相反,已删除网站集将移至回收站。您可以使用 Restore-SPODeletedSite cmdlet 从回收站还原网站集。若要永久删除网站集,请先使用 Remove-SPOSite cmdlet 将网站集移至回收站,然后使用 Remove-SPODeletedSite cmdlet 将其从回收站中删除。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例立即从网站集列表中删除名为 https://contoso.sharepoint.com/sites/site1 的网站集并将其移至回收站。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>显示匹配给定标识的所有网站集模板。</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>指定网站模板的区域设置 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>指定网站模板的兼容性级别。</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>指定网站模板的名称。</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>指定网站模板的标题。</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>Get-SPOWebTemplate cmdlet 显示与给定标识匹配且在 SharePoint Online 中可用的所有网站模板。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 返回用管理员网站的语言编写的所有网站模板。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOWebTemplate -LocaleID 1036</maml:para>
      <dev:remarks>
        <maml:para>示例 2 返回用法语编写的所有网站模板的列表。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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。</maml:para>
      <maml:para>本文档介绍了当前已提供预览版但尚未正式用于生产代码中的功能。加入公共预览版: SharePoint Online (SPO) 迁移公共预览版是一个新的 API,专门用于将数据从本地文件共享迁移到 Office 365。要加入此预览版,请转到 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)。</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>说明</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。</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>将从中删除作业(如果发现)的网站集的完全限定 URL。</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>网站集管理员用于连接到网站集的可选凭据。凭据应提供 UPN 格式的用户名(例如 user@company.onmicrosoft.com)。如果未设置此属性,将使用会话之前调用 Connect-SPOService 时的当前租户管理员凭据连接到网站集。</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>指示不创建日志文件。默认值是在当前目录中创建一个新的 DeleteMigrationJob 日志文件。</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/library/783f2435-e51e-4c72-8683-50eddb3607d2(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <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>返回应用程序错误。</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>指定应用程序的 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>指定要搜索监视错误的开始时间(采用 UTC)- 例如,01032011:12:00。如果未给定任何开始时间,则将使用默认值,即当前时间之前的 72 小时。</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>指定要搜索监视错误的结束时间(采用 UTC)。如果未给定任何结束时间,则将使用默认值,即采用 UTC 的当前时间。</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>对于由采用协调世界时 (UTC) 的 StartTimeInUtc 和采用 UTC 的 EndTimeInUtc 之间的 ProductId 指定的应用程序,Get-SPOAppErrors cmdlet 返回应用程序监视错误(如果有)。</maml:para>
    <maml:para>根据服务器配置,错误将存在一段时间。默认值为 7 天。以前的错误将被清除。今日之前 50 年或之后 20 年的日期时间值将被视为无效</maml:para>
    <maml:para>每个错误均包括错误消息、错误发生的时间(采用 UTC)、发生错误的网站以及错误类型。错误类型的值如下所示:0 - 无、1 - 安装错误、2 - 升级错误、3 - 运行时错误。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例返回 GUID 为 ba51729b-e017-409d-681a-66f1dd18f0f4 的应用程序的监视错误消息的集合。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>返回一个或多个网站集。</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>指定网站集的 URL。</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>使用此参数可获取网站集的附加属性信息。在使用 Detailed 参数时,您会发现响应时间较长。</maml:para>
        <maml:para>将返回下列属性:</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>指定要应用的服务器端筛选器的脚本块。该类型必须为有效的筛选器名称,并且值的格式必须为 {$_PropertyName &lt;operator&gt; "filterValue"}。有效的运算符如下所示:eq、ne、like、notlike。</maml:para>
        <maml:para>运算符的值区分大小写。</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>指定要返回的网站集的最大数目。它可以是任意数字。若要检索所有网站集,请使用"ALL"。默认值为 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>此 cmdlet 包含多个参数集。您可以只使用来自一个参数集的参数,也可以不合并来自不同参数集的参数。有关如何使用参数集的详细信息,请参阅 Cmdlet 参数集 (http://go.microsoft.com/fwlink/?LinkID=187810&amp;clcid=0x804)。</maml:para>
    <maml:para>Get-SPOSite cmdlet 可检索并返回符合给定条件的所有网站集的属性。</maml:para>
    <maml:para>回收站中的网站集将不会通过 Get-SPOSite cmdlet 进行检索。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 返回所有网站集。</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>示例 2 列出带详细属性的网站集。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>移除网站集或组中的用户或安全组。</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>指定要从中删除用户的网站集。</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>指定用户名。</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>指定要从中删除用户的组。如果未指定组,则此 cmdlet 将从所有组中删除用户。</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>此 cmdlet 包含多个参数集。您可以只使用来自一个参数集的参数,也可以不合并来自不同参数集的参数。有关如何使用参数集的详细信息,请参阅 Cmdlet 参数集 (http://go.microsoft.com/fwlink/?LinkID=187810&amp;clcid=0x804)。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 Remove-SPOUser cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例从网站集 https://contoso.sharepoint.com/sites/sc1 的 SC1 Owners 组中删除电子邮件地址为 joe.healy@contoso.com 的用户。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>必要的相关介绍。</maml:para>
      <maml:para>本文档介绍了当前已提供预览版但尚未正式用于生产代码中的功能。加入公共预览版: SharePoint Online (SPO) 迁移公共预览版是一个新的 API,专门用于将数据从本地文件共享迁移到 Office 365。要加入此预览版,请转到 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)。</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="False">
        <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>DontWaitForEndJob</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>JobIds</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:parameter required="False">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPOMigrationJobProgress</maml:name>
      <command:parameter required="True">
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <command:parameterValue required="True">MigrationPackageAzureLocations</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>DontWaitForEndJob</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>JobIds</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: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="True" position="2">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>一系列表示 Azure Blob 存储容器的完全限定 URL 和 SAS 令牌,这些容器中保存着程序包内容和元数据文件以及一个可选的 Azure 存储报告队列。该对象在成功处理 Set- SPOMigrationPackageAzureSource 时返回。</maml:para>
      </maml:description>
      <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      <dev:type>
        <maml:name>MigrationPackageAzureLocations</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>代表 Azure 存储报告队列的可选的完全限定 URL 和 SAS 令牌,其中导入操作将列出导入时发生的事件。</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>网站集管理员用于连接到网站集的可选凭据。凭据应提供 UPN 格式的用户名(例如 user@company.onmicrosoft.com)。如果未设置此属性,将使用会话之前调用 Connect-SPOService 时的当前租户管理员凭据连接到网站集。</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>DontWaitForEndJob</maml:name>
      <maml:description>
        <maml:para>告知 cmdlet 不要等待作业结束。它将只处理当前处于队列中的尽可能多的邮件,然后终止。如果该标志设置为 $false,它将等待作业结束后,才会终止。</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="True" globbing="False" pipelineInput="True" position="Named">
      <maml:name>JobIds</maml:name>
      <maml:description>
        <maml:para>目标网站集上存在的以前创建的迁移作业的 ID。</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>指示不创建日志文件。默认值是在 SourcePackagePath 参数指定的目录中创建一个新的 CopyMigrationPackage 日志文件。</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="1">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>程序包将导入到其中的完全限定目标 Web URL。这必须包括与执行 ConvertTo-SPOMigrationTargetedPackage 时使用的相同 TargetWebURL。</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>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>返回当前的配置状态。</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>您必须是 SharePoint Online 全局管理员才能运行此 cmdlet。</maml:para>
    <maml:para>需要有效的 Connect-SPOService 上下文来标识租户。有关如何连接到租户的信息,请参阅 Connect-SPOService</maml:para>
    <maml:para>Get-SPOTenantSyncClientRestriction cmdlet 返回TenantRestrictionEnabled 属性为 true 还是 false,以前当前位于安全收件人列表中的 DomainGUID(用 AllowedDomainList 属性表示)。</maml:para>
    <maml:para>Get-SPOTenantSyncClientRestriction cmdlet 没有任何参数。</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>本示例返回 TenantRestrictionEnabled 属性的当前布尔值,以及 AllowedDomainList 属性中域 GUID 的当前设置列表。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>返回 SharePoint Online 组织属性。</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>Get-SPOTenant cmdlet 可返回组织级别的网站集属性,如 StorageQuota、StorageQuotaAllocated、ResourceQuota、ResourceQuotaAllocated 和 SiteCreationMode。</maml:para>
    <maml:para>目前,没有此 cmdlet 的参数。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例返回组织级别的网站集属性,如 StorageQuota、StorageQuotaAllocated、ResourceQuota、ResourceQuotaAllocated 和 SiteCreationMode。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>在 SharePoint Online 网站集中创建新组。</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>指定要将组添加到的网站集。</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>指定要添加的组的名称。</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>指定要向新创建的组授予的权限级别。它可以是将在其中创建组的网站集所包含的任何权限级别。</maml:para>
        <maml:para>权限级别由 SharePoint Online 管理中心的 SharePoint Online 管理员定义。</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>SharePoint 2013组是一个单独用户的集合。利用 SharePoint 2013组,您可以管理用户组而不是单个用户。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例在网站集 https://contoso.sharepoint.com/sites/siteA 中创建具有"完全控制"权限级别的名为"Project Leads"的组。</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>此示例在网站集 https://contoso.sharepoint.com/sites/marketing 中创建具有"设计"权限级别的名为"NewGroupName"的组。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>获取指定网站集上的所有组。</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>指定网站集范围。</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>指定组名称。</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>指定要返回的网站集的最大数目。若要检索所有网站集,请使用"Limit ALL"。默认值为 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>使用 Get-SPOSiteGroup cmdlet 可通过 Site 参数获取指定网站集上的所有组。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例返回指定网站集 http://contoso.sharepoint.com/sites/siteA 中的所有组。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>请求创建现有网站集的副本以便验证升级的影响,而不会影响原始网站。</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>指定要为其请求新的升级或评估网站集的副本的 SharePoint Online 网站集。</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>在执行命令之前提示您确认。有关详细信息,请键入以下命令: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>指定在升级评估网站创建过程结束时,系统不向请求方和网站集管理员发送电子邮件。</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>指定系统不将升级作为评估网站创建过程的一部分执行。</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>显示一条描述命令作用的消息,而不执行命令。有关详细信息,请键入以下命令: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>利用 Request-SPOUpgradeEvaluationSite cmdlet,SharePoint Online 全局管理者可以请求现有网站集的副本,以便验证升级的效果而不影响原始网站。</maml:para>
    <maml:para>不会自动处理有关升级评估网站的请求,而是会将它安排为在对服务产生的影响最小时在后台进行。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 请求使用默认选项(即发送电子邮件并自动尝试升级评估网站)对市场营销网站 http://contoso.sharepoint.com/sites/marketing 执行网站升级评估。</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>此示例请求对市场营销网站 http://contoso.sharepoint.com/sites/marketing 执行网站升级评估。它指定不发送电子邮件且不自动尝试升级评估网站。通过按此方式使用 cmdlet,SharePoint Online 全局管理者可以在开始实际升级前对升级评估网站进行更改。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>更新网站集中的组的 SharePoint Online 所有者和权限级别。</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>指定组所属的网站集。</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>指定组的名称。</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>指定组的新名称。</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>指定要授予组的权限级别。</maml:para>
        <maml:para>权限级别由 SharePoint Online 管理中心的 SharePoint Online 全局管理员定义。</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>指定要从组中删除的权限级别。</maml:para>
        <maml:para>权限级别由 SharePoint Online 管理中心的 SharePoint Online 全局管理员定义。</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>指定要创建的组的所有者(个人或安全组)。</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>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 Set-SPOSiteGroup cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 将网站集 http://contoso.sharepoint.com/sites/siteA 中的 ProjectViewers 组的权限级别从"完全控制"更改为"仅查看"。</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>示例 2 将 Melissa.kerr@contoso.com 设置为 ProjectViewers 组的所有者。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>返回匹配给定搜索条件的 SharePoint Online 用户或安全组帐户。</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>指定从中获取用户的网站集的 URL。</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>指定从中获取用户的组。</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>指定用户名。</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>指定返回的用户的最大数目。默认值为返回 500 个用户。若要返回所有用户,请将值指定为"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>此 cmdlet 包含多个参数集。您可以只使用来自一个参数集的参数,也可以不合并来自不同参数集的参数。有关如何使用参数集的详细信息,请参阅 Cmdlet 参数集 (http://go.microsoft.com/fwlink/?LinkID=187810&amp;clcid=0x804)。</maml:para>
    <maml:para>Get-SPOUser cmdlet 可匹配一个且唯一一个用户或安全组。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 Get-SPOUser cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 返回网站集 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>示例 2 返回网站集 https://contoso.sharepoint.com/sites/finance 中的用户名为 HYPERLINK "mailto:melissa.kerr@contoso.com" melissa.kerr@contoso.com 的用户或安全组帐户。</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>示例 3 返回网站集 http://contoso.sharepoint.com/sites/finance 的"Team Site Members"组中的用户或安全组帐户。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>设置 SharePoint Online 组织的属性。</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>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>DisplayStartASiteOption</maml:name>
      <maml:description>
        <maml:para>确定租户用户是否可以看到"启动网站"菜单选项。</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>为租户启用外部服务。外部服务被定义为 Office 365 数据中心内未包含的服务。</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>指定新网站的兼容性级别的上限。</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>指定新网站的兼容性级别的下限。</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>指定锁定状态为"NoAccess"的网站集的重定向网站的 URL。</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 />
      <maml:description />
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <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>确保外部用户仅可以接受帐户匹配受邀请电子邮件地址的外部共享邀请。</maml:para>
        <maml:para>参数接受两个值:True 或 False。</maml:para>
        <maml:para>True-用户必须接受经由 bob@contoso.com 的邀请。</maml:para>
        <maml:para>False- 当将某个文档与外部用户通过 bob@contoso.com 共享,则任何用户都可以接受它来访问原始电子邮件中的邀请链接。</maml:para>
        <maml:para>希望增强对外部协作者的控制的管理员应考虑启用此功能。</maml:para>
        <maml:para>这仅适用于接受新共享邀请的外部新用户。</maml:para>
        <maml:para>资源所有者必须共享组织帐户或 Microsoft 帐户,否则外部用户将无法访问这些资源。</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>从人员选取器中删除搜索功能。</maml:para>
        <maml:para>有效值为:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True- 从人员选取器中删除搜索功能。系统会要求用户在人员选取器中输入人员的完整电子邮件地址或 UPN 进行解析。</maml:para>
          <maml:para>有关如何删除搜索功能的详细信息,请参阅管理查询规则 (https://support.office.com/zh-cn/article/Manage-query-rules-53556bb4-3625-490b-aa89-1223e3d4ce3f)、添加和编辑用户配置文件属性 (https://support.office.com/zh-cn/article/Add-and-edit-user-profile-properties-85091402-737f-4bb9-99a7-bc5f194502a8),或规划在 OneDrive for Business 和 SharePoint Online 中禁用人员发现功能</maml:para>
          <maml:para>最近解析的名称仍将出现在列表中。</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False- 还原默认的搜索功能。</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>确定网站可用的共享级别。可能的值包括:Disabled - 同时禁用外部用户共享(通过电子邮件共享)和来宾链接共享,ExternalUserSharingOnly - 启用外部用户共享(通过电子邮件共享),禁用来宾链接共享,或 ExternalUserAndGuestSharing - 同时启用外部用户共享(通过电子邮件共享)和来宾链接共享。</maml:para>
        <maml:para>有关共享的详细信息,请参阅管理您的 SharePoint Online 环境的外部共享 (http://office.microsoft.com/zh-cn/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>使管理员可以在人员选取器中隐藏"所有用户"声明组。当用户与"所有用户 (x)"共享项目时,租户的 Azure Active Directory 中使用变量通过身份验证的所有组织成员都可以对其进行访问。例如,"所有用户 (x)"可与使用 NTLM 进行 SharePoint 身份验证的用户共享。</maml:para>
        <maml:para>有效值为:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True-"所有用户"声明组显示在人员选取器中。</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False-"所有用户"声明组在人员选取器中处于隐藏状态。</maml:para>
        </command:listItem></command:list>
        <maml:para>默认值为 True。</maml:para>
        <maml:para>(经过身份验证的)所有用户都相当于"所有人"声明。</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>使管理员可以在人员选取器中隐藏"所有人"声明。当用户与"所有人"共享项目时,租户的 Azure Active Directory 中所有经过身份验证的用户(包括之前接受过邀请的任何活动外部用户)都可以对其进行访问。</maml:para>
        <maml:para>有效值为:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True-"所有人"声明组在人员选取器中显示。</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False-"所有人"声明组在人员选取器中处于隐藏状态。</maml:para>
          <maml:para>部分 SharePoint 系统资源(如模板和页面)需要共享给"所有人",这种类型的共享不显示任何用户数据或元数据。</maml:para>
        </command:listItem></command:list>
        <maml:para>默认值为 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>使管理员可以在人员选取器中隐藏"除外部用户外的任何人"声明。当用户与"除外部用户外的任何人"共享项目时,租户的 Azure Active Directory 中的所有组织成员(不包括之前接受过邀请的任何用户)都可以对其进行访问。</maml:para>
        <maml:para>有效值为:</maml:para>
        <maml:para>True - "所有人,外部用户除外"显示在人员选取器中。</maml:para>
        <maml:para>False - "所有人,外部用户除外"声明在人员选取器中不可见。</maml:para>
        <maml:para>默认值为 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="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description />
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <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>指定表单的 URL,以在"开启网站"对话框中加载。</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 />
      <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>可以使用 Set-SPOTenant cmdlet 启用外部服务并指定可在其中创建网站集的版本。也可以将 Set-SPOSite cmdlet 与 Set-SPOTenant cmdlet 一起使用来阻止对您组织中的网站的访问并将流量重定向到另一个网站。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 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>此示例阻止对 https://contoso.sharepoint.com/sites/team1 的访问并将流量重定向到 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>此示例将在人员选取器中隐藏"所有人,外部用户除外"声明。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -ShowAllUsersClaim $false</maml:para>
      <dev:remarks>
        <maml:para>此示例将在人员选取器中隐藏"所有用户"声明组。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>将 SharePoint Online 全局管理员连接到 SharePoint Online 连接(SharePoint Online 管理中心)。在可以运行任何其他 SharePoint Online cmdlets 之前,必须运行此 cmdlet。</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>指定 SharePoint Online 管理中心网站的 URL。</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>指定用于连接的凭据。如果未提供凭据,则将出现一个提示输入凭据的对话框。凭据必须是可访问 SharePoint Online 管理中心网站的 SharePoint Online 全局管理员的凭据。</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>Connect-SPOService cmdlet 可将 SharePoint Online 全局管理员连接到 SharePoint Online 管理中心。</maml:para>
    <maml:para>在任何单个 Windows PowerShell 会话中仅保留一个 SharePoint Online 服务连接。换言之,这是每个组织一个的管理员连接。运行 Connect-SPOService cmdlet 两次会隐式中断之前的连接。Windows PowerShell 会话将设置为供指定的新 SharePoint Online 全局管理员使用。</maml:para>
    <maml:para>委派的合作伙伴管理员必须在同一 Windows PowerShell 会话中交换不同组织的连接。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 演示具有凭据 admin@contoso.com 的 SharePoint Online 全局管理员如何连接到 URL 为 http://contoso-admin.sharepoint.com/ 的 SharePoint Online 管理中心。</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>示例 2 演示具有用户名和密码的 SharePoint Online 全局管理员如何连接到 URL 为 http://contoso-admin.sharepoint.com/ 的 SharePoint Online 管理中心。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>返回收集 SharePoint Online 组织日志的最近时间。</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>此 cmdlet 可检索上次收集日志的时间(采用协调世界时 (UTC))。在您获知此时间后,可使用 Get-SPOTenantLogEntry cmdlet 检索日志。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例返回收集 SharePoint Online 组织日志的最近时间(采用 UTC)。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>设置或更新网站集的一个或多个属性值。</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:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>EnablePWA</maml:name>
      <maml:description>
        <maml:para>确定网站是否可以包括 Project Web App。有关 Project Web App 的详细信息,请参阅在 Project Server 2013 中规划 SharePoint 组。</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>指定要更新的网站集的 URL。</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>确定网站集管理员是否能升级其网站集。</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>DenyAddAndCustomizePages</maml:name>
      <maml:description>
        <maml:para>确定Add And Customize Pages权限是否在网站集上被拒绝。有关权限级别的详细信息,请参阅 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>LocaleId</maml:name>
      <maml:description>
        <maml:para>指定此网站集的语言。有关详细信息,请参阅由 Microsoft 分配的区域设置 ID (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>设置网站的锁定状态。有效值为:NoAccess 和 Unlock。当网站的锁定状态为 NoAccess 时,将阻止发送到此网站的所有通信。如果设置 Set-SPOTenant cmdlet 中的参数 NoAccessRedirectUrl,则发送到锁定状态为 NoAccess 的网站的通信将重定向到该 URL。如果未设置参数 NoAccessRedirectUrl,则将返回 403 错误。</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>指定立即继续执行脚本。</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>指定网站集的所有者。</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>指定网站集的资源配额(以 MB 为单位)。默认值为 0。有关详细信息,请参阅 SharePoint 2010 中沙盒解决方案的资源使用率限制 (http://msdn.microsoft.com/zh-tw/library/gg615462.aspx) (http://msdn.microsoft.com/zh-tw/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>指定网站集的警告级别(以 MB 为单位)以警告网站集管理员网站即将达到资源配额。</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>SharingCapability</maml:name>
      <maml:description>
        <maml:para>确定网站可用的共享级别。可能的值包括:Disabled - 同时禁用外部用户共享(通过电子邮件共享)和来宾链接共享,ExternalUserSharingOnly - 启用外部用户共享(通过电子邮件共享),禁用来宾链接共享,或 ExternalUserAndGuestSharing - 同时启用外部用户共享(通过电子邮件共享)和来宾链接共享。</maml:para>
        <maml:para>有关共享的详细信息,请参阅管理您的 SharePoint Online 环境的外部共享 (http://office.microsoft.com/zh-cn/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>指定网站集的存储配额(以 MB 为单位)。</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>指定网站集的警告级别(以 MB 为单位)以警告网站集管理员网站即将达到存储配额。</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>指定网站集的标题。</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>对于传入的任何参数,Set-SPOSite cmdlet 将设置或更新由参数 Identity 标识的网站集的设置。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 将网站集 https://contoso.sharepoint.com/sites/site1 的所有者更新为电子邮件地址为 joe.healy@contoso.com 的人员。此 cmdlet 将立即执行而不会延迟。</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>示例 2 更新网站集 https://contoso.sharepoint.com/sites/site1 的设置。存储配额将更新为 15000 MB,资源配额将更新为 0 MB。</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>此示例更新网站集 https://contoso.sharepoint.com 的设置。存储配额将更新为 3000 MB,存储配额警告级别将更新为 2000 MB。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>对网站集启动升级过程。</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>指定要升级的 SharePoint Online 网站集。</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>指定是否对网站集执行版本到版本升级。如果设置此参数,则将在内部触发与当前网站集操作模式关联的任何可用的内部版本到内部版本升级,同时继续进行版本到版本升级。如果未设置此参数,则仅触发对网站集的内部版本到内部版本升级。</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>在执行命令之前提示您确认。有关详细信息,请键入以下命令: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>指定在升级过程结束时,系统不向请求方和网站集管理员发送通知电子邮件。</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>将网站集添加到升级队列中。此升级不会立即进行。</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>显示一条描述命令作用的消息,而不执行命令。有关详细信息,请键入以下命令: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>Upgrade-SPOSite cmdlet 可激活指定 SharePoint Online 网站集的升级过程。此 cmdlet 还可用于恢复失败的升级。</maml:para>
    <maml:para>在启动升级时,它可以是内部版本到内部版本升级或版本到版本升级。默认值为内部版本到内部版本升级。在版本到版本升级过程中,网站集运行状况检查首先会在修复模式下运行以确保成功升级网站集。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 对现有网站集 https://contoso.sharepoint.com/sites/marketing 运行内部版本到内部版本升级。此操作不会更改与网站集关联的 CompatibilityLevel 属性。有关 CompatibilityLevel 的详细信息,请参阅 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>示例 2 对现有网站集 https://contoso.sharepoint.com/sites/marketing 运行版本到版本升级。此操作不会将与网站集关联的 CompatibilityLevel 属性更改为 SharePoint 2013的值。有关 CompatibilityLevel 的详细信息,请参阅 New-SPOSite。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>用于重新映射基于以前创建的文件共享的程序包或导出的 SharePoint 程序包以精确描述目标 Web 中的对象的 Cmdlet。</maml:para>
      <maml:para>本文档介绍了当前已提供预览版但尚未正式用于生产代码中的功能。加入公共预览版: SharePoint Online (SPO) 迁移公共预览版是一个新的 API,专门用于将数据从本地文件共享迁移到 Office 365。要加入此预览版,请转到 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)。</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>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>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>程序包的源内容文件所在的目录位置。</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>程序包的源元数据文件所在的目录位置。</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>作为导入操作的预期目标的 Web 相对文档库。此 URL 将用作程序包元数据中的 URL 的文档库部分。指定目标 Web URL 必须存在此文档库,因为在转换以确定程序包元数据转换的合适值时将联系此 URL。</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>参数值: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>作为导入操作的预期目标的 Web 的完全限定 Web URL。此 URL 将用作程序包元数据中的基 URL 的 Web 地址部分。在转换以确定程序包元数据转换的合适值时将联系位于指定 URL 的 Web,因此其必须存在。</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>网站集管理员用于连接到网站集的可选凭据。凭据应提供 UPN 格式的用户名(例如 user@company.onmicrosoft.com)。如果未设置此属性,将使用会话之前调用 Connect-SPOService 时的当前租户管理员凭据连接到网站集。</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>指示禁止在程序包转换过程中使用 Azure AD 将本地帐户映射到对应的 SharePoint Online 帐户。如果未提供,在使用 UserMappingFile csv 执行查找后,将通过 Azure AD 进行查找。如果未指定,在处理过程中可能会出现一个凭据选择对话框,确保使用正确的凭据访问 Azure AD。</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>指示不创建日志文件。默认值是在指定目录中创建一个新的 ConvertMigrationPackage 日志文件。</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>转换程序包元数据文件将保存到的目录位置。如果目录不存在,则会创建一个。</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="6">
      <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>作为导入操作的预期目标的文件夹的文档库相对路径。此 URL 将用作程序包元数据中的 URL 的文件夹部分。指定目标 Web URL 必须存在此文件夹,因为在转换以确定程序包元数据转换的合适值时将联系此 URL。该值默认为空。</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>在程序包转换过程中用于将本地帐户映射到相应的 SharePoint Online 帐户的可选用户映射 csv 文件。如果未提供,将通过 Azure AD 进行查找,除非 NoAzureADLookups 也没有设置,这种情况下将不会进行查找或帐户转换。</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>DocumentLibraryPath</maml:name>
      <maml:description>
        <maml:para>作为导入操作的预期目标的 Web 相对文档库。此 URL 将用作程序包元数据中的 URL 的文档库部分。目标 Web 中必须存在位于指定 URL 的文档库,因为在转换以确定程序包元数据转换的合适值时将联系此 URL。</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>DocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>作为导入操作的预期目标的文件夹的文档库相对路径。此 URL 将用作程序包元数据中的 URL 的文件夹部分。目标 Web 中必须存在位于指定 URL 的文件夹,因为在转换以确定程序包元数据转换的合适值时将联系此 URL。该值默认为空。</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>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>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/library/e586de99-588e-4c96-8423-3bf0bc802ffd(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</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>从 SharePoint Online 服务断开连接。</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>Disconnect-SPOService cmdlet 可显式断开之前创建的 SharePoint Online 服务连接。</maml:para>
    <maml:para>全局管理员可通过运行 Disconnect-SPOService cmdlet 断开服务连接,或通过运行 Connect-SPOService cmdlet 启动另一个连接。有关详细信息,请参阅 Connect-SPOService。</maml:para>
    <maml:para>即使在终止连接后,在终止连接前已启动的操作也将运行直至完成。换言之,无法通过运行 Disconnect-SPOService cmdlet 或 Connect-SPOService cmdlet 来终止长时间运行的操作。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例显式断开之前创建的 SharePoint Online 服务连接。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>请求一个或多个用户排队创建个人网站。</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>指定一个或多个要通过排队来创建个人网站的用户登录。之后由计时器作业来创建个人网站。您可以指定 1 到 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>使用此开关时,在不进行轮询的情况下可继续执行操作。如果指定了大量用户的电子邮件,轮询操作可能会减慢它的进度。</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>Request-SPOPersonalSite cmdlet 要求对指定的用户进行排队,以便能够为每个用户都创建个人网站。实际个人网站之后由计时器作业来创建。</maml:para>
    <maml:para>您必须指定一个用户登录的字符串数组,其中包含一个或多个有效用户电子邮件(登录),但不包含任何空字段。如果遇到数组中的任何空字符串,则命令将停止。最多可指定 200 个用户。</maml:para>
    <maml:para>默认情况下,该命令将轮询自己的进度和显示进度,除非另外指定 NoWait 参数。如果您正在指定大量用户,您应该使用 NoWait 参数,以便在不进行轮询的情况下继续执行操作。如果指定了大量用户的电子邮件,则轮询操作可能会减慢其进度。</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>此示例要求对两个用户进行排队,以创建个人网站,同时将显示命令的状态。</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>此示例要求很多用户通过排队来创建个人网站。以前使用变量 $emails 对用户进行定义。不会显示操作的状态。</maml:para>
        <maml:para>如果您正在指定大量用户,您应该使用 NoWait 参数,以便在不进行轮询的情况下继续执行操作。如果指定了大量用户的电子邮件,则轮询操作可能会减慢其进度。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>返回所有已安装的应用程序。</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>指定应用程序的 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>指定应用程序的名称。</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>Get-SPOAppInfo cmdlet 可从外部市场或应用程序目录获取其应用程序名称中包含 Name 的已安装应用程序或具有提及的 ProductId 的已安装应用程序。如果 ProductId 不为空,则优先考虑。</maml:para>
    <maml:para>必须给定 ProductId 或 Name。如果指定了 ProductId,则将忽略 Name。</maml:para>
    <maml:para>返回的已安装应用程序集合包含产品 ID (GUID)、产品名称和源。源类型的值如下所示:0 = 应用程序目录,1 = 市场。</maml:para>
    <maml:para>您必须是 SharePoint Online 全局管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>示例 1 返回外部市场或应用程序目录中的其应用程序名称包含"Excel Service"的所有已安装应用程序。</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>示例 2 返回 GUID 为 6751729b-e017-409d-681a-66f1dd18f0ff 的已安装应用程序。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>为租户启用此功能并允许您设置安全收件人列表中的域 GUID。</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>设置要添加到安全收件人列表中的域 GUID。至少需要一个域 GUID。允许的域 GUID 最大数量为 30。</maml:para>
        <maml:para>要枚举域 GUID 的列表,请参阅如何枚举 Active Directory 林中的域 GUID</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>启用阻止从不属于安全收件人列表的域发起的同步的功能。</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>您必须是 SharePoint Online 全局管理员才能运行此 cmdlet。</maml:para>
    <maml:para>需要有效的 Connect-SPOService 上下文来标识租户。有关如何连接到租户的信息,请参阅 Connect-SPOService</maml:para>
    <maml:para>Set-SPOTenantSyncClientRestriction 为租户启用此功能并设置安全收件人列表中的域 GUID。启用此功能后,可能最多需要 24 小时更改才会生效。但是,对安全收件人列表的更改会在五分钟内生效。</maml:para>
    <maml:para>启用此功能后,将发生下列状况:</maml:para>
    <command:list>bullet
    <command:listItem>
      <maml:para>从不属于安全收件人列表的域发起的所有 OneDrive for Business 同步客户端请求都将被阻止。</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>所有 OneDrive for Business Mac 同步客户端请求都将被阻止。</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>启用此功能时,不会阻止移动客户端。</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>无论计算机是否由设备管理解决方案管理,也只有在将其加入到安全收件人列表中的域之后才能建立同步关系。</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>之前已同步到计算机上的任何文件都不会被删除。</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>请注意以下上载行为:</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>仍会将添加到客户端的新文件或现有文件上载到服务器,且不会被阻止。</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>无论是否将计算机加入到安全收件人列表中设置的域。</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>无论是否将计算机加入到安全收件人列表中未设置的域。</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>适合所有未加入域的计算机。</maml:para>
        </command:listItem></command:list>
      </command:listItem></command:list>
    </command:listItem>
    <command:listItem>
      <maml:para>版本 15.0.4693.1000 之前的 OneDrive for Business 同步客户端将停止同步现有库。</maml:para>
      <maml:para>有一个已知的 OneDrive for Business 同步客户端问题,即,即使计算机加入到安全收件人列表中设置的域,同步也会被阻止。若要解决此问题,请获取 15.0.4719.1000 版本或更高版本的同步客户端,请参阅 OneDrive for Business 更新 (KB2986244)(2015 年 5 月 12 日) (https://support.microsoft.com/zh-cn/kb/2986244/)</maml:para>
      <maml:para>要确定同步客户端的版本,请参阅如何确定 OneDrive for Business 同步客户端的版本。</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>最新的 OneDrive for Business 同步客户端可以从下载 OneDrive for Windows (http://go.microsoft.com/fwlink/?LinkID=404119) 或如何安装适用于 SharePoint 2013 和 SharePoint Online 的 OneDrive for Business 同步客户端 (http://go.microsoft.com/fwlink/?LinkID=321300&amp;amp;clcid=0x409)下载</maml:para>
      </command:listItem></command:list>
    </command:listItem></command:list>
    <maml:para>有关如何对 OneDrive for Business 同步客户端进行故障排除的其他信息,请参阅如何从 OneDrive for Business(以前称为 SkyDrive Pro)独立版的 MSI 安装切换到即点即用安装 (http://go.microsoft.com/fwlink/?LinkId=526386)</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>本示例为租户启用此功能,并将域 GUID 添加到安全收件人列表。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/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>从回收站还原 SharePoint Online 已删除的网站集。</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>指定要还原的网站集的 URL。</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>指定立即继续执行脚本。</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>您必须是 SharePoint Online 全局管理员和网站集管理员才能运行 cmdlet。</maml:para>
    <maml:para>有关适用于 SharePoint Online 的 Windows PowerShell 的权限和最新信息,请参阅 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>此示例从回收站还原 SharePoint Online 的名为 HYPERLINK "https://contoso.sharepoint.com/sites/arecycledsite" https://contoso.sharepoint.com/sites/arecycledsite 的已删除网站集。</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online Management Shell 简介</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>设置 SharePoint Online Management Shell Windows PowerShell 环境</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>联机版本</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ZH-CN/library/fad9d40f-c3b4-4efb-ba73-b428688a2682(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command></HelpItems>