es-es/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.2100 -->
<!-- Date/Time Created (UTC): 2015-09-02 05:24:09.116-->
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 para crear un nuevo paquete de migración basado en archivos de origen en una carpeta compartida de red o local.</maml:para>
      <maml:para>En esta documentación se tratan las características que están actualmente en la vista previa y que no se han finalizado para utilizarse en código de producción. Únase a la vista previa pública: la vista previa pública de migración de SharePoint Online (SPO) es una nueva API dedicada a migrar datos desde los recursos compartidos de archivos locales a Office 365. Para unirse a esta vista previa, vaya a 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>La ubicación del directorio donde se guardarán los archivos de metadatos del paquete de salida. Si el directorio no existe, se creará.</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>La ubicación del directorio donde existen los archivos de contenido de origen. Este directorio se enumerará para crear los archivos de metadatos del paquete.</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>Se usa para incluir los permisos e información de uso compartido en los archivos de manifiesto generados en los metadatos del paquete.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoADLookup</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Se usa para crear un archivo de registro. El valor predeterminado es crear un nuevo archivo de registro CreateMigrationPackage en el directorio especificado del parámetro OutputPackagePath.</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>La biblioteca de documentos relativa a Web que se va a usar como el elemento de biblioteca de documentos de la dirección URL base en los metadatos del paquete. Si no se proporciona, se usará "Documentos" en los metadatos del paquete.</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>Especifica la subcarpeta relativa a biblioteca de documentos que se va a usar como elemento de ruta de acceso de la carpeta de la dirección URL base en los metadatos del paquete. Si no se proporciona, no se usará ningún valor en los metadatos del paquete. Los archivos se alojarán en la raíz de la biblioteca de documentos.</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>La dirección URL completa del sitio web que se va a usar como el elemento de la dirección web de la dirección URL base en los metadatos del paquete. Si no se proporciona, se usará "http://fileserver/sites/user" en su lugar en los metadatos del paquete.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>SourcePath</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>TargetUrl</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>New-SPOMigrationPackage -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_SrcPkg</maml:para>
      <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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve todas las colecciones de sitios eliminadas de la Papelera de reciclaje.</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>Utilice este parámetro de modificador para incluir únicamente los Sitios personales en los resultados que se devuelvan.</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>Especifica la dirección URL de la colección de sitios eliminada que se devolverá.</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>Utilice este parámetro de modificador para incluir los Sitios personales en los resultados que se devuelvan.</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>Especifica el número máximo de colecciones de sitios para devolver. Puede ser cualquier número. Para recuperar todas las colecciones de sitios, use TODOS. El valor predeterminado es 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>El cmdlet Get-SPODeletedSite devuelve todas las colecciones de sitios eliminadas de la Papelera de reciclaje que coinciden con los criterios proporcionados.</maml:para>
    <maml:para>De forma predeterminada, el cmdlet solo devuelve sitios y colecciones de sitios que no sean Sitios personales (Mis sitios). Si desea incluir los sitios personales, utilice el parámetro IncludePersonalSite. Si desea que solo se devuelvan los Sitios personales, utilice el parámetro IncludeOnlyPersonalSite.</maml:para>
    <maml:para>Estos dos parámetros de modificador se encuentran en conjuntos de parámetros distintos, de modo que puede usar uno de ellos, pero no ambos.</maml:para>
    <maml:para>Esta acción no restaura los sitios ni las colecciones de sitios que se recuperen. Solo devuelve sus propiedades para que pueda ver qué sitios o qué colecciones de sitios se han eliminado. Para restaurar sitios o colecciones de sitios, reenvíe los resultados al cmdlet Restore-SPODeletedSite de la canalización.</maml:para>
    <maml:para>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para que las colecciones de sitios eliminadas ejecuten el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo devuelve las propiedades de la colección de sitios eliminada "http://contoso.sharepoint.com/sites/marketing" que se encuentra en la Papelera de reciclaje.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite -IncludePersonalSite</maml:para>
      <dev:remarks>
        <maml:para>Este ejemplo devuelve todas las propiedades de los sitios eliminados que se encuentren en la Papelera de reciclaje, incluidos los Sitios personales.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite - IncludeOnlyPersonalSite</maml:para>
      <dev:remarks>
        <maml:para>Este ejemplo devuelve todas las propiedades de los Sitios personales que se encuentren en la Papelera de reciclaje.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Deshabilita la característica para el arrendamiento.</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>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Requiere un contexto de Connect-SPOService válido para identificar el arrendamiento. Para obtener más información sobre cómo conectarse al arrendamiento, consulte Connect-SPOService</maml:para>
    <maml:para>El cmdlet Remove-SPOTenantSyncClientRestriction deshabilita la característica para arrendamiento, pero no quita de la lista de remitente destinatario seguros ninguna entrada de GUID de dominio presente. Una vez que el cmdlet Remove-SPOTenantSyncClientRestriction se ejecuta, puede tardar hasta 24 horas en que el cambio surta efecto.</maml:para>
    <maml:para>El cmdlet Remove-SPOTenantSyncClientRestriction no tiene ningún parámetro.</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOTenantSyncClientRestriction</maml:para>
      <dev:remarks>
        <maml:para>Este ejemplo devuelve el valor de False para la propiedad TenantRestrictionEnabled.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Quita una colección de usuarios externos de la carpeta de inquilinos.</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>Especifica un identificador que se puede usar para identificar un usuario externo en función de su Windows Live ID.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Pide al usuario que confirme antes de ejecutar el comando. Para obtener más información, escriba el siguiente comando: 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>Muestra un mensaje que describe el efecto del comando en lugar de ejecutar dicho comando. Para obtener más información, escriba el siguiente comando: 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>El cmdlet Remove-SPOExternalUser quita permanentemente una colección de usuarios externos de la carpeta de inquilinos.</maml:para>
    <maml:para>Los usuarios que se quitan pierden el acceso a todos los recursos de inquilino.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>En este ejemplo se quita un usuario externo específico que tiene la dirección "someone@example.com". Es posible que los miembros de la organización sigan viendo el nombre del usuario externo en el cuadro de diálogo Compartido con, pero este no podrá iniciar sesión ni acceder a ningún recurso de inquilino.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Comprueba una colección de sitios de 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>Especifica la colección de sitios de SharePoint Online que se va a probar.</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>Especifica la regla de comprobación de estado que se va a ejecutar.</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>Muestra un mensaje que indica el efecto del comando en lugar de ejecutarlo.</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>El cmdlet Test-SPOSite ejecuta una o todas las comprobaciones de estado de colección de sitios en la colección de sitios y su contenido. Las pruebas están pensadas para no realizar cambios excepto en el modo de reparación, que se puede iniciar ejecutando el cmdlet Repair-SPOSite. Este cmdlet elabora un informe de las reglas junto con un resumen de los resultados.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet Test-SPOSite.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo ejecuta todas las comprobaciones de estado de colección de sitios en la colección de sitios https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Quita una colección de sitios eliminados de SharePoint Online de la papelera de reciclaje.</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>Especifica la dirección URL de la colección de sitios que desea quitar.</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>Pide al usuario que confirme antes de ejecutar el comando. Para obtener más información, escriba el siguiente comando: 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>Muestra un mensaje que describe el efecto del comando en lugar de ejecutar dicho comando. Para obtener más información, escriba el siguiente comando: 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>El cmdlet Remove-SPODeletedSite elimina permanentemente una colección de sitios eliminados de SharePoint Online de la papelera de reciclaje.</maml:para>
    <maml:para>Tiene que ser un administrador global de SharePoint Online y tener permisos de administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo quita una colección de sitios eliminada de SharePoint Online denominada https://contoso.sharepoint.com/sites/sitetoremove de la papelera de reciclaje y la elimina de manera permanente.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Recupera los registros de la compañía de 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>Especifica la hora de inicio en la hora universal coordinada (UTC) para buscar los registros; por ejemplo, 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>Especifica la hora final en UTC para buscar registros.</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>Especifica el número máximo de filas en el orden descendente de marca de tiempo. El valor debe ser menor que 5000. El valor predeterminado es 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>Especifica el id. de correlación como filtro.</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>Especifica el componente que registra los errores.</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>Especifica la identidad de inicio de sesión como filtro.</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>Este cmdlet contiene más de un conjunto de parámetros. Es posible que solo pueda usar parámetros procedentes de un conjunto de parámetros y no pueda combinar los parámetros de distintos conjuntos de parámetros. Para obtener más información acerca del uso de conjuntos de parámetros, vea el tema sobre conjuntos de parámetros del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>El cmdlet Get-SPOTenantLogEntry no puede recuperar todos los errores de SharePoint Online. Este cmdlet recupera un subconjunto de errores que se producen debido a sistemas externos.</maml:para>
    <maml:para>Para Beta 2, los únicos registros de compañía disponibles son para Servicios de conectividad empresarial (BCS).</maml:para>
    <maml:para>Si no usa ningún parámetro, se devuelven las 100 primeras filas en intervalo de tiempo descendente.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo recupera todos los registros que están disponibles.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc -MaxRows 500</maml:para>
      <dev:remarks>
        <maml:para>Este ejemplo recupera las 500 primeras entradas de registro.</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>Este ejemplo recupera las entradas de registro guardadas en los 14 días anteriores.</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>Este ejemplo recupera las entradas de registro guardadas en los 14 días anteriores cuyo CorrelationId es "e2c2be70-6382-4ce7-8a44-ae7dadff5597".</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Crea una nueva colección de sitios de SharePoint Online para la compañía actual.</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>Especifica la dirección URL completa de la nueva colección de sitios. Debe encontrarse en una ruta de acceso administrada válida del sitio de la compañía. Por ejemplo, para la compañía contoso, las rutas de acceso administradas válidas son https://contoso.sharepoint.com/sites y 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>Especifica el nombre de usuario del propietario principal de la colección de sitios. El propietario debe ser un usuario en lugar de un grupo de seguridad o un grupo de seguridad habilitado con correo electrónico.</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>Especifica la cuota de almacenamiento para esta colección de sitios en megabytes. Este valor no debe superar la cuota disponible de la compañía.</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>Especifica la versión de las plantillas que se van a usar al crear una nueva colección de sitios. Este valor establece el valor de CompatibilityLevel inicial para la colección de sitios. Los valores de este parámetro pueden ser SharePoint Server 2010 o SharePoint Server 2013. Cuando no se especifica este parámetro, el CompatibilityLevel será, de manera predeterminada, la máxima versión para la aplicación web.</maml:para>
        <maml:para>Para SharePoint Online Preview, solo se puede establecer en "14" o "15". "14" indica Productos de SharePoint 2010, "15" indica SharePoint 2013. Otros valores no son válidos y causarán error.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Especifica el idioma de esta colección de sitios. Para obtener más información, consulte el artículo sobre Id. de configuración regional asignados por Microsoft (http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911). Los parámetros Template y LocaleId deben ser una combinación válida como se devuelven del cmdlet Get-SPOWebTemplate.</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>Se especifica para continuar la ejecución del script inmediatamente.</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>Especifica la cuota para esta colección de sitios en las unidades de soluciones de espacio aislado. Este valor no debe superar la cuota de soluciones de espacio aislado disponible agregada de la compañía. El valor predeterminado es 0. Para obtener más información, consulte Límites de uso de recursos en las soluciones de espacio aislado (http://msdn.microsoft.com/es-es/library/gg615462.aspx) (http://msdn.microsoft.com/es-es/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>Especifica el tipo de plantilla de colección de sitios. Use el cmdlet Get-SPOWebTemplate para obtener la lista de plantillas válidas. Si no se especifica ninguna plantilla, se podrá agregar una posteriormente. Los parámetros Template y LocaleId deben ser una combinación válida como se devuelven del cmdlet Get-SPOWebTemplate .</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>Especifica la zona horaria de la colección de sitios. Para obtener más información, consulte SPRegionalSettings.TimeZones (Propiedad) (Microsoft.SharePoint) (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>Especifica el título de la colección de sitios.</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>El nuevo cmdlet New-SPOSite crea una nueva colección de sitios para la compañía actual. Sin embargo, se produce un error en la creación de una nueva colección de sitios de SharePoint Online si existe un sitio eliminado con la misma dirección URL en la papelera de reciclaje.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 crea una nueva colección de sitios para la compañía actual con la dirección URL de sitio especificada, el título y el propietario. La cuota de almacenamiento se establece en 1000 megabytes.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url http://contoso.sharepoint.com/sites/mynewsite -Owner joe.healy@contoso.com -StorageQuota 1000 -CompatibilityLevel 15 -LocaleID 1033 -ResourceQuota 300 -Template "STS#0" -TimeZoneId 13 -Title "My new site collection"</maml:para>
      <dev:remarks>
        <maml:para>El ejemplo 2 crea una nueva colección de sitios para la compañía actual con la dirección URL de sitio especificada, el título, el propietario y la plantilla. La cuota de almacenamiento se establece en 1000 megabytes y la cuota de recursos se establece en 300 megabytes. El nivel de compatibilidad de plantilla se establece en 15, lo que significa que la colección de sitios solo admite la plantilla de SharePoint 2013. El idioma se establece en Inglés - Estados Unidos (LocaleID = 1033) y la zona horaria se establece en (GMT-08:00) Hora del Pacífico (EE. UU. y Canadá) (Zona horaria = 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>El ejemplo 3 crea una nueva colección de sitios para la compañía actual con la dirección URL especificada, el propietario y la plantilla. La cuota de almacenamiento se establece en 100 megabytes y la cuota de recursos se establece en 50 megabytes. Este cmdlet se ejecuta inmediatamente sin retraso.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/library/3f869c81-ca2d-4b98-a05f-edf3b2397a37(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>4776fbfa-7ea0-49ba-b871-c5438c0e31cb
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOMigrationPackageAzureSource</command:name>
    <maml:description>
      <maml:para>Cmdlet para crear contenedores de Azure, cargar archivos de paquetes de migración en los contenedores adecuados y hacer una instantánea del contenido cargado.</maml:para>
      <maml:para>En esta documentación se tratan las características que están actualmente en la vista previa y que no se han finalizado para utilizarse en código de producción. Únase a la vista previa pública: la vista previa pública de migración de SharePoint Online (SPO) es una nueva API dedicada a migrar datos desde los recursos compartidos de archivos locales a Office 365. Para unirse a esta vista previa, vaya a 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>La clave de cuenta para la cuenta de almacenamiento de 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>El nombre de cuenta para la cuenta de almacenamiento de 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>Un conjunto de tokens de SAS y direcciones URL completas que representan los contenedores de almacenamiento de blobs Azure que mantiene el contenido del paquete y los archivos de metadatos, así como una cola de informes de almacenamiento de Azure opcional. Este objeto se devuelve durante el procesamiento correcto de 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>La ubicación del directorio donde existen los archivos de contenido de origen del paquete.</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>La ubicación del directorio donde existen los archivos de metadatos del paquete.</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>Un nombre opcional de la cola de informes de almacenamiento de Azure donde las operaciones de importación muestran eventos durante la importación. Este valor debe estar en minúsculas y ajustarse a las reglas de nomenclatura de cola de 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>El nombre opcional del contenedor de almacenamiento de blobs de Azure que se creará si no existe actualmente. Contendrá los archivos de contenido del paquete cargado. El valor debe estar en minúsculas y ajustarse a las reglas de nomenclatura del contenedor de Azure. Si no se proporciona, se generará un nombre con el formato &lt;GUID&gt;-archivos.</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>Indica que no se creará un archivo de registro. El valor predeterminado es crear un nuevo archivo de registro CopyMigrationPackage en el directorio especificado del parámetro SourcePackagePath.</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>Indica que no se crearán instantáneas en el contenido de los contenedores. El valor predeterminado es crear una instantánea de cada uno de los archivos de paquetes en los contenedores.</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>Indica que no se cargarán los archivos del paquete. El valor predeterminado es cargar todos los archivos del paquete.</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>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>PackageContainerName</maml:name>
      <maml:description>
        <maml:para>El nombre opcional del contenedor de almacenamiento de blobs de Azure que se creará si no existe actualmente. Tendrá los archivos de metadatos del paquete cargado. El valor debe estar en minúsculas y ajustarse a las reglas de nomenclatura del contenedor de Azure. Si no se proporciona, se generará un nombre con el formato &lt;GUID&gt;-paquete.</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>Se usa para sobrescribir el contenido de los contenedores. El valor predeterminado es no sobrescribir el contenido existente.</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>Este cmdlet contiene más de un conjunto de parámetros. Es posible que solo pueda usar parámetros procedentes de un conjunto de parámetros y no pueda combinar los parámetros de distintos conjuntos de parámetros. Para obtener más información acerca del uso de conjuntos de parámetros, vea el tema sobre conjuntos de parámetros del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Este cmdlet devuelve un objeto Microsoft.Online.SharePoint.Migration. El objeto MigrationPackageAzureLocations, que se puede usar como origen de este cmdlet o, con más frecuencia, como origen del cmdlet Submit-SPOMigrationJob.</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/library/4776fbfa-7ea0-49ba-b871-c5438c0e31cb(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>4d3f6db1-33de-400d-bdfa-6539009ab506
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Submit-SPOMigrationJob</command:name>
    <maml:description>
      <maml:para>Cmdlet para enviar un nuevo trabajo de migración al que se hace referencia en un paquete previamente cargado en el almacenamiento de blobs de Azure en una colección de sitios.</maml:para>
      <maml:para>En esta documentación se tratan las características que están actualmente en la vista previa y que no se han finalizado para utilizarse en código de producción. Únase a la vista previa pública: la vista previa pública de migración de SharePoint Online (SPO) es una nueva API dedicada a migrar datos desde los recursos compartidos de archivos locales a Office 365. Para unirse a esta vista previa, vaya a 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>Un token de SAS y dirección URL completa que representan el contenedor de almacenamiento de blobs de Azure que contiene los archivos de contenido del paquete.</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>Un conjunto de tokens de SAS y direcciones URL completas que representan los contenedores de almacenamiento de blobs de Azure que mantiene el contenido del paquete y los archivos de metadatos, así como una cola de informes de almacenamiento de Azure opcional. Este objeto se devuelve durante el procesamiento correcto del cmdlet 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="False" position="3">
      <maml:name>PackageContainerUri</maml:name>
      <maml:description>
        <maml:para>Un token de SAS y dirección URL completa que representan el contenedor de almacenamiento de blobs de Azure que contiene los archivos de metadatos del paquete.</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>La dirección URL completa de sitio web de destino donde se importará el archivo. Debe incluir el mismo valor TargetWebURL que se usó durante ConvertTo-SPOMigrationTargetedPackage.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>AzureQueueUri</maml:name>
      <maml:description>
        <maml:para>Un token de SAS y una dirección URL completa que representan la cola de informes de almacenamiento de Azure donde las operaciones de importación mostrarán eventos durante la importación.</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>Las credenciales opcionales de un administrador de la colección de sitios que se van a usar para conectarse a la colección de sitios. Las credenciales deben proporcionar el nombre de usuario en formato de UPN (por ejemplo, usuario@company.onmicrosoft.com). Si esta propiedad no está establecida, las credenciales de administrador de inquilino actual de la llamada previa de la sesión a Connect-SPOService se usarán para establecer conexión con la colección de sitios.</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>Indica que no se creará un archivo de registro. El valor predeterminado es crear un nuevo archivo de registro CreateMigrationJob en el directorio actual.</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>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Este cmdlet contiene más de un conjunto de parámetros. Es posible que solo pueda usar parámetros procedentes de un conjunto de parámetros y no pueda combinar los parámetros de distintos conjuntos de parámetros. Para obtener más información acerca del uso de conjuntos de parámetros, vea el tema sobre conjuntos de parámetros del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Este cmdlet devuelve un valor GUID que representa MigrationJobId, o bien devuelve un GUID vacío si el trabajo no se creó correctamente.</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Agrega un usuario existente de Office 365 o un grupo de seguridad de Office 365 a un grupo de SharePoint.</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>Especifica la dirección URL de la colección de sitios a la que desea agregar el usuario.</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>Especifica el nombre de inicio de sesión del usuario que se va a agregar.</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>Especifica el nombre del grupo de SharePoint al que se desea agregar el usuario o el grupo de seguridad.</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>Junto con las pertenencias a grupo que se requieren normalmente para ejecutar Windows PowerShell, debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para usar el cmdlet Add-SPOUser.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 agrega un usuario que tiene la dirección de correo electrónico joe.healy@contoso.com al grupo "Propietarios de SC1" en la colección de sitios https://contoso.sharepoint.com/sites/sc1.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Add-SPOUser -Site https://contoso.sharepoint.com -LoginName melissa.kerr@contoso.com -Group "Team Site Members"</maml:para>
      <dev:remarks>
        <maml:para>El ejemplo 2 agrega un usuario que tiene la dirección de correo electrónico melissa.kerr@contoso.com al grupo "Integrantes del sitio del equipo" en la colección de sitios https://contoso.sharepoint.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Quita un grupo de SharePoint Online de una colección de sitios.</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>Especifica la colección de sitios desde la que eliminar el grupo.</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>Especifica el nombre del grupo que se va a eliminar.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Use el cmdlet Remove-SPOSiteGroup para quitar un grupo de una colección de sitios especificando el nombre del grupo en el parámetro Identity.</maml:para>
    <maml:para>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet Remove-SPOSiteGroup.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo quita un grupo denominado GroupToRemove de la colección de sitios https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/library/56167666-fe94-41d7-b476-b687bfc61c22(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>5ba1257a-9567-4009-8ccb-fc1f5937ce8a
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOMigrationJobStatus</command:name>
    <maml:description>
      <maml:para>Cmdlet para supervisar el estado de un trabajo de migración de SPO enviado.</maml:para>
      <maml:para>En esta documentación se tratan las características que están actualmente en la vista previa y que no se han finalizado para usarse en código de producción. Únase a la vista previa pública: la vista previa pública de migración de SharePoint Online (SPO) es una nueva API dedicada a migrar datos desde los recursos compartidos de archivos locales a Office 365. Para unirse a esta vista previa, vaya a 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>La dirección URL completa del sitio web de destino donde se importará el archivo. Debe incluir el mismo valor TargetWebUrl que se usó durante ConvertTo-SPOMigrationTargetedPackage.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>(Opcional) Las credenciales opcionales de un administrador de la colección de sitios que se van a usar para conectarse a la colección de sitios. Las credenciales deben proporcionar el nombre de usuario en formato de UPN (por ejemplo, usuario@company.onmicrosoft.com). Si esta propiedad no está establecida, las credenciales de administrador de inquilino actual de la llamada previa de la sesión a Connect-SPOService se usarán para establecer conexión con la colección de sitios.</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>(Opcional) Identificador de un trabajo de migración que existe en la colección de sitios de destino.</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>(Opcional) Indica que no se creará un archivo de registro. El valor predeterminado es crear un nuevo archivo de registro DeleteMigrationJob en el directorio actual.</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>Usar cmdlets de Windows PowerShell para la versión preliminar de migración de SPO</maml:linkText>
      <maml:uri href="76fdbe4d-8cbd-4760-a8d0-396dd4f727e2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve los usuarios externos de la carpeta del inquilino.</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>Limita los resultados únicamente a aquellos usuarios cuyo nombre, apellido o dirección de correo electrónico comienza por el texto en la cadena, usando una comparación que no distingue entre mayúsculas y minúsculas</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>Especifica el número máximo de usuarios que se van a devolver en la colección.</maml:para>
        <maml:para>El valor debe ser menor o igual que 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>Se usa para especificar el índice de base cero de la posición de la colección ordenada del primer resultado que se va a devolver.</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>Especifica el sitio para el que se van a recuperar usuarios externos. Si no se especifica ningún sitio, se devolverán los usuarios externos para todos los sitios.</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>Especifica los resultados en el orden ascendente o descendente en el que se debe producir la propiedad 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>El cmdlet Get-SPOExternalUser devuelve los usuarios externos que se encuentran en la carpeta del inquilino en función de los criterios especificados.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 devuelve los dos primeros usuarios externos de la colección.</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>El ejemplo 2 devuelve dos usuarios externos de la tercera página de la colección.</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>El ejemplo 3 devuelve los primeros 30 usuarios que coinciden con el filtro @testsite.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Configura propiedades en un usuario existente.</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>Especifica la dirección URL completa de la colección de sitios. Debe encontrarse en una ruta de acceso administrada válida del sitio de la compañía.</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>Especifica el nombre del usuario.</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>Especifica si el usuario es un administrador de colección de sitios.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Use el cmdlet Set-SPOUser para configurar las propiedades de un usuario existente. Es decir, para agregar o quitar a un usuario como administrador de una colección de sitios de SharePoint Online.</maml:para>
    <maml:para>Debe tener el permiso de administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>En este ejemplo se agrega a melissa.kerr@contoso.com como administradora de colecciones de sitios de SharePoint Online en https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Revisa y repara la colección de sitios y su contenido.</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>Especifica la colección de sitios de SharePoint Online en la que se van a ejecutar las reparaciones.</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>Pide al usuario que confirme antes de ejecutar el comando. Para obtener más información, escriba el siguiente comando: 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>Especifica la regla de comprobación de mantenimiento que se va a ejecutar.</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>Muestra un mensaje que explica el efecto del comando en lugar de ejecutarlo.</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>Muestra un mensaje que describe el efecto del comando en lugar de ejecutar dicho comando. Para obtener más información, escriba el siguiente comando: 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>El cmdlet Repair-SPOSite ejecuta una o todas las comprobaciones de mantenimiento de colección de sitios y su contenido. Este cmdlet hará cambios si se encuentran problemas y se pueden reparar automáticamente.</maml:para>
    <maml:para>El cmdlet informa de las reglas de comprobación de mantenimiento con un resumen de los resultados. Es posible que las reglas no admitan la reparación automática. Las pruebas sin el modo de reparación se pueden iniciar ejecutando el cmdlet Test-SPOSite.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>En este ejemplo se ejecutan todas las comprobaciones de mantenimiento de colección de sitios en el modo de reparación en la colección de sitios 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>En este ejemplo se ejecuta la regla de comprobación de galerías que faltan en el modo de reparación en la colección de sitios https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Envía una colección de sitios de SharePoint Online a la papelera de reciclaje de 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>Especifica la dirección URL de la colección de sitios que quiere eliminar.</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>Pide al usuario que confirme antes de ejecutar el comando. Para obtener más información, escriba el siguiente comando: 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>Indica que continúe la ejecución del script inmediatamente.</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>Muestra un mensaje que describe el efecto del comando en lugar de ejecutar dicho comando. Para obtener más información, escriba el siguiente comando: 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>El cmdlet Remove-SPOSite no elimina una colección de sitios de la lista de colecciones de sitios permanente, sino que la mueve a la Papelera de reciclaje. Puede usar el cmdlet Restore-SPODeletedSite para restaurar una colección de sitios de la Papelera de reciclaje. Para eliminar una colección de sitios permanentemente, mueva primero la colección de sitios a la Papelera de reciclaje usando el cmdlet Remove-SPOSite y luego elimínela de la Papelera de reciclaje usando el cmdlet Remove-SPODeletedSite.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online y administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>En este ejemplo se elimina inmediatamente la colección de sitios denominada https://contoso.sharepoint.com/sites/site1 de la lista de colecciones de sitios y se mueve a la Papelera de reciclaje.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Muestra todas las plantillas del sitio que coinciden con la identidad dada.</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>Especifica el identificador de configuración regional de la plantilla del sitio.</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>Especifica el nivel de compatibilidad de la plantilla del sitio.</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>Especifica el nombre de la plantilla del sitio.</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>Especifica el título de la plantilla del sitio.</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>El cmdlet Get-SPOWebTemplate muestra todas las plantillas de sitio que coinciden con la identidad determinada y que están disponibles en SharePoint Online.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 devuelve todas las plantillas del sitio en el idioma del sitio del administrador.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOWebTemplate -LocaleID 1036</maml:para>
      <dev:remarks>
        <maml:para>El ejemplo 2 devuelve la lista de todas las plantillas de sitio francesas.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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 para quitar un trabajo de migración creado previamente de la colección de sitios especificada.</maml:para>
      <maml:para>En esta documentación se tratan las características que están actualmente en la vista previa y que no se han finalizado para utilizarse en código de producción. Únase a la vista previa pública: la vista previa pública de migración de SharePoint Online (SPO) es una nueva API dedicada a migrar datos desde los recursos compartidos de archivos locales a Office 365. Para unirse a esta vista previa, vaya a 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>Descripción</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>Identificador de un trabajo de migración creado previamente que existe en la colección de sitios de destino.</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>La dirección URL completa de la colección de sitios donde se eliminará el trabajo en caso de encontrarse.</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>Las credenciales opcionales de un administrador de la colección de sitios que se van a usar para conectarse a la colección de sitios. Las credenciales deben proporcionar el nombre de usuario en formato de UPN (por ejemplo, usuario@company.onmicrosoft.com). Si esta propiedad no está establecida, las credenciales de administrador de inquilino actual de la llamada previa de la sesión a Connect-SPOService se usarán para establecer conexión con la colección de sitios.</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>Indica que no se creará un archivo de registro. El valor predeterminado es crear un nuevo archivo de registro DeleteMigrationJob en el directorio actual.</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve errores de aplicación.</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>Especifica el GUID de la aplicación.</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>Especifica la hora de inicio en UTC para buscar errores de supervisión, por ejemplo, 01032011:12:00. Si no se pone ninguna hora de inicio, se usará el valor predeterminado de 72 horas antes de la hora actual.</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>Especifica la hora final en UTC para buscar errores de supervisión. Si no se pone ninguna hora final, se usará la hora actual del valor predeterminado en 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>El cmdlet Get-SPOAppErrors devuelve errores de supervisión de aplicación (si están disponibles) para la aplicación que especifica ProductId entre StartTimeInUtc en Hora universal coordinada (UTC) y EndTimeInUtc en UTC.</maml:para>
    <maml:para>En función de la configuración del servidor, los errores están disponibles durante un tiempo limitado. El valor predeterminado es de siete días. Los errores más antiguos se eliminan. Los valores de fecha y hora con una antigüedad de más de 50 años o posteriores a 20 años desde la fecha de hoy se consideran no válidos.</maml:para>
    <maml:para>Cada error incluye el mensaje de error, la hora en UTC en que se produjo el error, el sitio en el que se produjo el error y el tipo de error. Los valores para el tipo de error son los siguientes: 0: Ninguno, 1: Error de instalación, 2: Error de actualización, 3: Error en tiempo de ejecución.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo devuelve una colección de mensajes de error de supervisión para una aplicación cuyo GUID es ba51729b-e017-409d-681a-66f1dd18f0f4.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve una o varias colecciones de sitios.</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>Especifica la dirección URL de la colección de sitios.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Use este parámetro para ver información de propiedad adicional sobre una colección de sitios. Observará un tiempo de respuesta más lento cuando se use el parámetro Detailed.</maml:para>
        <maml:para>Se devuelven las siguientes propiedades:</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>Especifica el bloque de scripts del filtro de lado servidor que se va a aplicar. El tipo debe ser un nombre de filtro válido y el valor debe tener el formato {$_PropertyName &lt;operator&gt; "filterValue"}. Los operadores válidos son los siguientes: eq, ne, like, notlike.</maml:para>
        <maml:para>Los valores del operador distinguen mayúsculas de minúsculas.</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>Especifica el número máximo de colecciones de sitios que se devolverán. Puede ser cualquier número. Para recuperar todas las colecciones de sitios, use TODOS. El valor predeterminado es 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>Este cmdlet contiene más de un conjunto de parámetros. Es posible que solo pueda usar parámetros procedentes de un conjunto de parámetros y no pueda combinar los parámetros de distintos conjuntos de parámetros. Para obtener más información acerca del uso de conjuntos de parámetros, vea el tema sobre conjuntos de parámetros del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>El cmdlet Get-SPOSite recupera y devuelve propiedades de todas las colecciones de sitios que coinciden con los criterios dados.</maml:para>
    <maml:para>Las colecciones de sitios que están en la Papelera de reciclaje no se recuperan con el cmdlet Get-SPOSite.</maml:para>
    <maml:para>Tiene que ser administrador global de SharePoint Online y administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 devuelve todas las colecciones de sitios.</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>El ejemplo 2 muestra la colección de sitios con propiedades detalladas.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Quita un usuario o un grupo de seguridad de una colección o un grupo de sitios.</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>Especifica la colección de sitios de la que quiere quitar el usuario.</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>Especifica el nombre del usuario.</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>Especifica el grupo del que quiere quitar el usuario. Si no se indica, el cmdlet quita el usuario de todos los grupos.</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>Este cmdlet contiene más de un conjunto de parámetros. Es posible que solo pueda usar parámetros procedentes de un conjunto de parámetros y no pueda combinar los parámetros de distintos conjuntos de parámetros. Para obtener más información acerca del uso de conjuntos de parámetros, vea el tema sobre conjuntos de parámetros del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online y administrador de colección de sitios para ejecutar el cmdlet Remove-SPOUser.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>En este ejemplo se quita un usuario que tiene la dirección de correo joe.healy@contoso.com del grupo SC1 Owners en la colección de sitios https://contoso.sharepoint.com/sites/sc1.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Se requiere la introducción.</maml:para>
      <maml:para>En esta documentación se tratan las características que están actualmente en la vista previa y que no se han finalizado para usarse en código de producción. Únase a la vista previa pública: la vista previa pública de migración de SharePoint Online (SPO) es una nueva API dedicada a migrar datos desde los recursos compartidos de archivos locales a Office 365. Para unirse a esta vista previa, vaya a 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>Un conjunto de tokens de SAS y direcciones URL completas que representan los contenedores de almacenamiento de blobs Azure que mantiene el contenido del paquete y los archivos de metadatos, así como una cola de informes de almacenamiento de Azure opcional. Este objeto se devuelve durante el procesamiento correcto de 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>Un token de SAS y una dirección URL completa que representan la cola de informes de almacenamiento de Azure donde las operaciones de importación mostrarán eventos durante la importación.</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>Las credenciales opcionales de un administrador de la colección de sitios que se van a usar para conectarse a la colección de sitios. Las credenciales deben proporcionar el nombre de usuario en formato de UPN (por ejemplo, usuario@company.onmicrosoft.com). Si esta propiedad no está establecida, las credenciales de administrador de inquilino actual de la llamada previa de la sesión a Connect-SPOService se usarán para establecer conexión con la colección de sitios.</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>Indica al cmdlet que no espere a que finalice el trabajo. Solo procesará los mensajes que haya en ese momento en la cola y después terminará. Si este indicador se establece en $false, esperará a que el trabajo finalice antes de terminar.</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>Identificador de un trabajo de migración creado previamente que existe en la colección de sitios de destino.</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>Indica que no se creará un archivo de registro. El valor predeterminado es crear un nuevo archivo de registro CopyMigrationPackage en el directorio especificado del parámetro SourcePackagePath.</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>La dirección URL completa de sitio web de destino donde se importará el archivo. Debe incluir el mismo valor TargetWebURL que se usó durante ConvertTo-SPOMigrationTargetedPackage.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command: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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve el estado actual de la configuración.</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>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Requiere un contexto de Connect-SPOService válido para identificar el arrendamiento. Para obtener más información sobre cómo conectarse al arrendamiento, consulte Connect-SPOService</maml:para>
    <maml:para>El cmdlet Get-SPOTenantSyncClientRestriction devuelve si la propiedad TenantRestrictionEnabled es true o false y los DomainGUIDs que están en la lista de destinatarios seguros que representada por la propiedad AllowedDomainList.</maml:para>
    <maml:para>El cmdlet Get-SPOTenantSyncClientRestriction no tiene ningún parámetro.</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>Este ejemplo devuelve un valor booleano actual de la propiedad TenantRestrictionEnabled y una lista actualizada de conjunto de dominios de los GUID de la propiedad AllowedDomainList.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve las propiedades de la organización de 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>El cmdlet Get-SPOTenant devuelve las propiedades de colección de sitios de nivel de organización como StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated y SiteCreationMode.</maml:para>
    <maml:para>Actualmente, no existe ningún parámetro para este cmdlet.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo devuelve las propiedades de colección de sitio de nivel de organización, como StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated y SiteCreationMode.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Crea un nuevo grupo en una colección de sitios de 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>Especifica la colección de sitios a la que desea agregar el grupo.</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>Especifica el nombre del grupo que se va a agregar.</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>Especifica los niveles de permiso que se van a conceder al grupo recientemente creado. Puede ser cualquier nivel de permiso que exista en la colección de sitios en la que se está creando el grupo.</maml:para>
        <maml:para>Los niveles de permiso se definen por los administradores de SharePoint Online en el Centro de administración de 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>Un grupo de SharePoint 2013 es un conjunto de usuarios individuales. Los grupos de SharePoint 2013 le habilitan para administrar conjuntos de usuarios en lugar de usuarios individuales.</maml:para>
    <maml:para>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo crea un grupo denominado Clientes potenciales de proyecto con el nivel de permiso Control total en la colección de sitios https://contoso.sharepoint.com/sites/siteA.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/marketing -Group "NewGroupName" -PermissionLevels "Design"</maml:para>
      <dev:remarks>
        <maml:para>Este ejemplo crea un grupo denominado NewGroupName con el nivel de permiso Diseño en la colección de sitios https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve todos los grupos de una colección determinada de sitios.</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>Especifica el ámbito de la colección de sitios.</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>Especifica el nombre del grupo.</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>Especifica el número máximo de colecciones de sitios para devolver. Para recuperar todas las colecciones de sitios, use Limitar TODO. El valor predeterminado es 200.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Use el cmdlet Get-SPOSiteGroup para obtener todos los grupos en la colección de sitios especificada usando el parámetro Site.</maml:para>
    <maml:para>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo devuelve todos los grupos de la colección de sitios especificada http://contoso.sharepoint.com/sites/siteA.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Solicita crear una copia de una colección de sitios existente con el fin de validar el efecto de una actualización sin afectar el sitio original.</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>Especifica la colección de sitios de SharePoint Online para la que desea solicitar una copia para la nueva colección de sitios de actualización o evaluación.</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>Pide al usuario que confirme antes de ejecutar el comando. Para obtener más información, escriba el siguiente comando: 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>Especifica que el sistema no envíe al solicitante y a los administradores de colecciones de sitios un mensaje de correo electrónico al final del proceso de creación de sitios de evaluación de actualización.</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>Especifica que el sistema no realice una actualización como parte del proceso de creación del sitio de evaluación.</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>Muestra un mensaje que describe el efecto del comando en lugar de ejecutar dicho comando. Para obtener más información, escriba el siguiente comando: 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>El cmdlet Request-SPOUpgradeEvaluationSite permite al administrador global de SharePoint Online solicitar una copia de una colección de sitios existente para los fines de validar los efectos de actualización sin afectar al sitio original.</maml:para>
    <maml:para>Una solicitud de un sitio de evaluación de actualización no se procesa automáticamente. En su lugar, se programa para que se produzca en segundo plano cuando produce el efecto mínimo en el servicio.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 solicita una evaluación de actualización de sitio para el sitio de marketing de http://contoso.sharepoint.com/sites/marketing usando las opciones predeterminadas de envío de un mensaje de correo electrónico y tratando de actualizar el sitio de evaluación.</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>Este ejemplo solicita una evaluación de actualización de sitio para el sitio de marketing http://contoso.sharepoint.com/sites/marketing. Especifica no enviar mensajes de correo electrónico y no tratar de actualizar automáticamente el sitio de evaluación. Al usar el cmdlet de esta manera, un administrador global de SharePoint Online puede realizar cambios al sitio de evaluación de actualización antes de iniciar la actualización real.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Actualiza el propietario de SharePoint Online y los niveles de permiso en un grupo dentro de una colección de sitios.</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>Especifica la colección de sitios a la que pertenece el grupo.</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>Especifica el nombre del grupo.</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>Especifica el nuevo nombre del grupo.</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>Especifica los niveles de permiso para conceder al grupo.</maml:para>
        <maml:para>Los niveles de permiso se definen por los administradores globales de SharePoint Online desde Centro de administración de 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>Especifica los niveles de permiso para quitar del grupo.</maml:para>
        <maml:para>Los niveles de permiso se definen por los administradores globales de SharePoint Online desde Centro de administración de 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>Especifica el propietario (individual o un grupo de seguridad) del grupo que se va a crear.</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>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet Set-SPOSiteGroup.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 cambia el nivel de permiso del grupo ProjectViewers dentro de la colección de sitios http://contoso.sharepoint.com/sites/siteA de control completo a solo Vista.</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>El ejemplo 2 establece a Melissa.kerr@contoso.com como la propietaria del grupo ProjectViewers.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve las cuentas de usuario o grupo de seguridad de SharePoint Online que coinciden con un criterio de búsqueda dado.</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>Especifica la dirección URL de la colección de sitios de la que desea obtener el usuario.</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>Especifica el grupo del que obtener los usuarios.</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>Especifica el nombre del usuario.</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>Especifica el número de usuarios devueltos. El valor predeterminado es devolver 500 usuarios. Para devolver todos los usuarios, especifique el valor "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>Este cmdlet contiene más de un conjunto de parámetros. Es posible que solo pueda usar parámetros procedentes de un conjunto de parámetros y no pueda combinar los parámetros de distintos conjuntos de parámetros. Para obtener más información acerca del uso de conjuntos de parámetros, vea el tema sobre conjuntos de parámetros del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>El cmdlet Get-SPOUser solo coincide con un usuario o grupo de seguridad.</maml:para>
    <maml:para>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet Get-SPOUser.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 devuelve todas las cuentas de grupo de seguridad o usuario de la colección de sitios 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>El ejemplo 2 devuelve una cuenta de grupo de seguridad o usuario cuyo nombre de usuario es HYPERLINK "mailto:melissa.kerr@contoso.com" melissa.kerr@contoso.com de la colección de sitios https://contoso.sharepoint.com/sites/finance.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance -Group "Team Site Members"</maml:para>
      <dev:remarks>
        <maml:para>El ejemplo 3 devuelve una cuenta de grupo de seguridad o usuario dentro del grupo Integrantes del sitio del equipo de la colección de sitios http://contoso.sharepoint.com/sites/finance.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Establece las propiedades en la organización de 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>Determina si los usuarios inquilinos ven la opción del menú Iniciar un sitio.</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>Habilita los servicios externos para un inquilino. Los servicios externos se definen como servicios que no son se encuentran en los centros de datos de 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>Especifica el límite superior del nivel de compatibilidad para nuevos sitios.</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>Especifica el límite inferior en el nivel de compatibilidad para nuevos sitios.</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>Especifica la dirección URL del sitio redirigido para las colecciones de sitios que tienen el estado bloqueado "NoAccess."</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" 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>Garantiza que un usuario externo solo pueda aceptar una invitación de uso compartida externo con una cuenta que coincida con la dirección de correo electrónico del invitado.</maml:para>
        <maml:para>El parámetro acepta dos valores: True o False.</maml:para>
        <maml:para>True: el usuario debe aceptar esta invitación con bob@contoso.com.</maml:para>
        <maml:para>False: cuando se comparte un documento con un usuario externo, bob@contoso.com, cualquier usuario con acceso al vínculo de invitación en el correo electrónico original podrá aceptar el documento.</maml:para>
        <maml:para>Los administradores que quieran un mayor control sobre los colaboradores externos deben considerar habilitar esta característica.</maml:para>
        <maml:para>Esto solo se aplica a usuarios externos nuevos que acepten nuevas invitaciones de uso compartido.</maml:para>
        <maml:para>El propietario del recurso debe compartir con una cuenta organizativa o de Microsoft. De lo contrario, el usuario externo no podrá acceder al recurso.</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>Quita la capacidad de búsqueda del selector de personas.</maml:para>
        <maml:para>Los valores válidos son:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True: quita la funcionalidad de búsqueda del selector de personas. Los usuarios tendrán que especificar una dirección de correo electrónico completa o el UPN de una persona del selector de personas para resolverlo.</maml:para>
          <maml:para>Para más información sobre cómo quitar la función de búsqueda, vea Administrar reglas de consulta (https://support.office.com/es-es/article/Manage-query-rules-53556bb4-3625-490b-aa89-1223e3d4ce3f), Agregar y modificar propiedades de perfil de usuario (https://support.office.com/es-es/article/Add-and-edit-user-profile-properties-85091402-737f-4bb9-99a7-bc5f194502a8) o Planear deshabilitar la detección de personas en OneDrive para la Empresa y SharePoint Online</maml:para>
          <maml:para>Los nombres resueltos recientemente seguirán apareciendo en la lista.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False: restaura la funcionalidad de búsqueda predeterminada.</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>Determina el nivel de uso compartido que está disponible para el sitio. Los valores posibles son: Disabled (el uso compartido de usuario externo (compartir por correo electrónico) y el uso compartido de vínculo de invitado están deshabilitados), ExternalUserSharingOnly (el uso compartido de usuario externo (compartir por correo electrónico) está habilitado, pero el uso compartido de vínculo de invitado está deshabilitado) o ExternalUserAndGuestSharing (el uso compartido de usuario externo (compartir por correo electrónico) y el uso compartido de vínculo de invitado están habilitados).</maml:para>
        <maml:para>Para obtener más información sobre el uso compartido, consulte Administrar el uso compartido externo en su entorno de SharePoint Online (http://office.microsoft.com/es-es/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>Permite al administrador ocultar los grupos de notificaciones de "Todos los usuarios" en el Selector de personas. Cuando los usuarios comparten un elemento con "Todos los usuarios (x)", todos los miembros de la organización que se hayan autenticado con la variable pueden acceder a él mediante el Azure Active Directory del inquilino. Por ejemplo, "Todos los usuarios (x)" permite compartir con todos los usuarios que hayan usado la autenticación NTLM para autenticarse en SharePoint.</maml:para>
        <maml:para>Los valores válidos son:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True: los grupos de notificaciones Todos los usuarios se muestran en el selector de personas.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False: los grupos de notificaciones Todos los usuarios se ocultan en el selector de personas.</maml:para>
        </command:listItem></command:list>
        <maml:para>El valor predeterminado es True.</maml:para>
        <maml:para>"Todos los usuarios (autenticados)" equivale a la notificación de "Todos".</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>Permite al administrador ocultar la notificación de "Todos" en el Selector de personas. Cuando los usuarios comparten un elemento con "Todos", todos los usuarios autenticados en el Azure Active Directory del inquilino pueden acceder a él, incluidos los usuarios externos activos que anteriormente hayan aceptado invitaciones.</maml:para>
        <maml:para>Los valores válidos son:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True: el grupo de notificaciones Todos se muestra en el selector de personas.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False: el grupo de notificaciones Todos se oculta en el selector de personas.</maml:para>
          <maml:para>Algunos recursos del sistema de SharePoint, como las plantillas y las páginas, son necesarios para compartirlos con "Todos", pero esto no implica que se expongan datos de usuarios ni metadatos.</maml:para>
        </command:listItem></command:list>
        <maml:para>El valor predeterminado es 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>Permite al administrador ocultar la notificación "Todos excepto los usuarios externos" en el Selector de personas. Cuando los usuarios comparten un elemento con "Todos excepto los usuarios externos", todos los usuarios de la organización pueden acceder a él mediante el Azure Active Directory del inquilino, pero no los usuarios que anteriormente hayan aceptado invitaciones.</maml:para>
        <maml:para>Los valores válidos son:</maml:para>
        <maml:para>True: la notificación Todos excepto los usuarios externos se muestra en el selector de personas.</maml:para>
        <maml:para>False: la notificación Todos excepto los usuarios externos no está visible en el selector de personas.</maml:para>
        <maml:para>El valor predeterminado es 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>Especifica la dirección URL del formulario que se va a cargar en el diálogo Iniciar un sitio.</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>Puede usar el cmdlet Set-SPOTenant para habilitar los servicios externos y para especificar las versiones en las que se pueden crear las colecciones de sitios. También puede usar el cmdlet Set-SPOSite junto con el cmdlet Set-SPOTenant para bloquear el acceso a un sitio de su organización y redirigir el tráfico a otro sitio.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el 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>Este ejemplo bloquea el acceso a https://contoso.sharepoint.com/sites/team1 y redirige el tráfico a 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>En este ejemplo se oculta la notificación "Todos excepto los usuarios externos" en el selector de personas.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -ShowAllUsersClaim $false</maml:para>
      <dev:remarks>
        <maml:para>En este ejemplo se oculta el grupo de notificaciones "Todos los usuarios" en el selector de personas.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Conecta un administrador global de SharePoint Online a una conexión de SharePoint Online (el Centro de administración de Sharepoint Online). Este cmdlet debe ejecutarse antes de ejecutar cualquier otro SharePoint Online.</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>Especifica la dirección URL del sitio de Centro de administración de 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>Especifica las credenciales que se van a usar para conectar. Si no hay ninguna credencial presente, un diálogo solicitará las credenciales. Las credenciales deben ser las de un administrador global de SharePoint Online que puede obtener acceso al sitio de Centro de administración de 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>El cmdlet Connect-SPOService conecta un administrador global de SharePoint Online al Centro de administración de Sharepoint Online.</maml:para>
    <maml:para>Solo se mantiene una conexión de servicio de SharePoint Online única desde cualquier sesión de Windows PowerShell. Es decir, esta es una conexión de administrador por organización. La ejecución del cmdlet Connect-SPOService dos veces desconecta implícitamente la conexión anterior. La sesión de Windows PowerShell se establecerá para servir el nuevo administrador global de SharePoint Online especificado.</maml:para>
    <maml:para>Un administrador asociado delegado tiene que intercambiar conexiones para diferentes organizaciones dentro de la misma sesión de Windows PowerShell.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 muestra la manera en que un administrador global de SharePoint Online con credencial admin@contoso.com se conecta a un Centro de administración de Sharepoint Online que tiene la dirección URL http://contoso-admin.sharepoint.com/.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$username = "admin@contoso.sharepoint.com"$password = "password"$cred = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $userName, $(convertto-securestring $Password -asplaintext -force)Connect-SPOService -Url http://contoso-admin.sharepoint.com/ -Credential $cred</maml:para>
      <dev:remarks>
        <maml:para>En el ejemplo 2 se muestra la manera en que un administrador global de SharePoint Online con un nombre de usuario y una contraseña se conecta a un Centro de administración de Sharepoint Online que tiene la dirección URL http://contoso-admin.sharepoint.com/.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve la hora más reciente en que se recopilaron los registros de organización de 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>Este cmdlet recupera la hora, expresada en Hora universal coordinada (UTC), en que los registros se recopilaron por última vez. Después de saber la hora, puede usar el cmdlet Get-SPOTenantLogEntry para recuperar los registros.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo devuelve la hora en UTC más reciente en que se recopilaron los registros de organización de SharePoint Online.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Define o actualiza los valores de una o más propiedades para una colección de sitios.</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>Determina si el sitio puede incluir Project Web App. Para obtener más información sobre Project Web App, consulte Planeación de grupos de SharePoint Groups en Project Server 2013.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>Identity</maml:name>
      <maml:description>
        <maml:para>Especifica la dirección URL de la colección de sitios que se va a actualizar.</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>Determina si los administradores de colección de sitios pueden actualizar sus colecciones de sitios.</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>Determina si el derecho Add And Customize Pages se deniega en la colección de sitios. Para obtener más información sobre los niveles de permisos, consulte Permisos de usuario y niveles de permisos en SharePoint&#160;2010).</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>Especifica el idioma de esta colección de sitios. Para obtener más información, consulte Identificadores de configuración regional asignados por Microsoft (http://go.microsoft.com/fwlink/p/?linkid=242911) (http://go.microsoft.com/fwlink/p/?linkid=242911).</maml:para>
      </maml:description>
      <command:parameterValue required="True">UInt32</command:parameterValue>
      <dev:type>
        <maml:name>UInt32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>LockState</maml:name>
      <maml:description>
        <maml:para>Establece el estado de bloqueo en un sitio. Los valores válidos son: NoAccess y Unlock. Cuando el estado de bloqueo de un sitio es NoAccess, se bloqueará todo el tráfico al sitio. Si se establece el parámetro NoAccessRedirectUrl en el cmdlet Set-SPOTenant, se redirigirá a dicha dirección URL el tráfico a los sitios que tienen un estado de bloqueo NoAccess. Si no se establece el parámetro NoAccessRedirectUrl, se devolverá un error 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>Especifica continuar la ejecución del script inmediatamente.</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>Especifica el propietario de la colección de sitios.</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>Especifica la cuota de recursos en megabytes de la colección de sitios. El valor predeterminado es 0. Para obtener más información, consulte Límites de uso de recursos en las soluciones de espacio aislado en SharePoint 2010 (http://msdn.microsoft.com/es-es/library/gg615462(office.14).aspx) (http://msdn.microsoft.com/es-es/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>Especifica el nivel de advertencia en megabytes de la colección de sitios para advertir al administrador de colección de sitios que el sitio está alcanzando la cuota de recursos.</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>Determina el nivel de uso compartido que está disponible para el sitio. Los valores posibles son: Disabled (el uso compartido de usuario externo (compartir por correo electrónico) y el uso compartido de vínculo de invitado están deshabilitados), ExternalUserSharingOnly (el uso compartido de usuario externo (compartir por correo electrónico) está habilitado, pero el uso compartido de vínculo de invitado está deshabilitado) o ExternalUserAndGuestSharing (el uso compartido de usuario externo (compartir por correo electrónico) y el uso compartido de vínculo de invitado están habilitados).</maml:para>
        <maml:para>Para obtener más información sobre el uso compartido, consulte Administrar el uso compartido externo en su entorno de SharePoint Online (http://office.microsoft.com/es-es/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>Especifica la cuota de almacenamiento en megabytes de la colección de sitios.</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>Especifica el nivel de advertencia en megabytes de la colección de sitios para advertir al administrador de la colección de sitios que el sitio está alcanzando la cuota de almacenamiento.</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>Especifica el título de la colección de sitios.</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>Para los parámetros que se pasen, el cmdlet Set-SPOSite establece o actualiza la configuración para la colección de sitios identificada por el parámetro Identity.</maml:para>
    <maml:para>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 actualiza al propietario de la colección de sitios https://contoso.sharepoint.com/sites/site1 a la persona cuya dirección de correo electrónico es joe.healy@contoso.com. Este cmdlet se ejecuta de inmediato sin retraso.</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>El ejemplo 2 actualiza la configuración de la colección de sitios https://contoso.sharepoint.com/sites/site1. La cuota de almacenamiento se actualiza a 15000 megabytes y la cuota de recursos se actualiza a 0 megabytes.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com -StorageQuota 3000 -StorageQuotaWarningLevel 2000</maml:para>
      <dev:remarks>
        <maml:para>Este ejemplo actualiza la configuración de la colección de sitios https://contoso.sharepoint.com. La cuota de almacenamiento se actualiza a 3000 y el nivel de advertencia de cuota de almacenamiento se actualiza a 2000 megabytes.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Empieza el proceso de actualización en una colección de sitios.</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>Especifica la colección de sitios de SharePoint Online que se va a actualizar.</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>Especifica si desea realizar una actualización de versión a versión en la colección de sitios. Cuando se establece este parámetro, desencadena internamente cualquier actualización de compilación a compilación disponible asociada con el modo de funcionamiento y continúa con la actualización de versión a versión. Cuando no se establece este parámetro, solo desencadena la actualización de compilación a compilación asociada con el modo de funcionamiento de colección de sitios actual, y continúa con la actualización de versión a versión. Cuando no se establece este parámetro, solo desencadena la actualización de compilación a compilación en la colección de sitios.</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>Pide al usuario que confirme antes de ejecutar el comando. Para obtener más información, escriba el siguiente comando: 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>Especifica que el sistema no envíe al solicitante y a los administradores de colecciones de sitios un mensaje de correo electrónico de notificación al final del proceso de actualización.</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>Agrega la colección de sitios a la cola de actualización. La actualización no se produce inmediatamente.</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>Muestra un mensaje que describe el efecto del comando en lugar de ejecutar dicho comando. Para obtener más información, escriba el siguiente comando: 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>El cmdlet Upgrade-SPOSite activa el proceso de actualización para la colección de sitios de SharePoint Online especificada. Este cmdlet también se puede usar para reanudar actualizaciones con errores.</maml:para>
    <maml:para>Cuando se inicia la actualización, puede ser una actualización de compilación a compilación o de versión a versión. La predeterminada es la actualización de compilación a compilación. En una actualización de versión a versión, las comprobaciones de estado de colección de sitios se ejecutan primero en modo de reparación para garantizar que la colección de sitios se puede actualizar correctamente.</maml:para>
    <maml:para>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 ejecuta una actualización de compilación a compilación de la colección de sitios existente https://contoso.sharepoint.com/sites/marketing. La propiedad CompatibilityLevel asociada con la colección de sitios no se cambia con esta operación. Para obtener más información acerca de CompatibilityLevel, consulte 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>El ejemplo 2 ejecuta una actualización de versión a versión de la colección de sitios existentes https://contoso.sharepoint.com/sites/marketing. La propiedad CompatibilityLevel asociada a la colección de sitios se cambia a un valor de SharePoint 2013 por esta operación. Para obtener más información acerca de CompatibilityLevel, consulte New-SPOSite.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/library/e45078d4-2933-4001-a27b-aff9e6b1eb9d(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>e586de99-588e-4c96-8423-3bf0bc802ffd
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>ConvertTo-SPOMigrationTargetedPackage</command:name>
    <maml:description>
      <maml:para>Cmdlet para volver a asignar un paquete basado en un recurso compartido de archivos creado previamente o un paquete de SharePoint exportado para describir con precisión los objetos de un sitio web de destino.</maml:para>
      <maml:para>En esta documentación se tratan las características que están actualmente en la vista previa y que no se han finalizado para utilizarse en código de producción. Únase a la vista previa pública: la vista previa pública de migración de SharePoint Online (SPO) es una nueva API dedicada a migrar datos desde los recursos compartidos de archivos locales a Office 365. Para unirse a esta vista previa, vaya a 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>La ubicación del directorio donde existen los archivos de contenido de origen del paquete.</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>La ubicación del directorio donde existen los archivos de metadatos de origen del paquete.</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>La biblioteca de documentos relativa a Web que es el destino esperado de la operación de importación. Esta dirección URL se usará como el elemento de la biblioteca de documentos de la dirección URL en los metadatos del paquete. La biblioteca de documentos ya debe existir en la URL del sitio web de destino especificado ya que se contactará durante la transformación para determinar los valores adecuados de la transformación de metadatos del paquete.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetListPath</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>La dirección URL completa de un sitio web que es el destino esperado de la operación de importación. Esta dirección URL se usará como el elemento de la dirección web de la URL base en los metadatos del paquete. El sitio web en la URL especificada se contactará durante la transformación para determinar los valores adecuados de la transformación de metadatos del paquete, por lo que ya debe existir.</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>Las credenciales opcionales de un administrador de la colección de sitios que se van a usar para conectarse a la colección de sitios. Las credenciales deben proporcionar el nombre de usuario en formato de UPN (por ejemplo, usuario@company.onmicrosoft.com). Si esta propiedad no está establecida, las credenciales de administrador de inquilino actual de la llamada previa de la sesión a Connect-SPOService se usarán para establecer conexión con la colección de sitios.</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>Indica que se impedirá el uso de Azure AD para asignar cuentas locales a cuentas adecuadas de SharePoint Online durante la transformación del paquete. Si no se proporciona, se producirá la búsqueda a través de las búsquedas de Azure AD después de que se produzcan búsquedas con el archivo csv UserMappingFile. Cuando no se especifica, puede aparecer un cuadro de diálogo de selección de credenciales durante el procesamiento para garantizar que se estén usando las credenciales correctas para acceder a 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>Indica que no se creará un archivo de registro. El valor predeterminado es crear un nuevo archivo de registro ConvertMigrationPackage en el directorio especificado.</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>La ubicación del directorio donde se guardarán los archivos de metadatos del paquete transformado. Si el directorio no existe, se creará.</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>La ruta relativa a biblioteca de documentos hacia una carpeta que es el destino esperado de la operación de importación. Esta dirección URL se usará como el elemento de la carpeta de la dirección URL en los metadatos del paquete. La carpeta ya debe existir en la URL del sitio web de destino especificado ya que se contactará durante la transformación para determinar los valores adecuados de la transformación de metadatos del paquete. El valor predeterminado está vacío.</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>Archivo csv de asignación opcional utilizado para asignar cuentas locales a cuentas adecuadas de SharePoint Online durante la transformación del paquete. Si no se proporciona, la búsqueda se producirá a través de búsquedas de Azure AD a menos que NoAzureADLookups también esté establecido, en cuyo caso no se producirá ninguna búsqueda o transformación de cuenta.</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>La biblioteca de documentos relativa a Web que es el destino esperado de la operación de importación. Esta dirección URL se usará como el elemento de la biblioteca de documentos de la dirección URL en los metadatos del paquete. La biblioteca de documentos en la URL especificada se contactará durante la transformación para determinar los valores adecuados de la transformación de metadatos del paquete, por lo que ya debe existir en el sitio web de destino.</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>La ruta relativa a biblioteca de documentos hacia una carpeta que es el destino esperado de la operación de importación. Esta dirección URL se usará como el elemento de la carpeta de la dirección URL en los metadatos del paquete. La carpeta en la URL especificada se contactará durante la transformación para determinar los valores adecuados de la transformación de metadatos del paquete, por lo que ya debe existir en el sitio web de destino. El valor predeterminado está vacío.</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Se desconecta de un servicio de 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>El cmdlet Disconnect-SPOService desconecta explícitamente una conexión de servicio de SharePoint Online creada anteriormente.</maml:para>
    <maml:para>Los administradores globales pueden desconectar el servicio ejecutando el cmdlet Disconnect-SPOService o ejecutando Connect-SPOService para iniciar otra conexión. Para obtener más información, consulte Connect-SPOService.</maml:para>
    <maml:para>Una vez que finalice una conexión, las operaciones que se iniciaron antes de que la conexión se termine se ejecutarán hasta su finalización. Es decir, las operaciones prolongadas no finalizarán ejecutando el cmdlet Disconnect-SPOService o el cmdlet Connect-SPOService.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>En este ejemplo se desconecta explícitamente una conexión de servicio de SharePoint Online creada recientemente.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Requiere que uno o más usuarios se pongan en cola para crear un Sitio personal.</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>Especifica uno o más inicios de sesión de usuario que se pondrán en cola para la creación de un Sitio personal. El Sitio personal se crea posteriormente mediante un trabajo del temporizador. Se puede especificar entre 1 y 200 usuarios.</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>Cuando se utiliza este conmutador, la acción continúa sin sondear el estado. El sondeo de la acción puede ralentizar el progreso cuando hay especificadas numerosas direcciones de correo electrónico de usuarios.</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>El cmdlet Request-SPOPersonalSite requiere que los usuarios especificados sean puestos en cola para crear un Sitio personal para cada uno de ellos. Posteriormente, un trabajo del temporizador crea el Sitio personal.</maml:para>
    <maml:para>Debe especificar una matriz de cadenas de inicios de sesión de usuario que contenga una o más direcciones de correo (inicios de sesión) de usuario válidas y no puede contener campos vacíos. El comando se detiene si encuentran cadenas vacías en la matriz. El número máximo de usuarios que se puede especificar es 200.</maml:para>
    <maml:para>De manera predeterminada, el comando sondea su propio progreso y muestra el resultado a menos que se especifique el parámetro NoWait. Si desea especificar un número elevado de usuarios, debe usar el parámetro NoWait para que la operación continúe sin sondear el estado. El sondeo de la operación puede ralentizar el progreso si se especifica un gran número de direcciones de correo electrónico de usuarios.</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>En este ejemplo, se solicita que se ponga en cola dos usuarios para la creación de un Sitio personal y se muestra el estado del comando.</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>En este ejemplo, se solicita la puesta en cola de muchos usuarios para la creación de un Sitio personal. Los usuarios se definen previamente usando la variable $emails. No se muestra el estado de la operación.</maml:para>
        <maml:para>Si desea especificar un número elevado de usuarios, debe usar el parámetro NoWait para que la operación continúe sin sondear el estado. El sondeo de la operación puede ralentizar el progreso si se especifica un gran número de direcciones de correo electrónico de usuarios.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Devuelve todas las aplicaciones instaladas.</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>Especifica el GUID de la aplicación.</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>Especifica el nombre de la aplicación.</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>El cmdlet Get-SPOAppInfo obtiene todas las aplicaciones instaladas de un catálogo de soluciones externo o desde el Catálogo de aplicaciones que contiene Name en sus nombres de aplicación o la aplicación instalada con el ProductId mencionado. ProductId tiene prioridad si no está vacío.</maml:para>
    <maml:para>Se deben proporcionar ProductId o Name. Name se omite si se especifica ProductId.</maml:para>
    <maml:para>La colección devuelta de aplicaciones instaladas contiene el id. de producto (GUID), el nombre de producto y el origen. Los valores para el tipo de origen son los siguientes: 0 = Catálogo de aplicaciones y 1 = Catálogo de soluciones.</maml:para>
    <maml:para>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>El ejemplo 1 devuelve todas las aplicaciones instaladas desde el catálogo de soluciones externo o desde el Catálogo de aplicaciones que contiene "Servicios de Excel" en sus nombres de aplicación.</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>El ejemplo 2 devuelve la aplicación instalada con el GUID 6751729b-e017-409d-681a-66f1dd18f0ff.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Habilita la característica para el arrendamiento y le permite establecer los GUID de dominio en la lista de destinatarios seguros.</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>Establece el GUID de dominio para agregar a la lista de destinatarios seguros. Requiere un mínimo de 1 GUID de dominio. El número máximo de GUID de dominio permitido es 30.</maml:para>
        <maml:para>Para enumerar una lista de GUID de dominio, consulte Cómo enumerar un GUID de dominio en un bosque de Active Directory</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>Habilita la característica para el bloqueo de sincronización proveniente de dominios que no están presentes en la lista de destinatarios seguros.</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>Debe ser administrador global de SharePoint Online para ejecutar el cmdlet.</maml:para>
    <maml:para>Requiere un contexto de Connect-SPOService válido para identificar el arrendamiento. Para obtener más información sobre cómo conectarse al arrendamiento, consulte Connect-SPOService</maml:para>
    <maml:para>El cmdlet Set-SPOTenantSyncClientRestriction habilita la característica para arrendamiento y establece los GUID de dominio en la lista de destinatarios seguros. Cuando esta característica se encuentra habilitada, puede tardar hasta 24 horas en que el cambio surta efecto. Sin embargo, los cambios realizados a la lista de destinatarios seguros se reflejan en los cinco minutos posteriores.</maml:para>
    <maml:para>Cuando se habilita la característica, ocurre lo siguiente:</maml:para>
    <command:list>bullet
    <command:listItem>
      <maml:para>Se bloquearán todas las solicitudes de cliente de sincronización de OneDrive para la Empresa procedentes de un dominio que no esté en la lista de destinatarios seguros.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Se bloquearán todas las solicitudes de cliente de sincronización de OneDrive para la Empresa Mac.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Los clientes móviles no se bloquean cuando se habilita esta característica.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Independientemente de si un equipo está administrado por una solución de administración de dispositivos, no se establecerá una relación de sincronización a menos que se unan a un dominio en la Lista de destinatarios seguros.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>No se eliminará ningún archivo que se haya sincronizado anteriormente con su equipo.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Tenga en cuenta el siguiente comportamiento de carga:</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>Los archivos nuevos o existentes agregados al cliente aún se cargarán en el servidor y no se bloquearán.</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>Independientemente de si el equipo está unido a un dominio establecido en la Lista de destinatarios seguros.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>Independientemente de si el equipo está unido a un dominio no establecido en la Lista de destinatarios seguros.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>Y para todos los equipos que no están unidos a dominio.</maml:para>
        </command:listItem></command:list>
      </command:listItem></command:list>
    </command:listItem>
    <command:listItem>
      <maml:para>El cliente de sincronización de OneDrive para la Empresa anterior a la versión 15.0.4693.1000 dejará de sincronizar las bibliotecas existentes.</maml:para>
      <maml:para>Hay un problema conocido del cliente de sincronización de OneDrive para la Empresa por el que la sincronización se bloquea aunque un equipo esté unido a un dominio definido en la lista de destinatarios seguros. Para resolver este comportamiento, obtenga la versión 15.0.4719.1000 o posteriores del cliente de sincronización; consulte Actualización de OneDrive para la Empresa del 12 de mayo de 2015 (KB2986244) (https://support.microsoft.com/es-es/kb/2986244/ )</maml:para>
      <maml:para>Para determinar la versión de su cliente de sincronización, consulte Cómo determinar la versión de cliente de sincronización de OneDrive para la Empresa.</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>Puede descargar el último cliente de sincronización de OneDrive para la Empresa desde Descargar OneDrive para Windows (http://go.microsoft.com/fwlink/?LinkID=404119) o Cómo instalar el cliente de sincronización de OneDrive para la Empresa para SharePoint 2013 y SharePoint Online (http://go.microsoft.com/fwlink/?LinkID=321300)</maml:para>
      </command:listItem></command:list>
    </command:listItem></command:list>
    <maml:para>Para obtener más información sobre cómo solucionar problemas del cliente de sincronización de OneDrive para la Empresa, vea Cambiar de una instalación MSI de OneDrive para la Empresa (anteriormente SkyDrive Pro) independiente a una instalación Hacer clic y ejecutar de OneDrive para la Empresa (anteriormente SkyDrive Pro) independiente (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>Este ejemplo habilita la característica para el arrendamiento y agrega los GUID de dominios a la lista de destinatarios seguros.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/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>Restaura una colección de sitios eliminada de SharePoint Online de la papelera de reciclaje.</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>Especifica la dirección URL de la colección de sitios que se va a restaurar.</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>Especifica continuar la ejecución del script inmediatamente.</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>Debe ser un administrador global de SharePoint Online y un administrador de colección de sitios para ejecutar el cmdlet.</maml:para>
    <maml:para>Para obtener permisos y la información más reciente sobre Windows PowerShell para SharePoint Online, vea la documentación en línea en 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>Este ejemplo restaura una colección de sitios eliminados de SharePoint Online denominada HYPERLINK "https://contoso.sharepoint.com/sites/arecycledsite" https://contoso.sharepoint.com/sites/arecycledsite de la Papelera de reciclaje.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introducción a Shell de administración de SharePoint</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Instalación del entorno Windows PowerShell de Shell de administración de SharePoint Online</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>Versión en línea</maml:linkText>
      <maml:uri>http://technet.microsoft.com/ES-ES/library/fad9d40f-c3b4-4efb-ba73-b428688a2682(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command></HelpItems>