it-it/Microsoft.Online.Sharepoint.Powershell.dll-help.xml

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<HelpItems xmlns="http://msh" schema="maml">
<!-- Doc Build Version: 15.0.15244.2101 -->
<!-- Date/Time Created (UTC): 2015-09-02 05:17:25.692-->
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 che consente di creare un nuovo pacchetto di migrazione sulla base dei file di origine presenti in una cartella condivisa locale o di rete.</maml:para>
      <maml:para>Questa documentazione illustra funzionalità attualmente in modalità di anteprima e non ancora finalizzate per l'uso in codice di produzione. Partecipa all'anteprima pubblica: SharePoint Online (SPO) Migration public preview è una nuova API dedicata alla migrazione di dati da condivisioni di file locali a Office 365. Per partecipare a questa anteprima, visitare la pagina 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>Percorso della directory in cui verranno salvati i file di metadati di output del pacchetto. Se la directory non esiste, verrà creata.</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>Percorso della directory cui sono presenti i file di contenuto di origine. Questa directory verrà enumerata per creare i file di metadati del pacchetto.</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>Consente di includere le autorizzazioni e le informazioni di condivisione nei file manifesto generati nei metadati del pacchetto.</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>Consente di non creare un file di log. Per impostazione predefinita, viene creato un nuovo file di log CreateMigrationPackage all'interno della directory specificata nel parametro 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>Raccolta documenti relativa all'entità Web da usare come parte dell'URL di base relativa alla raccolta documenti nei metadati del pacchetto. Se questo parametro non viene specificato, all'interno dei metadati del pacchetto verrà usato il valore "Documents".</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>Specifica la sottocartella relativa alla raccolta documenti da usare come parte dell'URL di base relativa al percorso cartella nei metadati del pacchetto. Se questo parametro non viene specificato, all'interno dei metadati del pacchetto non verrà usato alcun valore. I file verranno posizionati nella radice della raccolta documenti.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>URL Web completo da usare come parte dell'URL di base relativa all'indirizzo dell'entità Web nei metadati del pacchetto. Se questo parametro non viene specificato, all'interno dei metadati del pacchetto verrà usato "http://fileserver/sites/user".</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>SourcePath</maml:name>
      <maml:description>
        <maml:para>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>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce tutte le raccolte siti eliminate che si trovano nel Cestino.</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>Usare questo parametro opzionale per includere solo i siti personali nei risultati restituiti.</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>Specifica l'URL della raccolta siti eliminata da restituire.</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>Usare questo parametro opzionale per includere i siti personali nei risultati restituiti.</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>Specifica il numero massimo di raccolte siti da restituire. È possibile impostare un numero qualsiasi. Per recuperare tutte le raccolte siti, utilizzare ALL. Il valore predefinito è 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>Il cmdlet Get-SPODeletedSite restituisce tutte le raccolte siti eliminate che si trovano nel Cestino e soddisfano i criteri specificati.</maml:para>
    <maml:para>Per impostazione predefinita, il cmdlet restituisce solo i siti e le raccolte che non sono inclusi in Siti personali. Per includere i siti personali, usare il parametro IncludePersonalSite. Per restituire solo i siti personali, usare il parametro IncludeOnlyPersonalSite.</maml:para>
    <maml:para>Questi due parametri opzionali sono inclusi in set di parametri diversi e non è pertanto possibile usarli contemporaneamente.</maml:para>
    <maml:para>Questa azione non ha l'effetto di ripristinare la raccolta siti o i siti restituiti, ma solo di restituirne le proprietà per consentire di verificare quelli che sono stati eliminati. Per eseguire il ripristino, inoltrare i risultati al cmdlet Restore-SPODeletedSite nella pipeline.</maml:para>
    <maml:para>Per eseguire il cmdlet, è necessario essere un amministratore globale di SharePoint Online e un amministratore di raccolte siti per le raccolte siti eliminate.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio vengono restituite le proprietà relative alla raccolta siti "http://contoso.sharepoint.com/sites/marketing" eliminata che si trova nel Cestino.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite -IncludePersonalSite</maml:para>
      <dev:remarks>
        <maml:para>In questo esempio vengono restituite tutte le proprietà relative ai siti eliminati, inclusi i siti personali, che si trovano nel Cestino.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite - IncludeOnlyPersonalSite</maml:para>
      <dev:remarks>
        <maml:para>In questo esempio vengono restituite tutte le proprietà relative esclusivamente ai siti personali che si trovano nel Cestino.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Restore-SPODeletedSite</maml:linkText>
      <maml:uri href="fad9d40f-c3b4-4efb-ba73-b428688a2682" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Disattiva la funzionalità per la tenancy.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOTenantSyncClientRestriction</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para />
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <maml:description>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per identificare il tenant, è necessario un contesto Connect-SPOService valido. Per informazioni su come connettersi al tenant, vedere Connect-SPOService</maml:para>
    <maml:para>Il cmdlet Remove-SPOTenantSyncClientRestriction disabilita la funzionalità per la tenancy, ma non rimuove le voci presenti nel dominio GUID dall'elenco destinatari attendibili. Dopo l'esecuzione del cmdlet Remove-SPOTenantSyncClientRestriction , per rendere effettive le modifiche possono essere necessarie fino a 24 ore.</maml:para>
    <maml:para>Il cmdlet Remove-SPOTenantSyncClientRestriction non dispone di parametri.</maml:para>
  </maml:description>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOTenantSyncClientRestriction</maml:para>
      <dev:remarks>
        <maml:para>In questo esempio viene restituito il valore False per la proprietà TenantRestrictionEnabled.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Rimuove un insieme di utenti esterni dalla cartella di tenancy.</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>Specifica un ID che è possibile utilizzare per identificare un utente esterno in base al relativo 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>Visualizza una richiesta di conferma prima di eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Visualizza un messaggio che illustra gli effetti del comando anziché eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Il cmdlet Remove-SPOExternalUser rimuove definitivamente un insieme di utenti esterni dalla cartella di tenancy.</maml:para>
    <maml:para>Gli utenti rimossi perdono l'accesso a tutte le risorse tenant.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Questo esempio rimuove un utente esterno specifico il cui indirizzo è "someone@example.com". I membri dell'organizzazione possono ancora vedere il nome dell'utente esterno visualizzato nella finestra di dialogo Condiviso con, ma l'utente esterno non sarà in grado di effettuare l'accesso né di accedere alle risorse tenant.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOExternalUser</maml:linkText>
      <maml:uri href="5bed4da8-25c1-4c16-9d12-64b9e8f319a4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Verifica una raccolta siti di 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>Specifica la raccolta siti di SharePoint Online da testare.</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>Specifica la regola di verifica di integrità da eseguire.</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>Visualizza un messaggio in cui vengono illustrati gli effetti del comando anziché eseguire il comando.</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>Il cmdlet Test-SPOSite esegue una o tutte le verifiche di integrità delle raccolte siti nella raccolta siti e nel relativo contenuto. I test sono concepiti in modo da non apportare modifiche, tranne nella modalità di ripristino, che può essere avviata eseguendo il cmdlet Repair-SPOSite. Questo cmdlet crea un report con le regole e un riepilogo dei risultati.</maml:para>
    <maml:para>È necessario essere un amministratore globale di SharePoint Online per eseguire il cmdlet Test-SPOSite.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio vengono eseguite tutte le verifiche di integrità delle raccolte siti per la raccolta siti https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-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>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Rimuove dal Cestino una raccolta siti di SharePoint Online eliminata.</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>Specifica l'URL della raccolta siti da rimuovere.</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>Visualizza una richiesta di conferma prima di eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Visualizza un messaggio che illustra gli effetti del comando anziché eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Il cmdlet Remove-SPODeletedSite rimuove definitivamente dal Cestino una raccolta siti di SharePoint Onlineeliminata.</maml:para>
    <maml:para>Per eseguire il cmdlet, è necessario essere un amministratore globale di SharePoint Online e un amministratore di raccolte siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene rimossa dal Cestino una raccolta siti di SharePoint Online eliminata denominata https://contoso.sharepoint.com/sites/sitetoremove. L'eliminazione è definitiva.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOSite</maml:linkText>
      <maml:uri href="751a6f18-4fc1-42f2-a2b3-d58fa9c761fe" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPODeletedSite</maml:linkText>
      <maml:uri href="29079bf5-73e8-48f5-b992-4d04dac4738f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 i log aziendali di 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>Specifica l'ora di inizio UTC (Coordinated Universal Time) in base alla quale cercare i log, ad esempio 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>Specifica l'ora di fine UTC in base alla quale cercare i log.</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>Specifica il numero massimo di righe in ordine decrescente di timestamp. Il valore deve essere inferiore a 5000. Il valore predefinito è 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>Specifica l'ID correlazione come 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>Specifica il componente che registra gli errori.</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>Specifica l'identità di accesso come 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>Questo cmdlet include più set di parametri. È possibile utilizzare solo i parametri di un set di parametri e non è possibile combinare parametri appartenenti a set di parametri diversi. Per ulteriori informazioni su come utilizzare i set di parametri, vedere Set di parametri del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Il cmdlet Get-SPOTenantLogEntry non può recuperare tutti gli errori di SharePoint Online. Recupera un sottoinsieme di errori causati da sistemi esterni.</maml:para>
    <maml:para>Per la versione Beta 2, gli unici log aziendali disponibili sono per Servizi di integrazione applicativa (BCS).</maml:para>
    <maml:para>Se non si utilizza alcun parametro, verranno restituite le prime 1000 righe con intervallo di tempo decrescente.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio vengono recuperati tutti i log disponibili.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc -MaxRows 500</maml:para>
      <dev:remarks>
        <maml:para>In questo esempio vengono recuperate le prime 500 voci di log.</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>In questo esempio vengono recuperate le voci di log registrate nei 14 giorni precedenti.</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>In questo esempio vengono recuperate le voci di log registrate nei 14 giorni precedenti che dispongono del parametro CorrelationId di "e2c2be70-6382-4ce7-8a44-ae7dadff5597".</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOTenantLogLastAvailableTimeInUtc</maml:linkText>
      <maml:uri href="dba7f754-c9b7-4b4e-8b75-6cf4ddf398e7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 nuova raccolta siti di SharePoint Online per la società corrente.</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>Specifica l'URL completo della nuova raccolta siti. Deve essere in un percorso gestito valido nel sito aziendale. Per la società contoso ad esempio i percorsi gestiti validi sono https://contoso.sharepoint.com/sites e 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>Specifica il nome utente del proprietario principale della raccolta siti. Il proprietario deve essere un utente anziché un gruppo di sicurezza o un gruppo di sicurezza abilitato per la posta elettronica.</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>Specifica la quota di archiviazione per la raccolta siti espressa in megabyte. Il valore non deve superare la quota disponibile della società.</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>Specifica la versione dei modelli da utilizzare quando si crea una nuova raccolta siti. Questo valore imposta il valore CompatibilityLevel iniziale per la raccolta siti. I valori di questo parametro possono essere SharePoint Server 2010 o SharePoint Server 2013. Se questo parametro non viene specificato, per impostazione predefinita il valore di CompatibilityLevel corrisponderà al numero di versione più alto possibile per l'applicazione Web.</maml:para>
        <maml:para>Per SharePoint Online Preview, può essere impostato solo su "14" o "15". "14" indica Prodotti SharePoint 2010, mentre "15" indica SharePoint 2013. Non sono supportati altri valori, che altrimenti genererebbero un errore.</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>Specifica la lingua della raccolta siti. Per ulteriori informazioni, vedere ID di impostazioni locali assegnati da Microsoft (http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911). I parametri Template e LocaleId devono essere una combinazione valida restituita dal cmdlet .</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifica di proseguire immediatamente con l'esecuzione dello script.</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>Specifica la quota della raccolta siti in unità di soluzioni in modalità sandbox. Questo valore non deve superare la quota di soluzioni in modalità sandbox disponibili aggregate della società. Il valore predefinito è 0. Per ulteriori informazioni, vedere Limiti di utilizzo delle risorse in soluzioni in modalità sandbox in SharePoint 2010(http://msdn.microsoft.com/it-it/library/gg615462.aspx) (http://msdn.microsoft.com/it-it/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>Specifica il tipo di modello di raccolta siti. Utilizzare il cmdlet per ottenere l'elenco dei modelli validi. Se non viene specificato un modello, è possibile aggiungerne uno in un secondo momento. I parametri Template e LocaleId devono essere una combinazione valida restituita dal cmdlet .</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifica il fuso orario della raccolta siti. Per ulteriori informazioni, vedere Proprietà SPRegionalSettings.TimeZones (http://go.microsoft.com/fwlink/p/?LinkId=242912) (http://go.microsoft.com/fwlink/p/?LinkId=242912).</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Specifica il titolo della raccolta siti.</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>Il cmdlet New-SPOSite crea una nuova raccolta siti per la società corrente. La creazione di una nuova raccolta siti di SharePoint Online tuttavia ha esito negativo se nel Cestino esiste un sito eliminato con lo stesso URL.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 viene creata una nuova raccolta siti per la società corrente con l'URL, il titolo e il proprietario di sito specificati. La quota di archiviazione è impostata su 1000 megabyte.</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>Nell'esempio 3 viene creata una nuova raccolta siti per la società corrente con l'URL, il titolo, il proprietario e il modello di sito specificati. La quota di archiviazione è impostata su 1000 megabyte e la quota delle risorse su 300 megabyte. Il livello di compatibilità del modello è impostato su 15, ovvero la raccolta siti supporta solo il modello SharePoint 2013. La lingua è impostata su Inglese - Stati Uniti (LocaleID = 1033) e il fuso orario su (GMT-08:00) Pacifico (USA e Canada) (TimeZone = 13).</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url https://contoso.sharepoint.com/sites/accounting -Owner admin@contoso.com -StorageQuota 100 -NoWait -ResourceQuota 50 -Template STS#0</maml:para>
      <dev:remarks>
        <maml:para>Nell'esempio 3 viene creata una nuova raccolta siti per la società corrente con l'URL, il proprietario e il modello di sito specificati. La quota di archiviazione è impostata su 100 megabyte e la quota delle risorse su 50 megabyte. Questo cmdlet viene eseguito immediatamente senza ritardi.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSite</maml:linkText>
      <maml:uri href="7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 che consente di creare contenitori di Azure, caricare file del pacchetto di migrazione nei contenitori appropriati e di eseguire snapshot del contenuto caricato.</maml:para>
      <maml:para>Questa documentazione illustra funzionalità attualmente in modalità di anteprima e non ancora finalizzate per l'uso in codice di produzione. Partecipa all'anteprima pubblica: SharePoint Online (SPO) Migration public preview è una nuova API dedicata alla migrazione di dati da condivisioni di file locali a Office 365. Per partecipare a questa anteprima, visitare la pagina 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>Chiave dell'account di Archiviazione di 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>Nome dell'account di Archiviazione di 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>Set di URL e token SAS completi che rappresentano i contenitori dell'archiviazione BLOB di Azure contenenti i file di metadati e contenuto del pacchetto e una coda opzionale di report di Archiviazione di Azure. Questo oggetto viene restituito durante l'elaborazione corretta di 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>Percorso della directory in cui sono presenti i file di contenuto di origine del pacchetto.</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>Percorso della directory in cui sono presenti i file di metadati del pacchetto.</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>Nome facoltativo della coda di report di Archiviazione di Azure in cui vengono elencati gli eventi relativi alle operazioni di importazione durante tale operazione. Questo valore deve essere in lettere minuscole e conforme alle regole di denominazione delle code di 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>Nome facoltativo del contenitore di Archiviazione di Azure che verrà creato se non già esistente. In tale contenitore verranno inseriti i file di contenuto del pacchetto caricati. Il valore deve essere in lettere minuscole e conforme alle regole di denominazione di Archiviazione di Azure. Se non viene fornito, verrà generato un nome usando il formato &lt;GUID&gt;-files.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Indica che non verrà creato un file di log. Per impostazione predefinita, viene creato un nuovo file di log CopyMigrationPackage all'interno della directory specificata nel parametro 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 di non eseguire snapshot del contenuto presente nei contenitori. Per impostazione predefinita, viene eseguito uno snapshot di ciascuno dei file del pacchetto presenti nel contenitore.</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 di non caricare i file del pacchetto. Per impostazione predefinita, vengono caricati tutti i file del pacchetto.</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>Nome facoltativo del contenitore di Archiviazione di Azure che verrà creato se non già esistente. In tale contenitore verranno inseriti i file di metadati caricati. Il valore deve essere in lettere minuscole e conforme alle regole di denominazione di Archiviazione di Azure. Se non viene fornito, verrà generato un nome usando il formato &lt;GUID&gt;-package.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoOverwrite</maml:name>
      <maml:description>
        <maml:para>Usato per sovrascrivere il contenuto presente nei contenitori. Per impostazione predefinita, il contenuto esistente non viene sovrascritto.</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>Questo cmdlet include più set di parametri. È possibile utilizzare solo i parametri di un set di parametri e non è possibile combinare parametri appartenenti a set di parametri diversi. Per ulteriori informazioni su come utilizzare i set di parametri, vedere Set di parametri del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Questo cmdlet restituisce un oggetto Microsoft.Online.SharePoint.Migration. MigrationPackageAzureLocations che può essere usato come origine del cmdlet o, più comunemente, come origine 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>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 che consente di eseguire un nuovo processo di migrazione, con riferimento a un pacchetto caricato in precedenza, nell'archiviazione BLOB di Azure in una raccolta siti.</maml:para>
      <maml:para>Questa documentazione illustra funzionalità attualmente in modalità di anteprima e non ancora finalizzate per l'uso in codice di produzione. Partecipa all'anteprima pubblica: SharePoint Online (SPO) Migration public preview è una nuova API dedicata alla migrazione di dati da condivisioni di file locali a Office 365. Per partecipare a questa anteprima, visitare la pagina 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>URL completo e token SAS che rappresentano i contenitori dell'archiviazione BLOB di Azure in cui sono presenti i file di contenuto del pacchetto.</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>Set di URL completi e token SAS che rappresentano i contenitori dell'archiviazione BLOB di Azure in cui sono presenti i file di metadati e di contenuto del pacchetto e una coda opzionale di report di Archiviazione di Azure. Questo oggetto viene restituito durante l'elaborazione corretta 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>URL completo e token SAS che rappresentano i contenitori dell'archiviazione BLOB di Azure in cui sono presenti i file di metadati del pacchetto.</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>URL completo dell'entità Web di destinazione in cui verrà importato il pacchetto. Deve includere lo stesso URL dell'entità Web di destinazione usato durante l'esecuzione di 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>URL completo e token SAS facoltativi che rappresentano la coda di report di Archiviazione di Azure in cui le operazioni di importazione elencheranno gli eventi durante tale operazione.</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>Credenziali facoltative dell'amministratore di una raccolta siti da usare per la connessione a tale raccolta. Le credenziali devono fornire il nome utente in formato UPN, ad esempio utente@società.onmicrosoft.com. Se questo parametro non viene impostato, per la connessione alla raccolta siti verranno usate le credenziali correnti dell'amministratore del tenant derivanti dalla precedente chiamata della sessione a Connect-SPOService.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>Indica di non creare un file di log. Per impostazione predefinita, viene creato un nuovo file di log CreateMigrationJob all'interno della directory corrente.</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>Questo cmdlet include più set di parametri. È possibile utilizzare solo i parametri di un set di parametri e non è possibile combinare parametri appartenenti a set di parametri diversi. Per ulteriori informazioni su come utilizzare i set di parametri, vedere Set di parametri del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Questo cmdlet restituisce un valore GUID che rappresenta l'ID del processo di migrazione. In alternativa, se il processo non è stato creato correttamente restituisce un GUID vuoto.</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>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Aggiunge un utente di Office 365 esistente o un gruppo di sicurezza di Office 365 a un gruppo di 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>Specifica l'URL della raccolta siti a cui si desidera aggiungere l'utente.</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>Specifica il nome di accesso dell'utente da aggiungere.</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>Specifica il nome del gruppo di SharePoint a cui aggiungere l'utente o il gruppo di sicurezza.</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>Oltre alle appartenenze a gruppi normalmente necessarie per l'esecuzione di Windows PowerShell, è necessario essere un amministratore globale di SharePoint Online e un amministratore di raccolta siti per utilizzare il cmdlet Add-SPOUser.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 viene aggiunto al gruppo "SC1 Owners" della raccolta siti https://contoso.sharepoint.com/sites/sc1 un utente con indirizzo di posta elettronica joe.healy@contoso.com.</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>Nell'esempio 2 viene aggiunto al gruppo "Team Site Members" della raccolta siti https://contoso.sharepoint.com un utente con indirizzo di posta elettronica melissa.kerr@contoso.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSiteGroup</maml:linkText>
      <maml:uri href="b7902410-e541-42c1-80e8-d2f04719a629" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOUser</maml:linkText>
      <maml:uri href="698da79c-cda6-44ce-ab99-3ac72ddf1dd5" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOUser</maml:linkText>
      <maml:uri href="7cb4165b-53bb-43a4-87a5-facc22d71826" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Rimuove un gruppo di SharePoint Online da una raccolta siti.</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>Specifica la raccolta siti da cui rimuovere il gruppo.</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>Specifica il nome del gruppo da rimuovere.</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>Utilizzare il cmdlet Remove-SPOSiteGroup per rimuovere un gruppo da una raccolta siti specificando il nome del gruppo nel parametro Identity.</maml:para>
    <maml:para>Per eseguire il cmdlet Remove-SPOSiteGroup, è necessario essere un amministratore globale di SharePoint Online e un amministratore di raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene rimosso dalla raccolta siti https://contoso.sharepoint.com/sites/marketing un gruppo denominato GroupToRemove.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSiteGroup</maml:linkText>
      <maml:uri href="bb440d88-4708-4a30-930a-b17aae9b2455" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSiteGroup</maml:linkText>
      <maml:uri href="b7902410-e541-42c1-80e8-d2f04719a629" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 che consente di monitorare lo stato di un processo di migrazione SPO inviato.</maml:para>
      <maml:para>Questa documentazione illustra funzionalità attualmente in modalità di anteprima e non ancora finalizzate per l'uso in codice di produzione. Partecipa all'anteprima pubblica: SharePoint Online (SPO) Migration public preview è una nuova API dedicata alla migrazione di dati da condivisioni di file locali a Office 365. Per partecipare a questa anteprima, visitare la pagina 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>URL completo dell'entità Web di destinazione in cui verrà importato il pacchetto. Deve includere lo stesso URL dell'entità Web di destinazione usato durante l'esecuzione di 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>(Facoltativo) Credenziali dell'amministratore di una raccolta siti da usare per la connessione a tale raccolta. Le credenziali devono fornire il nome utente in formato UPN, ad esempio utente@società.onmicrosoft.com. Se questo parametro non viene impostato, per la connessione alla raccolta siti verranno usate le credenziali correnti dell'amministratore del tenant derivanti dalla precedente chiamata della sessione a Connect-SPOService.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>JobId</maml:name>
      <maml:description>
        <maml:para>(Facoltativo) ID di un processo di migrazione presente nella raccolta siti di destinazione.</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>(Facoltativo) Indica di non creare un file di log. Per impostazione predefinita, viene creato un nuovo file di log DeleteMigrationJob all'interno della directory corrente.</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>Utilizzare i cmdlet di Windows PowerShell per SharePoint Online e la migrazione di OneDrive</maml:linkText>
      <maml:uri href="76fdbe4d-8cbd-4760-a8d0-396dd4f727e2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce gli utenti esterni contenuti nella cartella del tenant.</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>Restituisce solo gli utenti il cui nome, cognome o indirizzo di posta elettronica inizia con il testo specificato nella stringa, per cui non viene applicata la distinzione tra maiuscole e minuscole.</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>Specifica il numero massimo di utenti da restituire nell'insieme.</maml:para>
        <maml:para>Il valore deve essere minore o uguale a 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>Utilizzare questo parametro per specificare l'indice a base zero della posizione del primo risultato da restituire occupata nell'insieme ordinato.</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>Specifica il sito per il quale recuperare gli utenti esterni. Se non è specificato alcun sito, verranno restituiti gli utenti esterni per tutti i siti.</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>Specifica che i risultati devono essere visualizzati in ordine crescente o decrescente nella proprietà 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>Il cmdlet Get-SPOExternalUser restituisce gli utenti esterni contenuti nella cartella del tenant in base a criteri specificati.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 vengono restituiti i primi due utenti esterni dell'insieme.</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>Nell'esempio 2 vengono restituiti due utenti esterni dalla terza pagina dell'insieme.</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>Nell'esempio 3 vengono restituiti i primi 30 utenti che soddisfano il filtro @testsite.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOExternalUser</maml:linkText>
      <maml:uri href="3567d973-e7cf-4550-826b-5b2ef7190a58" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 le proprietà per un utente esistente.</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>Specifica l'URL completo della raccolta siti. Deve essere in un percorso gestito valido nel sito aziendale.</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>Specifica il nome utente.</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>Specifica se l'utente è un amministratore di raccolta siti.</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>Utilizzare il cmdlet Set-SPOUser per configurare le proprietà di un utente esistente, ovvero per aggiungere o rimuovere un utente come amministratore di raccolta siti di SharePoint Online.</maml:para>
    <maml:para>Per eseguire il cmdlet, è necessario disporre dell'autorizzazione di amministratore globale di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio melissa.kerr@contoso.com viene definita come amministratore di raccolta siti di SharePoint Online in https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Controlla e ripristina la raccolta siti e il relativo contenuto.</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>Specifica la raccolta siti di SharePoint Online in cui eseguire le correzioni.</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>Visualizza una richiesta di conferma prima di eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Specifica una regola di verifica di integrità da eseguire.</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>Visualizza un messaggio in cui vengono illustrati gli effetti del comando anziché eseguire il comando.</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>Visualizza un messaggio che illustra gli effetti del comando anziché eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Il cmdlet Repair-SPOSite esegue una o tutte le verifiche di integrità delle raccolte siti nella raccolta siti e nel relativo contenuto. Questo cmdlet apporta modifiche se vengono rilevati errori che possono essere corretti automaticamente.</maml:para>
    <maml:para>Il cmdlet crea un report con le regole di verifica di integrità e un riepilogo dei risultati. È possibile che le regole non supportino il ripristino automatico. I test senza modalità di ripristino possono essere avviati eseguendo il cmdlet Test-SPOSite.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio vengono eseguite tutte le verifiche di integrità delle raccolte siti in modalità di ripristino per la raccolta siti 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>In questo esempio viene eseguita la regola di verifica delle raccolte mancanti in modalità di ripristino nella raccolta siti https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Test-SPOSite</maml:linkText>
      <maml:uri href="356c9605-5ff4-4545-bb81-27b3b3b63da4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Invia una raccolta siti di SharePoint Online al Cestino di 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>Specifica l'URL della raccolta siti da rimuovere.</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>Visualizza una richiesta di conferma prima di eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Specifica di proseguire immediatamente con l'esecuzione dello script.</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>Visualizza un messaggio che illustra gli effetti del comando anziché eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Il cmdlet Remove-SPOSite non elimina definitivamente una raccolta siti dall'elenco delle raccolte siti. La raccolta siti rimossa viene infatti spostata nel Cestino. È possibile utilizzare il cmdlet Restore-SPODeletedSite per ripristinare una raccolta siti dal Cestino. Per eliminare definitivamente una raccolta siti, spostarla innanzitutto nel Cestino con il cmdlet Remove-SPOSite e quindi eliminarla dal Cestino con il cmdlet Remove-SPODeletedSite.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene rimossa immediatamente dall'elenco delle raccolte siti la raccolta siti denominata https://contoso.sharepoint.com/sites/site1, che viene spostata nel Cestino.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Restore-SPODeletedSite</maml:linkText>
      <maml:uri href="fad9d40f-c3b4-4efb-ba73-b428688a2682" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Visualizza tutti i modelli di sito corrispondenti all'identità specificata.</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>Specifica l'ID di impostazioni locali del modello di sito.</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>Specifica il livello di compatibilità del modello di sito.</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>Specifica il nome del modello di sito.</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>Specifica il titolo del modello di sito.</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>Il cmdlet Get-SPOWebTemplate visualizza tutti i modelli di sito che corrispondono all'identità specificata e sono disponibili in SharePoint Online.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 vengono restituiti tutti i modelli di sito nella lingua del sito dell'amministratore.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOWebTemplate -LocaleID 1036</maml:para>
      <dev:remarks>
        <maml:para>Nell'esempio 2 viene restituito un elenco di tutti i modelli di sito in francese.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 che consente di rimuovere dalla raccolta siti specificata un processo di migrazione creato in precedenza.</maml:para>
      <maml:para>Questa documentazione illustra funzionalità attualmente in modalità di anteprima e non ancora finalizzate per l'uso in codice di produzione. Partecipa all'anteprima pubblica: SharePoint Online (SPO) Migration public preview è una nuova API dedicata alla migrazione di dati da condivisioni di file locali a Office 365. Per partecipare a questa anteprima, visitare la pagina 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>Descrizione</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>ID di un processo di migrazione creato in precedenza presente nella raccolta siti di destinazione.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>URL completo della raccolta siti da cui verrà eliminato il processo, se trovato.</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>Credenziali facoltative dell'amministratore di una raccolta siti da usare per la connessione a tale raccolta. Le credenziali devono fornire il nome utente in formato UPN, ad esempio utente@società.onmicrosoft.com. Se questo parametro non viene impostato, per la connessione alla raccolta siti verranno usate le credenziali correnti dell'amministratore del tenant derivanti dalla precedente chiamata della sessione a Connect-SPOService.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Indica di non creare un file di log. Per impostazione predefinita, viene creato un nuovo file di log DeleteMigrationJob all'interno della directory corrente.</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>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce gli errori di un'applicazione.</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>Specifica il GUID dell'applicazione.</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>Specifica l'ora di inizio in formato UTC in base alla quale ricercare gli errori di monitoraggio, ad esempio 01032011:12:00. Se non viene specificata un'ora di inizio, viene utilizzato il valore predefinito di 72 ore prima dell'ora corrente.</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>Specifica l'ora di fine in formato UTC in base alla quale ricercare gli errori di monitoraggio. Se non viene specificata un'ora di fine, viene utilizzato il valore predefinito corrispondente all'ora corrente in formato 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>Il cmdlet Get-SPOAppErrors restituisce gli eventuali errori di monitoraggio delle applicazioni per l'applicazione specificata da ProductId nell'intervallo di tempo compreso tra StartTimeInUtc in UTC (Coordinated Universal Time) ed EndTimeInUtc in UTC.</maml:para>
    <maml:para>In base alla configurazione del server, gli errori sono disponibili per un periodo limitato. L'impostazione predefinita è sette giorni. Gli errori precedenti vengono eliminati. I valori di data e ora che tornano indietro di più di 50 anni o si spostano in avanti di oltre 20 anni non sono considerati validi.</maml:para>
    <maml:para>Ogni errore include il messaggio di errore, l'ora in UTC e il sito in cui si è verificato l'errore e il tipo di errore. I valori per il tipo di errore sono i seguenti: 0: nessuno 1: errore di installazione, 2: errore di aggiornamento, 3: errore di runtime.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene restituito un insieme di messaggi di errore per l'applicazione con GUID ba51729b-e017-409d-681a-66f1dd18f0f4.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppInfo</maml:linkText>
      <maml:uri href="f4730281-69df-4642-bc29-320d78c6c9e4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce una o più raccolte siti.</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>Specifica l'URL della raccolta siti.</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>Utilizzare questo parametro per ottenere informazioni aggiuntive sulle proprietà di una raccolta siti. Quando si utilizza il parametro Detailed, i tempi di risposta sono più lenti.</maml:para>
        <maml:para>Vengono restituite le proprietà seguenti:</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>Specifica il blocco di script del filtro sul lato server da applicare. Il tipo deve essere un nome di filtro valido e il valore deve essere nel formato {$_NomeProprietà &lt;operatore&gt; "valoreFiltro"}. Gli operatori validi sono i seguenti: eq, ne, like, notlike.</maml:para>
        <maml:para>Per i valori viene applicata la distinzione tra maiuscole e minuscole.</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>Specifica il numero massimo di raccolte siti da restituire. È possibile impostare un numero qualsiasi. Per recuperare tutte le raccolte siti, utilizzare ALL. Il valore predefinito è 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>Questo cmdlet include più set di parametri. È possibile utilizzare solo i parametri di un set di parametri e non è possibile combinare parametri appartenenti a set di parametri diversi. Per ulteriori informazioni su come utilizzare i set di parametri, vedere Set di parametri del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Il cmdlet Get-SPOSite recupera e restituisce le proprietà di tutte le raccolte siti che soddisfano i criteri specificati.</maml:para>
    <maml:para>Le raccolte siti contenute nel Cestino non verranno recuperate utilizzando il cmdlet Get-SPOSite.</maml:para>
    <maml:para>Per eseguire il cmdlet, è necessario essere un amministratore globale di SharePoint Online e un amministratore di raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 vengono restituite tutte le raccolte siti.</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>Nell'esempio 2 viene elencata la raccolta siti con le proprietà dettagliate.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Test-SPOSite</maml:linkText>
      <maml:uri href="356c9605-5ff4-4545-bb81-27b3b3b63da4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Repair-SPOSite</maml:linkText>
      <maml:uri href="6ef179d0-ed05-47c2-bb0c-0fd65b13c79e" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Rimuove un utente o un gruppo di sicurezza da una raccolta siti o da un gruppo.</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>Specifica la raccolta siti da cui rimuovere l'utente.</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>Specifica il nome utente.</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>Specifica il gruppo da cui rimuovere l'utente. Se questo parametro non viene indicato, il cmdlet rimuoverà l'utente da tutti i gruppi.</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>Questo cmdlet include più set di parametri. È possibile utilizzare solo i parametri di un set di parametri e non è possibile combinare parametri appartenenti a set di parametri diversi. Per ulteriori informazioni su come utilizzare i set di parametri, vedere Set di parametri del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>È necessario essere un amministratore globale di SharePoint Online e un amministratore di raccolta siti per eseguire il cmdlet Remove-SPOUser.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene rimosso dal gruppo SC1 Owners della raccolta siti https://contoso.sharepoint.com/sites/sc1 un utente con indirizzo di posta elettronica joe.healy@contoso.com.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>È richiesta l'introduzione.</maml:para>
      <maml:para>Questa documentazione illustra funzionalità attualmente in modalità di anteprima e non ancora finalizzate per l'uso in codice di produzione. Partecipa all'anteprima pubblica: SharePoint Online (SPO) Migration public preview è una nuova API dedicata alla migrazione di dati da condivisioni di file locali a Office 365. Per partecipare a questa anteprima, visitare la pagina 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>Set di URL e token SAS completi che rappresentano i contenitori dell'archiviazione BLOB di Azure contenenti i file di metadati e contenuto del pacchetto e una coda opzionale di report di Archiviazione di Azure. Questo oggetto viene restituito durante l'elaborazione corretta di 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>URL completo e token SAS facoltativi che rappresentano la coda di report di Archiviazione di Azure in cui le operazioni di importazione elencheranno gli eventi durante il processo di importazione.</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>Credenziali facoltative dell'amministratore di una raccolta siti da usare per la connessione a tale raccolta. Le credenziali devono fornire il nome utente in formato UPN, ad esempio utente@società.onmicrosoft.com. Se questo parametro non viene impostato, per la connessione alla raccolta siti verranno usate le credenziali correnti dell'amministratore del tenant derivanti dalla precedente chiamata della sessione a Connect-SPOService.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DontWaitForEndJob</maml:name>
      <maml:description>
        <maml:para>Indica al cmdlet di non attendere il completamento del processo. Elaborerà soltanto i messaggi attualmente presenti nella coda e quindi verrà terminato. Se questo flag è impostato su $false, prima di terminare attenderà il completamento del processo.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="True" globbing="False" pipelineInput="True" position="Named">
      <maml:name>JobIds</maml:name>
      <maml:description>
        <maml:para>ID di un processo di migrazione creato in precedenza presente nella raccolta siti di destinazione.</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 che non verrà creato un file di log. Per impostazione predefinita, viene creato un nuovo file di log CopyMigrationPackage all'interno della directory specificata nel parametro 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>URL completo dell'entità Web di destinazione in cui verrà importato il pacchetto. Deve includere lo stesso URL dell'entità Web di destinazione usato durante l'esecuzione di 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>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce lo stato della configurazione corrente.</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>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per identificare il tenant, è necessario un contesto Connect-SPOService valido. Per informazioni su come connettersi al tenant, vedere Connect-SPOService</maml:para>
    <maml:para>Il valore restituito dal cmdlet Get-SPOTenantSyncClientRestriction indica se la proprietà TenantRestrictionEnabled è true o false e specifica i GUID di dominio attualmente presenti nell'elenco destinatari attendibili rappresentato dalla proprietà AllowedDomainList.</maml:para>
    <maml:para>Il cmdlet Get-SPOTenantSyncClientRestriction non dispone di parametri.</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>In questo esempio viene restituito un valore booleano corrente della proprietà TenantRestrictionEnabled e l'elenco corrente dei domini GUID nella proprietà AllowedDomainList.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce le proprietà dell'organizzazione di 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>Il cmdlet Get-SPOTenant restituisce proprietà delle raccolte siti a livello di organizzazione quali StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated e SiteCreationMode.</maml:para>
    <maml:para>Attualmente non sono disponibili parametri per questo cmdlet.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio vengono restituite proprietà di raccolte siti a livello di organizzazione quali StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated e SiteCreationMode.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 nuovo gruppo in una raccolta siti di 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>Specifica la raccolta siti a cui aggiungere il gruppo.</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>Specifica il nome del gruppo da aggiungere.</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>Specifica i livelli di autorizzazione da concedere al nuovo gruppo creato. È possibile impostare qualsiasi livello di autorizzazione esistente per la raccolta siti in cui viene creato il gruppo.</maml:para>
        <maml:para>I livelli di autorizzazione vengono definiti dagli amministratori di SharePoint Online nell'Interfaccia di amministrazione di 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 gruppo di SharePoint 2013 è un insieme di utenti singoli. I gruppi di SharePoint 2013 consentono di gestire insiemi di utenti anziché i singoli utenti.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene creato un gruppo denominato Project Leads con il livello di autorizzazione Controllo completo (Full Control) nella raccolta siti 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>In questo esempio viene creato un gruppo denominato NewGroupName con il livello di autorizzazione Progettazione (Design) nella raccolta siti https://contoso.sharepoint.com/sites/marketing.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Ottiene tutti i gruppi inclusi nella raccolta siti specificata.</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>Specifica l'ambito della raccolta siti.</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>Specifica il nome del gruppo.</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>Specifica il numero massimo di raccolte siti da restituire. Per recuperare tutte le raccolte siti, utilizzare Limit ALL. Il valore predefinito è 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>Utilizzare il cmdlet Get-SPOSiteGroup per ottenere tutti i gruppi inclusi nella raccolta siti specificata mediante il parametro Site.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio vengono restituiti tutti i gruppi inclusi nella raccolta siti specificata http://contoso.sharepoint.com/sites/siteA.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSiteGroup</maml:linkText>
      <maml:uri href="c6450a79-d9d9-4584-9158-c47e12249cd4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOSiteGroup</maml:linkText>
      <maml:uri href="56167666-fe94-41d7-b476-b687bfc61c22" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Richiede di creare una copia di una raccolta siti esistente allo scopo di verificare gli effetti dell'aggiornamento senza modificare il sito originale.</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>Specifica la raccolta siti di SharePoint Online per la quale si desidera richiedere una copia per la nuova raccolta siti di aggiornamento o di valutazione.</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>Visualizza una richiesta di conferma prima di eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Specifica che il sistema non deve inviare al richiedente e agli amministratori della raccolta siti un messaggio di posta elettronica alla fine del processo di creazione del sito di valutazione dell'aggiornamento.</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>Specifica che il sistema non deve eseguire un aggiornamento durante il processo di creazione del sito di valutazione.</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>Visualizza un messaggio che illustra gli effetti del comando anziché eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Il cmdlet Request-SPOUpgradeEvaluationSite consente all'amministratore globale di SharePoint Online di richiedere una copia di una raccolta siti esistente allo scopo di verificare gli effetti dell'aggiornamento senza modificare il sito originale.</maml:para>
    <maml:para>Una richiesta relativa a un sito di valutazione dell'aggiornamento non viene elaborata automaticamente. Viene invece pianificata in modo da essere eseguita in background quando gli effetti sul servizio sono minimi.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 viene richiesta una valutazione dell'aggiornamento per il sito di marketing http://contoso.sharepoint.com/sites/marketing utilizzando le opzioni predefinite, che prevedono l'invio di un messaggio di posta elettronica e il tentativo automatico di aggiornare il sito di valutazione.</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>In questo esempio viene richiesta una valutazione dell'aggiornamento per il sito di marketing http://contoso.sharepoint.com/sites/marketing. Viene specificato di non inviare messaggi di posta elettronica e di non tentare automaticamente di aggiornare il sito di valutazione. Utilizzando il cmdlet in questo modo, un amministratore globale di SharePoint Online può apportare modifiche al sito di valutazione dell'aggiornamento prima di avviare l'aggiornamento effettivo.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Upgrade-SPOSite</maml:linkText>
      <maml:uri href="e45078d4-2933-4001-a27b-aff9e6b1eb9d" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Aggiorna i livelli di autorizzazione e il proprietario di SharePoint Online per un gruppo all'interno di una raccolta siti.</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>Specifica la raccolta siti a cui appartiene il gruppo.</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>Specifica il nome del gruppo.</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>Specifica il nuovo nome del gruppo.</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>Specifica i livelli di autorizzazione da concedere al gruppo.</maml:para>
        <maml:para>I livelli di autorizzazione vengono definiti dagli amministratori globali di SharePoint Online dall'Interfaccia di amministrazione di 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>Specifica i livelli di autorizzazione da rimuovere dal gruppo.</maml:para>
        <maml:para>I livelli di autorizzazione vengono definiti dagli amministratori globali di SharePoint Online dall'Interfaccia di amministrazione di 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>Specifica il proprietario (utente singolo o gruppo di sicurezza) del gruppo da creare.</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>Per poter eseguire il cmdlet Set-SPOSiteGroup, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 il livello di autorizzazione del gruppo ProjectViewers all'interno della raccolta siti http://contoso.sharepoint.com/sites/siteA viene modificato da Controllo completo (Full Control) a Solo visualizzazione (View Only).</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSiteGroup -Site https://contoso.sharepoint.com -Identity "ProjectViewers" -Owner Melissa.kerr@contoso.com</maml:para>
      <dev:remarks>
        <maml:para>Nell'esempio 2 Melissa.kerr@contoso.com viene impostata come proprietaria del gruppo ProjectViewers.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSiteGroup</maml:linkText>
      <maml:uri href="bb440d88-4708-4a30-930a-b17aae9b2455" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce gli account di utenti o gruppi di sicurezza di SharePoint Online che soddisfano un determinato criterio di ricerca.</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>Specifica l'URL della raccolta siti da cui ottenere l'utente.</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>Specifica il gruppo da cui ottenere gli utenti.</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>Specifica il nome utente.</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>Specifica il numero massimo di utenti restituiti. Il valore predefinito prevede la restituzione di 500 utenti. Per la restituzione di tutti gli utenti, specificare il valore "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>Questo cmdlet include più set di parametri. È possibile utilizzare solo i parametri di un set di parametri e non è possibile combinare parametri appartenenti a set di parametri diversi. Per ulteriori informazioni su come utilizzare i set di parametri, vedere Set di parametri del cmdlet (http://go.microsoft.com/fwlink/?LinkID=187810).</maml:para>
    <maml:para>Il cmdlet Get-SPOUser trova una corrispondenza con un solo utente o gruppo di sicurezza.</maml:para>
    <maml:para>Per poter eseguire il cmdlet Get-SPOUser, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 vengono restituiti tutti gli account di utenti o gruppi di sicurezza dalla raccolta siti 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>Nell'esempio 2 viene restituito l'account di un utente o di un gruppo di sicurezza il cui nome utente è HYPERLINK "mailto:melissa.kerr@contoso.com" melissa.kerr@contoso.com dalla raccolta siti 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>Nell'esempio 3 viene restituito l'account di un utente o di un gruppo di sicurezza incluso nel gruppo Team Site Members dalla raccolta siti http://contoso.sharepoint.com/sites/finance.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOUser</maml:linkText>
      <maml:uri href="7cb4165b-53bb-43a4-87a5-facc22d71826" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOUser</maml:linkText>
      <maml:uri href="698da79c-cda6-44ce-ab99-3ac72ddf1dd5" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Imposta le proprietà per l'organizzazione di 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 se gli utenti tenant visualizzano l'opzione di menu Avvia un sito.</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>Abilita i servizi esterni per un tenant. Per servizi esterni si intendono i servizi non inclusi nei data center di 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>Specifica il limite superiore per il livello di compatibilità per i nuovi siti.</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>Specifica il limite inferiore per il livello di compatibilità per i nuovi siti.</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>Specifica l'URL del sito a cui viene reindirizzato il traffico per le raccolte siti con lo stato bloccato "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>Assicura che un utente esterno possa accettare soltanto un invito di condivisione esterno con un account corrispondente all'indirizzo di posta elettronica invitato.</maml:para>
        <maml:para>Il parametro accetta due valori: True o False.</maml:para>
        <maml:para>True: l'utente deve accettare l'invito con bob@contoso.com.</maml:para>
        <maml:para>False: quando un documento viene condiviso con un utente esterno, bob@contoso.com, tale documento può essere accettato da qualsiasi utente con accesso al collegamento di invito presente nel messaggio di posta elettronica originale.</maml:para>
        <maml:para>L'abilitazione di questa funzionalità è consigliata agli amministratori che desiderano un maggiore controllo sui collaboratori esterni.</maml:para>
        <maml:para>Si applica solo a nuovi utenti esterni che accettano nuovi inviti di condivisione.</maml:para>
        <maml:para>Il proprietario della risorsa deve condividerla con un account Microsoft o dell'organizzazione. In caso contrario, l'utente esterno non sarà in grado di accedere alla risorsa.</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>Rimuove la funzionalità di ricerca da Selezione utenti.</maml:para>
        <maml:para>I valori validi sono i seguenti:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True: rimuove la funzionalità di ricerca da Selezione utenti. Per risolvere il problema, agli utenti verrà richiesto di immettere un indirizzo di posta elettronica completo o un UPN per una persona in Selezione utenti.</maml:para>
          <maml:para>Per altre informazioni sulla rimozione della funzionalità di ricerca, vedere gli articoli Gestire le regole di query (https://support.office.com/it-it/article/Gestire-le-regole-di-query-53556bb4-3625-490b-aa89-1223e3d4ce3f), Aggiungere e modificare le proprietà del profilo utente (https://support.office.com/it-it/article/Aggiungere-e-modificare-le-propriet%C3%A0-del-profilo-utente-85091402-737f-4bb9-99a7-bc5f194502a8) o Plan to disable people discovery in OneDrive for Business and SharePoint Online</maml:para>
          <maml:para>I nomi risolti recentemente continueranno a essere visualizzati nell'elenco.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False: ripristina la funzionalità di ricerca predefinita.</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 il livello di condivisione disponibile per il sito. I valori possibili sono: Disabled: la condivisione con utenti esterni (tramite posta elettronica) e la condivisione tramite collegamenti guest sono entrambe disabilitate. ExternalUserSharingOnly: la condivisione con utenti esterni (tramite posta elettronica) è abilitata, mentre la condivisione tramite collegamenti guest è disabilitata. ExternalUserAndGuestSharing: la condivisione con utenti esterni (tramite posta elettronica) e la condivisione tramite collegamenti guest sono entrambe abilitate.</maml:para>
        <maml:para>Per ulteriori informazioni sulla condivisione, vedere Gestire la condivisione esterna per l'ambiente di SharePoint online (http://office.microsoft.com/it-it/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>Consente all'amministratore di nascondere i gruppi di attestazioni Tutti gli utenti in Selezione utenti. Quando gli utenti condividono un elemento con "Tutti gli utenti (x)", tale elemento è accessibile per tutti i membri dell'organizzazione presenti nell'istanza di Azure Active Directory del tenant che hanno eseguito l'autenticazione con la variabile. Ad esempio, "Tutti gli utenti (x)" viene condiviso con gli utenti che hanno usato NTLM per l'autenticazione di SharePoint.</maml:para>
        <maml:para>I valori validi sono i seguenti:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True: i gruppi di attestazioni Tutti gli utenti vengono visualizzati in Selezione utenti.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False: i gruppi di attestazioni Tutti gli utenti vengono nascosti in Selezione utenti.</maml:para>
        </command:listItem></command:list>
        <maml:para>Il valore predefinito è True.</maml:para>
        <maml:para>L'attestazione Tutti gli utenti (autenticati) è equivalente all'attestazione Tutti.</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>Consente all'amministratore di nascondere l'attestazione Tutti in Selezione utenti. Quando gli utenti condividono un elemento con Tutti, tale elemento è accessibile per tutti gli utenti autenticati presenti nell'istanza di Azure Active Directory del tenant, inclusi gli utenti esterni attivi che hanno accettato inviti in precedenza.</maml:para>
        <maml:para>I valori validi sono i seguenti:</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True: il gruppo di attestazioni Tutti viene visualizzato in Selezione utenti.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False: il gruppo di attestazioni Tutti viene nascosto in Selezione utenti.</maml:para>
          <maml:para>Alcune risorse di sistema di SharePoint, ad esempio i modelli e le pagine, sono necessarie per la condivisione con Tutti. Questo tipo di condivisione non espone i dati o i metadati degli utenti.</maml:para>
        </command:listItem></command:list>
        <maml:para>Il valore predefinito è 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>Consente all'amministratore di nascondere l'attestazione "Tutti tranne gli utenti esterni" in Selezione utenti. Quando gli utenti condividono un elemento con "Tutti tranne gli utenti esterni", tale elemento è accessibile per tutti i membri dell'organizzazione presenti nell'istanza di Azure Active Directory del tenant, ma non per quelli che hanno accettato inviti in precedenza.</maml:para>
        <maml:para>I valori validi sono i seguenti:</maml:para>
        <maml:para>True: l'attestazione Tutti tranne gli utenti esterni viene visualizzata in Selezione utenti.</maml:para>
        <maml:para>False: l'attestazione Tutti tranne gli utenti esterni non è visibile in Selezione utenti .</maml:para>
        <maml:para>Il valore predefinito è 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>Specifica l'URL del modulo da caricare nella finestra di dialogo Avvia un sito.</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>È possibile utilizzare il cmdlet Set-SPOTenant per abilitare i servizi esterni e per specificare le versioni in cui possono essere create le raccolte siti. È inoltre possibile utilizzare il cmdlet Set-sposiate insieme al cmdlet Set-SPOTenant per bloccare l'accesso a un sito dell'organizzazione e reindirizzare il traffico a un altro sito.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</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>In questo esempio viene bloccato l'accesso a https://contoso.sharepoint.com/sites/team1 e il traffico viene reindirizzato 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>In questo esempio l'attestazione "Tutti tranne gli utenti esterni" viene nascosta in Selezione utenti.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -ShowAllUsersClaim $false</maml:para>
      <dev:remarks>
        <maml:para>In questo esempio il gruppo di attestazioni "Tutti gli utenti" viene nascosto in Selezione utenti.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Upgrade-SPOSite</maml:linkText>
      <maml:uri href="e45078d4-2933-4001-a27b-aff9e6b1eb9d" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Connette un amministratore globale di SharePoint Online a una connessione di SharePoint Online, ovvero all'Interfaccia di amministrazione di SharePoint Online. Questo cmdlet deve essere eseguito prima di poter eseguire qualsiasi altro cmdlet di 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>Specifica l'URL del sito dell'Interfaccia di amministrazione di 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>Specifica le credenziali da utilizzare per la connessione. Se non vengono presentate credenziali, queste verranno richieste mediante una finestra di dialogo. Le credenziali devono essere quelle di un amministratore globale di SharePoint Online che può accedere al sito dell'Interfaccia di amministrazione di 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>Il cmdlet Connect-SPOService connette un amministratore globale di SharePoint Online all'Interfaccia di amministrazione di SharePoint Online.</maml:para>
    <maml:para>Da qualsiasi sessione di Windows PowerShell viene mantenuta una sola connessione al servizio di SharePoint Online. In altri termini, si tratta di una connessione per l'amministratore della singola organizzazione. Eseguendo due volte il cmdlet Connect-SPOService, si disconnette implicitamente la connessione precedente. La sessione di Windows PowerShell verrà impostata in modo da servire il nuovo amministratore globale di SharePoint Online specificato.</maml:para>
    <maml:para>Un amministratore di un partner delegato deve passare da una connessione all'altra per le diverse organizzazioni all'interno della stessa sessione di Windows PowerShell.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 viene illustrato come un amministratore globale di SharePoint Online con la credenziale admin@contoso.com si connette a un sito dell'Interfaccia di amministrazione di SharePoint Online con l'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>Nell'esempio 2 viene illustrato come un amministratore globale di SharePoint Online con un nome utente e una password si connette a un sito dell'Interfaccia di amministrazione di SharePoint Online con l'URL http://contoso-admin.sharepoint.com/.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Disconnect-SPOService</maml:linkText>
      <maml:uri href="efd0e73c-1cb1-4dd4-83ea-cedec565ba24" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce l'ora più recente in cui sono stati raccolti i log dell'organizzazione di 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>Questo cmdlet recupera l'ora UTC (Coordinated Universal Time) più recente in cui sono stati raccolti i log. Dopo avere determinato l'ora, è possibile usare il cmdlet Get-SPOTenantLogEntry per recuperare i log.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene restituita l'ora UTC più recente in cui sono stati raccolti i log dell'organizzazione di SharePoint Online.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOTenantLogEntry</maml:linkText>
      <maml:uri href="3b75fc2f-c782-4795-9484-98e24e665129" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Imposta o aggiorna i valori di una o più proprietà per una raccolta siti.</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 se il sito può includere Project Web App. Per ulteriori informazioni su Project Web App, vedere Plan SharePoint groups in Project Server 2013.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>Identity</maml:name>
      <maml:description>
        <maml:para>Specifica l'URL della raccolta siti da aggiornare.</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 se gli amministratori di raccolte siti possono aggiornare le rispettive raccolte siti.</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 se il diritto Add And Customize Pages viene negato nella raccolta siti. Per ulteriori informazioni sui livelli di autorizzazione, vedere Autorizzazioni utente e livelli di autorizzazione in SharePoint 2013.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>LocaleId</maml:name>
      <maml:description>
        <maml:para>Specifica la lingua della raccolta siti. Per ulteriori informazioni, vedere ID di impostazioni locali assegnati da 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>Imposta lo stato di blocco per un sito. I valori validi sono NoAccess e Unlock. Quando lo stato di blocco di un sito è impostato su NoAccess, tutto il traffico verso il sito verrà bloccato. Se nel cmdlet Set-SPOTenant è impostato il parametro NoAccessRedirectUrl, il traffico verso i siti con lo stato di blocco NoAccess verrà reindirizzato a tale URL. Se il parametro NoAccessRedirectUrl non è impostato, verrà restituito un errore 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>Specifica di proseguire immediatamente con l'esecuzione dello script.</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>Specifica il proprietario della raccolta siti.</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>Specifica la quota di risorse, in megabyte, per la raccolta siti. Il valore predefinito è 0. Per ulteriori informazioni, vedere Limiti di utilizzo delle risorse per le soluzioni in modalità sandbox in SharePoint 2010 (http://msdn.microsoft.com/it-it/library/gg615462.aspx) (http://msdn.microsoft.com/it-it/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>Specifica il livello in megabyte raggiunto il quale è necessario avvisare l'amministratore della raccolta siti che il sito si sta avvicinando alla quota di risorse prevista.</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 il livello di condivisione disponibile per il sito. I valori possibili sono: Disabled: la condivisione con utenti esterni (tramite posta elettronica) e la condivisione tramite collegamenti guest sono entrambe disabilitate. ExternalUserSharingOnly: la condivisione con utenti esterni (tramite posta elettronica) è abilitata, mentre la condivisione tramite collegamenti guest è disabilitata. ExternalUserAndGuestSharing: la condivisione con utenti esterni (tramite posta elettronica) e la condivisione tramite collegamenti guest sono entrambe abilitate.</maml:para>
        <maml:para>Per ulteriori informazioni sulla condivisione, vedere Gestire la condivisione esterna per l'ambiente di SharePoint online (http://office.microsoft.com/it-it/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>Specifica la quota di archiviazione, in megabyte, per la raccolta siti.</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>Specifica il livello in megabyte raggiunto il quale è necessario avvisare l'amministratore della raccolta siti che il sito si sta avvicinando alla quota di archiviazione prevista.</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>Specifica il titolo della raccolta siti.</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>Per qualsiasi parametro che viene passato, il cmdlet Set-SPOSite configura o aggiorna l'impostazione per la raccolta siti identificata dal parametro Identity.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 il proprietario della raccolta siti https://contoso.sharepoint.com/sites/site1 viene aggiornato e impostato sulla persona con l'indirizzo di posta elettronica joe.healy@contoso.com. Questo cmdlet viene eseguito immediatamente.</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>Nell'esempio 2 vengono aggiornate le impostazioni della raccolta siti https://contoso.sharepoint.com/sites/site1. La quota di archiviazione viene aggiornata a 15000 megabyte e la quota di risorse viene aggiornata a 0 megabyte.</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>In questo esempio vengono aggiornate le impostazioni della raccolta siti https://contoso.sharepoint.com. La quota di archiviazione viene aggiornata a 3000 megabyte e il livello di avviso relativo a tale quota viene aggiornato a 2000 megabyte.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOTenant</maml:linkText>
      <maml:uri href="cf64ca53-cc14-4267-b2cc-069e278fe1af" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Avvia il processo di aggiornamento in una raccolta siti.</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>Specifica la raccolta siti di SharePoint Online da aggiornare.</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>Specifica se eseguire un aggiornamento da versione a versione nella raccolta siti. Quando questo parametro è impostato, viene attivato internamente qualsiasi aggiornamento da build a build disponibile associato alla modalità operativa della raccolta siti corrente e quindi si prosegue con l'aggiornamento da versione a versione. Quando questo parametro non è impostato, viene attivato solo l'aggiornamento da build a build per la raccolta siti.</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>Visualizza una richiesta di conferma prima di eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Specifica che il sistema non deve inviare al richiedente e agli amministratori della raccolta siti un messaggio di posta elettronica di notifica alla fine del processo di aggiornamento.</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>Aggiunge la raccolta siti alla coda di aggiornamento. L'aggiornamento non viene eseguito immediatamente.</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>Visualizza un messaggio che illustra gli effetti del comando anziché eseguire il comando. Per ulteriori informazioni, digitare il comando seguente: 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>Il cmdlet Upgrade-SPOSite attiva il processo di aggiornamento per la raccolta siti di SharePoint Online specificata. È inoltre possibile utilizzare questo cmdlet per riprendere gli aggiornamenti non riusciti.</maml:para>
    <maml:para>All'avvio, l'aggiornamento può essere da build a build o da versione a versione. L'impostazione predefinita corrisponde all'aggiornamento da build a build. Quando viene effettuato l'aggiornamento da versione a versione, le verifiche di integrità della raccolta siti vengono eseguite in modalità di ripristino per garantire che la raccolta siti possa essere aggiornata correttamente.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 viene eseguito un aggiornamento da build a build della raccolta siti esistente https://contoso.sharepoint.com/sites/marketing. La proprietà CompatibilityLevel associata alla raccolta siti non viene modificata da tale operazione. Per ulteriori informazioni su CompatibilityLevel, vedere 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>Nell'esempio 2 viene eseguito un aggiornamento da versione a versione della raccolta siti esistente https://contoso.sharepoint.com/sites/marketing. La proprietà CompatibilityLevel associata alla raccolta siti viene modificata e impostata sul valore SharePoint 2013 da tale operazione. Per ulteriori informazioni su CompatibilityLevel, vedere New-SPOSite.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Request-SPOUpgradeEvaluationSite</maml:linkText>
      <maml:uri href="bc3114cd-e536-4130-8ce1-3462d652c0e9" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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 che consente di ridefinire il mapping di un pacchetto creato in precedenza in base a una condivisione di file o di un pacchetto di SharePoint esportato al fine di descrivere con precisione gli oggetti presenti in un'entità Web di destinazione.</maml:para>
      <maml:para>Questa documentazione illustra funzionalità attualmente in modalità di anteprima e non ancora finalizzate per l'uso in codice di produzione. Partecipa all'anteprima pubblica: SharePoint Online (SPO) Migration public preview è una nuova API dedicata alla migrazione di dati da condivisioni di file locali a Office 365. Per partecipare a questa anteprima, visitare la pagina 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>Percorso della directory in cui sono presenti i file di contenuto di origine del pacchetto.</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>Percorso della directory in cui sono presenti i file di metadati di origine del pacchetto.</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>Raccolta documenti relativa all'entità Web che costituisce la destinazione prevista dell'operazione di importazione. Questo URL verrà usato come parte dell'URL relativa alla raccolta documenti nei metadati del pacchetto. È necessario che la raccolta documenti sia già presente nell'URL dell'entità Web di destinazione specificata, poiché verrà contattata durante la trasformazione per determinare i valori appropriati per la trasformazione dei metadati del pacchetto.</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>URL Web completo di un'entità Web che costituisce la destinazione prevista dell'operazione di importazione. Questo URL verrà usato come parte dell'URL di base relativa all'indirizzo Web nei metadati del pacchetto. È necessario che l'entità Web corrispondente all'URL specificato sia già esistente, poiché verrà contattata durante la trasformazione per determinare i valori appropriati per la trasformazione dei metadati del pacchetto.</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>Credenziali facoltative dell'amministratore di una raccolta siti da usare per la connessione a tale raccolta. Le credenziali devono fornire il nome utente in formato UPN, ad esempio utente@società.onmicrosoft.com. Se questo parametro non viene impostato, per la connessione alla raccolta siti verranno usate le credenziali correnti dell'amministratore del tenant derivanti dalla precedente chiamata della sessione a Connect-SPOService.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoAzureADLookup</maml:name>
      <maml:description>
        <maml:para>Indica di impedire l'uso di Azure AD per eseguire il mapping degli account locali agli account di SharePoint Online appropriati durante la trasformazione del pacchetto. Se questo parametro non viene specificato, viene eseguita una ricerca tramite Azure AD dopo l'esecuzione di ricerche usando il file .csv UserMappingFile. Se invece non viene specificato, è possibile che durante l'elaborazione venga visualizzata una finestra di dialogo per la selezione delle credenziali, in modo da assicurare che per l'accesso ad Azure AD vengano usate le credenziali corrette.</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 di non creare un file di log. Per impostazione predefinita, viene creato un nuovo file di log ConvertMigrationPackage all'interno della directory specificata.</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>Percorso della directory in cui verranno salvati i file di metadati del pacchetto trasformati. Se la directory non esiste, verrà creata.</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>Percorso relativo della raccolta documenti per una cartella che costituisce la destinazione prevista dell'operazione di importazione. Questo URL verrà usato nei metadati del pacchetto come parte dell'URL relativa alla cartella. È necessario che la cartella esista già nell'URL dell'entità Web di destinazione specificata, poiché verrà contattata durante la trasformazione per determinare i valori appropriati per la trasformazione dei metadati del pacchetto. Per impostazione predefinita, non viene specificato alcun valore.</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>File di mapping .csv facoltativo dell'utente usato per eseguire il mapping degli account locali agli account di SharePoint Online appropriati durante la trasformazione del pacchetto. Se questo parametro non viene specificato, viene eseguita una ricerca tramite Azure AD, a meno che non sia impostato anche NoAzureADLookups. In tal caso, non verrà eseguita alcuna ricerca o trasformazione di account.</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>Raccolta documenti relativa all'entità Web che costituisce la destinazione prevista dell'operazione di importazione. Questo URL verrà usato come parte dell'URL relativa alla raccolta documenti nei metadati del pacchetto. È necessario che la raccolta documenti sia già presente nell'entità Web di destinazione specificata, poiché verrà contattata durante la trasformazione per determinare i valori appropriati per la trasformazione dei metadati del pacchetto.</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>Percorso relativo della raccolta documenti per una cartella che costituisce la destinazione prevista dell'operazione di importazione. Questo URL verrà usato nei metadati del pacchetto come parte dell'URL relativa alla cartella. La cartella nell'URL specificato verrà contattata durante la trasformazione per determinare i valori appropriati per la trasformazione dei metadati del pacchetto. È quindi necessario che sia già presente nell'entità Web di destinazione. Per impostazione predefinita, non viene specificato alcun valore.</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>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Disconnette da un servizio di 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>Il cmdlet Disconnect-SPOService disconnette esplicitamente una connessione a un servizio di SharePoint Online creata in precedenza.</maml:para>
    <maml:para>Gli amministratori globali possono disconnettere il servizio eseguendo il cmdlet Disconnect-SPOService oppure eseguendo il cmdlet Connect-SPOService per avviare un'altra connessione. Per ulteriori informazioni, vedere Connect-SPOService.</maml:para>
    <maml:para>Anche dopo la disconnessione, le operazioni avviate prima di tale interruzione verranno eseguite fino al completamento. In altri termini, le operazioni che richiedono una lunga esecuzione non verranno interrotte eseguendo il cmdlet Disconnect-SPOService o Connect-SPOService.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene disconnessa esplicitamente una connessione a un servizio di SharePoint Online creata in precedenza.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Connect-SPOService</maml:linkText>
      <maml:uri href="d9c6793a-56aa-4170-b6b5-90adb564fc2c" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Richiede che uno o più utenti vengano accodati per creare un sito personale.</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>Indica l'accodamento di uno o più account di accesso utente per la creazione di un sito personale. Il sito personale viene creato da un processo timer in un secondo momento. È possibile specificare un numero di utenti compreso tra 1 e 200.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Quando si utilizza questo parametro, l'azione continuerà senza che venga eseguito il polling dello stato. Se si specifica un numero elevato di e-mail utente, il polling dell'azione può rallentarne l'avanzamento.</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>Il cmdlet Request-SPOPersonalSite richiede che gli utenti specificati vengano accodati, in modo che per ciascuno di essi venga creato un sito personale. Il sito personale effettivo viene creato da un processo timer in un secondo momento.</maml:para>
    <maml:para>È necessario specificare un array di stringhe di account di accesso utente contenente uno o più indirizzi e-mail validi (Request-SPOPersonalSite), senza alcun campo vuoto. Se incontra una stringa vuota nell'array, il comando si arresta. È possibile specificare un numero massimo di 200 utenti.</maml:para>
    <maml:para>Per impostazione predefinita il comando sottoporrà a polling e visualizzerà il proprio stato di avanzamento, a meno che non venga specificato il parametro NoWait. Se si specifica un numero elevato di utenti, usare il parametro NoWait per consentire all'operazione di continuare senza che venga eseguito il polling dello stato. Se si specifica un numero elevato di e-mail utente, il polling dell'operazione può rallentarne l'avanzamento.</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>Questo esempio richiede l'accodamento di due utenti per la creazione di un sito personale. Lo stato del comando verrà visualizzato.</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>Questo esempio richiede l'accodamento di numerosi utenti per la creazione di un sito personale. Gli utenti vengono definiti in precedenza mediante la variabile $emails. Lo stato dell'operazione non verrà visualizzato.</maml:para>
        <maml:para>Se si specifica un numero elevato di utenti, usare il parametro NoWait per consentire all'operazione di continuare senza che venga eseguito il polling dello stato. Se si specifica un numero elevato di e-mail utente, il polling dell'operazione può rallentarne l'avanzamento.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Restituisce tutte le applicazioni installate.</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>Specifica il GUID dell'applicazione.</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>Specifica il nome dell'applicazione.</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>Il cmdlet Get-SPOAppInfo ottiene tutte le applicazioni installate da un marketplace esterno o dal Catalogo app che hanno nel nome il valore specificato dal parametro Name oppure l'applicazione installata che ha il valore specificato dal parametro ProductId. ProductId ha la precedenza, se viene impostato.</maml:para>
    <maml:para>È necessario specificare ProductId o Name. Se si specifica ProductId, Name verrà ignorato.</maml:para>
    <maml:para>L'insieme restituito delle applicazioni installate include l'ID prodotto (GUID), il nome del prodotto e l'origine. I valori per il tipo di origine sono i seguenti: 0 = Catalogo app e 1 = Marketplace.</maml:para>
    <maml:para>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>Nell'esempio 1 vengono restituite tutte le applicazioni installate dal marketplace esterno o dal Catalogo app che contengono "Excel Service" nel nome.</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>Nell'esempio 2 viene restituita l'applicazione installata che ha il GUID 6751729b-e017-409d-681a-66f1dd18f0ff.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Abilita la funzionalità per la tenancy e consente di impostare il dominio GUID nell'elenco destinatari attendibili.</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>Imposta il dominio GUID da aggiungere all'elenco destinatari attendibili. Richiede un minimo di 1 dominio GUID. Il numero massimo di domini GUID consentito è 30.</maml:para>
        <maml:para>Per enumerare un elenco dei GUID del dominio, vedere How to enumerate a domain GUID in an Active Directory forest</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Enable</maml:name>
      <maml:description>
        <maml:para>Abilita la funzionalità di sincronizzazione di blocchi provenienti da domini non presenti nell'elenco destinatari attendibili. .</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>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online.</maml:para>
    <maml:para>Per identificare il tenant, è necessario un contesto Connect-SPOService valido. Per informazioni su come connettersi al tenant, vedere Connect-SPOService</maml:para>
    <maml:para>Il cmdlet Set-SPOTenantSyncClientRestriction abilita la funzionalità per la tenancy e imposta il dominio GUID nell'elenco destinatari attendibili. Quando questa funzionalità è abilitata, per rendere effettive le modifiche possono essere necessarie fino a 24 ore. Tutte le modifiche apportate all'elenco destinatari attendibili, tuttavia, vengono riflesse entro cinque minuti.</maml:para>
    <maml:para>Quando la funzionalità è abilitata si verifica quanto segue:</maml:para>
    <command:list>bullet
    <command:listItem>
      <maml:para>Tutte le richieste al client di sincronizzazione OneDrive for Business provenienti da un dominio non presente nell'elenco destinatari attendibili verranno bloccate.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Tutte le richieste al client di sincronizzazione OneDrive for Business Mac verranno bloccate.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Quando questa funzionalità è abilitata, i client mobili non sono bloccati.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Indipendentemente dal fatto che un computer sia gestito da una soluzione di gestione dei dispositivi, non verrà stabilita una relazione di sincronizzazione a meno che tali client non siano inclusi in un dominio nell'elenco destinatari attendibili.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>I file precedentemente sincronizzati con il computer non saranno eliminati.</maml:para>
    </command:listItem>
    <command:listItem>
      <maml:para>Tenere presente il seguente comportamento di caricamento:</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>I file nuovi o esistenti aggiunti al client verranno ancora caricati nel server e non verranno bloccati.</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>Indipendentemente dal fatto che il computer sia aggiunto a un dominio impostato nell'elenco destinatari attendibili.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>Indipendentemente dal fatto che il computer sia aggiunto a un dominio non impostato nell'elenco destinatari attendibili.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>E per tutti i computer non aggiunti al dominio.</maml:para>
        </command:listItem></command:list>
      </command:listItem></command:list>
    </command:listItem>
    <command:listItem>
      <maml:para>Un client di sincronizzazione OneDrive for Business con versione precedente alla 15.0.4693.1000 arresterà la sincronizzazione delle librerie esistenti.</maml:para>
      <maml:para>È presente un problema noto del client di sincronizzazione OneDrive for Business: la sincronizzazione viene bloccata anche se un computer è unito a un dominio impostato nell'elenco destinatari attendibili. Per correggere questo comportamento, ottenere la versione 15.0.4719.1000 o successiva del client di sincronizzazione. Vedere l'articolo Aggiornamento del 12 maggio 2015 per OneDrive for Business (KB2986244) (https://support.microsoft.com/it-it/kb/2986244)</maml:para>
      <maml:para>Per determinare la versione del client di sincronizzazione, vedere How to determine the version of OneDrive for Business Sync client.</maml:para>
      <command:list>bullet
      <command:listItem>
        <maml:para>Il client di sincronizzazione OneDrive for Business più recente può essere scaricato dalla pagina Scarica OneDrive per Windows (http://go.microsoft.com/fwlink/?LinkID=404119) o Come installare OneDrive per client di sincronizzazione di Business per SharePoint 2013 e SharePoint Online (http://go.microsoft.com/fwlink/?LinkID=321300&amp;amp;clcid=0x409)</maml:para>
      </command:listItem></command:list>
    </command:listItem></command:list>
    <maml:para>Per altre informazioni su come risolvere i problemi relativi al client di sincronizzazione OneDrive for Business, vedere l'articolo su come passare da un'installazione MSI di OneDrive for Business (in precedenza SkyDrive Pro) autonoma a un'installazione autonoma e a portata di clic di OneDrive for Business (in precedenza SkyDrive Pro) (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>In questo esempio viene abilitata la funzionalità per la tenancy e viene aggiunto il dominio GUID all'elenco destinatari attendibili.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/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>Ripristina dal Cestino una raccolta siti di SharePoint Online eliminata.</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>Specifica l'URL della raccolta siti da ripristinare.</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>Specifica di proseguire immediatamente con l'esecuzione dello script.</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>Per poter eseguire il cmdlet, è necessario essere amministratori globali di SharePoint Online e amministratori della raccolta siti.</maml:para>
    <maml:para>Per le autorizzazioni e le informazioni più aggiornate su Windows PowerShell per SharePoint Online, vedere la documentazione online all'indirizzo 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>In questo esempio viene ripristinata dal Cestino una raccolta siti di SharePoint Online eliminata, denominata HYPERLINK "https://contoso.sharepoint.com/sites/arecycledsite" https://contoso.sharepoint.com/sites/arecycledsite.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Introduction to the SharePoint Online management shell</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set up the SharePoint Online Management Shell Windows PowerShell environment</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPODeletedSite</maml:linkText>
      <maml:uri href="29079bf5-73e8-48f5-b992-4d04dac4738f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Versione online</maml:linkText>
      <maml:uri>http://technet.microsoft.com/IT-IT/library/fad9d40f-c3b4-4efb-ba73-b428688a2682(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command></HelpItems>