it-IT/Microsoft.UniversalPrintManagement.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Connect-UPService</command:name>
      <command:verb>Connetti</command:verb>
      <command:noun>UPService</command:noun>
      <maml:description>
        <maml:para>Si connette con un account autenticato da usare per le richieste di cmdlet di Stampa universale.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet collega un account autenticato da usare per le richieste cmdlet di Stampa universale. Anche se questo cmdlet supporta l'autenticazione interattiva quando non è passato nessun parametro, il suo scopo principale è quello di consentire sessioni non interattive passandoli</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Connect-UPService</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Password</maml:name>
          <maml:Description>
            <maml:para>Password da utilizzare (quando il nome dell'entità utente è presente) per connettersi al servizio di stampa universale</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserPrincipalName</maml:name>
          <maml:Description>
            <maml:para>Utilizzare questo nome dell'entità utente per connettersi al servizio di stampa universale.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Password</maml:name>
        <maml:Description>
          <maml:para>Password da utilizzare (quando il nome dell'entità utente è presente) per connettersi al servizio di stampa universale</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserPrincipalName</maml:name>
        <maml:Description>
          <maml:para>Utilizzare questo nome dell'entità utente per connettersi al servizio di stampa universale.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System. Boolean</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------------Esempio 1--------------------------</maml:title>
        <dev:code>PS C:\&gt; Connect-UPService -UserPrincipalName username@tenantname.com -Password $variableHoldingSecureString</dev:code>
        <dev:remarks>
          <maml:para>Verrà eseguito un tentativo di autenticazione tramite l'account precedente senza richiedere l'interazione dell'utente.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UPAllowedMember</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UPAllowedMember</command:noun>
      <maml:description>
        <maml:para>Usa questo cmdlet per ottenere informazioni su utenti e gruppi che hanno accesso alla stampante per una condivisione stampante specifica.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere usato per recuperare un elenco di utenti e gruppi che dispongono dell'autorizzazione per stampare su una condivisione stampante che espone una stampante registrata con Stampa universale. Sono disponibili due opzioni facoltative per limitare i risultati solo agli utenti o ai gruppi.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPAllowedMember</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>GroupsOnly</maml:name>
          <maml:Description>
            <maml:para>Restituisci solo gruppi.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>Recupero dei membri consentiti per la condivisione di stampante specificata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UsersOnly</maml:name>
          <maml:Description>
            <maml:para>Restituisci solo utenti.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>GroupsOnly</maml:name>
        <maml:Description>
          <maml:para>Restituisci solo gruppi.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>Recupero dei membri consentiti per la condivisione di stampante specificata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UsersOnly</maml:name>
        <maml:Description>
          <maml:para>Restituisci solo utenti.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Microsoft.UPManagement.Models.Member</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPAllowedMember -ShareId "fd10a8d3-c46d-4ab1-9644-603381bc08b7"</dev:code>
        <dev:remarks>
          <maml:para>Verrà recuperato un elenco di tutti gli utenti e i gruppi che dispongono dell'autorizzazione di stampa nella condivisione della stampante con un ID corrispondente.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UPConnector</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UPConnector</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per ottenere informazioni su un connettore singolo o un elenco di connettori.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere utilizzato per recuperare informazioni sui connettori registrati con Stampa universale. Se viene specificato un ID connettore, verrà recuperato solo tale connettore, altrimenti verranno recuperati tutti i connettori registrati.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPConnector</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ConnectorId</maml:name>
          <maml:Description>
            <maml:para>Recupera le informazioni per il connettore specificato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ConnectorId</maml:name>
        <maml:Description>
          <maml:para>Recupera le informazioni per il connettore specificato.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------------Esempio 1--------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector</dev:code>
        <dev:remarks>
          <maml:para>Verranno recuperati tutti i connettori registrati dal tenant con Stampa universale e verranno visualizzate le relative informazioni.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPConnector -ConnectorId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>Verrà trovato il connettore registrato con un ID corrispondente e verranno restituite le relative informazioni.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UPPrinter</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UPPrinter</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per ottenere informazioni su una stampante singola o un elenco di stampanti.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere utilizzato per recuperare informazioni sulle stampanti registrate con Stampa universale. Se viene specificato un ID stampante, verrà recuperata solo tale stampante, altrimenti verranno recuperate tutte le stampanti registrate.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPPrinter</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limit</maml:name>
          <maml:Description>
            <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>Recupera le info sulla stampante per la stampante specificata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Limit</maml:name>
        <maml:Description>
          <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>Recupera le info sulla stampante per la stampante specificata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter</dev:code>
        <dev:remarks>
          <maml:para>Verranno recuperate tutte le stampanti registrate dal tenant con Stampa universale e verranno visualizzate le relative informazioni.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinter -PrinterId "8dd439b0-4393-4e66-b804-9dd0733183b1"</dev:code>
        <dev:remarks>
          <maml:para>Verrà trovata la stampante registrata con un ID corrispondente e verranno restituite le relative informazioni.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UPPrinterShare</command:name>
      <command:verb>Ottieni</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per ottenere informazioni su un oggetto o un elenco di oggetti per condivisione stampante.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere utilizzato per recuperare informazioni sugli oggetti per condivisione stampante creati quando una stampante viene condivisa con stampa universale. Se viene specificato un ID di condivisione, verrà recuperata solo la condivisione della stampante corrispondente. Si noti che è possibile utilizzare questo cmdlet per ottenere lo stato del contrassegno "AllowAllUsers" per una condivisione di stampante.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPPrinterShare</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limite</maml:name>
          <maml:Description>
            <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ShareId</maml:name>
          <maml:Description>
            <maml:para>Recupera le informazioni sulla condivisione della stampante per l'ID di condivisione specificato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Limite</maml:name>
        <maml:Description>
          <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ShareId</maml:name>
        <maml:Description>
          <maml:para>Recupera le informazioni sulla condivisione della stampante per l'ID di condivisione specificato.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Microsoft.UPManagement.Models.PrinterShare</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------------Esempio 1--------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrinterShare</dev:code>
        <dev:remarks>
          <maml:para>Verranno recuperati tutte le condivisioni di stampanti associate alle stampanti condivise all'interno di stampa universale e le relative informazioni verranno visualizzate.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>C:\ PS &gt; Get-UPPrinterShare-Condivisioneid "35f1503a-bec5-4e6a-87e0-4b165bd3af3e"</dev:code>
        <dev:remarks>
          <maml:para>Verrà trovata la stampante registrata con un ID corrispondente e verranno restituite le relative informazioni.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UPPrintJob</command:name>
      <command:verb>Recupera</command:verb>
      <command:noun>UPPrintJob</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per ottenere informazioni sui processi di stampa inviati a una stampante.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere utilizzato per recuperare un elenco dei processi di stampa recenti (inclusi quelli attivi) inviati alla stampante. Lo stesso cmdlet può essere utilizzato per recuperare un processo di stampa specifico se l'ID processo è disponibile.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPPrintJob</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>JobId</maml:name>
          <maml:Description>
            <maml:para>Recupera il processo di stampa specificato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limite</maml:name>
          <maml:Description>
            <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>Recupera i processi di stampa per la stampante specificata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>JobId</maml:name>
        <maml:Description>
          <maml:para>Recupera il processo di stampa specificato.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Limite</maml:name>
        <maml:Description>
          <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>Recupera i processi di stampa per la stampante specificata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>--------------------------Esempio 1--------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPPrintJob -PrinterId "68f44c0b-e71d-462f-9449-1470f5607a2f"</dev:code>
        <dev:remarks>
          <maml:para>Verranno recuperati i processi recenti e attivi che sono stati inviati alla stampante con l'ID specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-UPUsageReport</command:name>
      <command:verb>Recupera</command:verb>
      <command:noun>UPUsageReport</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per recuperare diversi tipi di report sull'utilizzo della stampa.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Puoi utilizzare questo cmdlet per recuperare i report sull'utilizzo delle stampe effettuate tramite Stampa universale. Stampa universale supporta 4 tipi di report: riepilogo dell'utilizzo giornaliero della stampa da parte degli utenti, riepilogo dell'utilizzo giornaliero della stampa da parte degli stampatori, riepilogo dell'utilizzo mensile della stampa da parte degli utenti e riepilogo dell'utilizzo mensile della stampa da parte degli stampatori. È possibile filtrare ulteriormente i rapporti in base agli argomenti forniti facoltativamente (ad esempio, nome dell'entità utente). Puoi anche possibile ottenere un report specifico se disponi dell'ID report corrispondente.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UPUsageReport</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Limite</maml:name>
          <maml:Description>
            <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ReportId</maml:name>
          <maml:Description>
            <maml:para>Recupera il report di utilizzo specifico con questo ID (sostituisce userPrincipalName, printerId, startDate e endDate).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>ReportType</maml:name>
          <maml:Description>
            <maml:para>Scegli il tipo di report da recuperare. Le opzioni sono DailyUser, DailyPrinter, MonthlyUser e MonthlyPrinter.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">DailyUser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">DailyPrinter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">MonthlyUser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">MonthlyPrinter</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">ReportType</command:parameterValue>
          <dev:type>
            <maml:name>ReportType</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>UserPrincipalName</maml:name>
          <maml:Description>
            <maml:para>Parametro facoltativo per recuperare solo i report appartenenti all'utente con questo nome dell'entità utente.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>EndDate</maml:name>
          <maml:Description>
            <maml:para>Parametro facoltativo per filtrare i report relativi alle attività di stampa dopo questa data/ora. Il formato è aaaa-mm-gg o aaaa-mm.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
          <dev:type>
            <maml:name>Date</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
          <maml:name>StartDate</maml:name>
          <maml:Description>
            <maml:para>Parametro facoltativo per filtrare i report relativi alle attività di stampa prima di questa data/ora. Il formato è aaaa-mm-gg o aaaa-mm.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
          <dev:type>
            <maml:name>Date</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Limite</maml:name>
        <maml:Description>
          <maml:para>Numero massimo di risultati da restituire. L'impostazione predefinita è la restituzione di tutti i risultati.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ReportId</maml:name>
        <maml:Description>
          <maml:para>Recupera il report di utilizzo specifico con questo ID (sostituisce userPrincipalName, printerId, startDate e endDate).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>ReportType</maml:name>
        <maml:Description>
          <maml:para>Scegli il tipo di report da recuperare. Le opzioni sono DailyUser, DailyPrinter, MonthlyUser e MonthlyPrinter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ReportType</command:parameterValue>
        <dev:type>
          <maml:name>ReportType</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>UserPrincipalName</maml:name>
        <maml:Description>
          <maml:para>Parametro facoltativo per recuperare solo i report appartenenti all'utente con questo nome dell'entità utente.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>EndDate</maml:name>
        <maml:Description>
          <maml:para>Parametro facoltativo per filtrare i report relativi alle attività di stampa dopo questa data/ora. Il formato è aaaa-mm-gg o aaaa-mm.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
        <dev:type>
          <maml:name>Date</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="named" aliases="none">
        <maml:name>StartDate</maml:name>
        <maml:Description>
          <maml:para>Parametro facoltativo per filtrare i report relativi alle attività di stampa prima di questa data/ora. Il formato è aaaa-mm-gg o aaaa-mm.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Date</command:parameterValue>
        <dev:type>
          <maml:name>Date</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>Microsoft.UPManagement.Cmdlets.ReportType</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[Microsoft.OData.Edm.Date, Microsoft.OData.Edm, Version=7.5.3.21218, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPUsageReport -ReportType DailyUser -UserPrincipalName "foo@bar.com"</dev:code>
        <dev:remarks>
          <maml:para>In questo modo verranno recuperati tutti i report giornalieri disponibili appartenenti all'utente "foo@bar.com"</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UPUsageReport -ReportType DailyPrinter -StartDate 2019-08-01 -EndDate 2019-08-15</dev:code>
        <dev:remarks>
          <maml:para>Verranno recuperati tutti i report della stampante giornalieri generati nelle prime due settimane di agosto 2019.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Grant-UPAccess</command:name>
      <command:verb>Concedi</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per concedere l'accesso di stampa a un utente o un gruppo.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere usato per concedere l'autorizzazione a un utente o un gruppo per stampare su una condivisione stampante che sta esponendo una stampante registrata con Stampa universale. Puoi concedere l'accesso a un utente o un gruppo in base alla chiamata del cmdlet.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Grant-UPAccess</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>ID del gruppo che richiede l'accesso per stampare.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ID condivisione</maml:name>
          <maml:Description>
            <maml:para>Consente di concedere l'accesso alla stampante utente alla condivisione di stampa con un ID corrispondente.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Grant-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>ID dell'utente che richiede l'accesso per stampare.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ID condivisione</maml:name>
          <maml:Description>
            <maml:para>Consente di concedere l'accesso alla stampante utente alla condivisione di stampa con un ID corrispondente.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Grant-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ID condivisione</maml:name>
          <maml:Description>
            <maml:para>Consente di concedere l'accesso alla stampante utente alla condivisione di stampa con un ID corrispondente.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AllUsersAccess</maml:name>
          <maml:Description>
            <maml:para>Fornire questo flag per concedere l'accesso di stampa a tutti gli utenti dell'organizzazione.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>ID del gruppo che richiede l'accesso per stampare.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>ID dell'utente che richiede l'accesso per stampare.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Falso</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ID condivisione</maml:name>
        <maml:Description>
          <maml:para>Consente di concedere l'accesso alla stampante utente alla condivisione di stampa con un ID corrispondente.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AllUsersAccess</maml:name>
        <maml:Description>
          <maml:para>Fornire questo flag per concedere l'accesso di stampa a tutti gli utenti dell'organizzazione.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Falso</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -UserId "5ea859e8-23c3-4c24-a330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>Verrà concesso all'utente un ID di Azure Active Directory corrispondente per la stampa nella condivisione stampante specificata.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -GroupId "ae71e2b2-ab2e-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>In questo modo verranno concede tutti gli utenti nel gruppo con un ID di Azure Active Directory corrispondente per la stampa nella condivisione stampante specificata.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Grant-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>Questo consentirà agli utenti dell'organizzazione di eseguire l'autorizzazione per stampare nella condivisione stampante specificata. Si noti che questo criterio sostituisce l'elenco di utenti e gruppi consentiti.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-UPPrinterShare</command:name>
      <command:verb>New</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per condividere una stampante.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Per condividere una stampante, viene creato e associato a tale stampante un oggetto denominato "condivisione stampante". Il nome condivisione richiesto verrà visualizzato agli utenti quando individuano la nuova stampante condivisa. La condivisione della stampante avrà un ID che può essere utilizzato in seguito per l'annullamento della condivisione o lo scambio di stampanti.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UPPrinterShare</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>ID della stampante che deve essere condivisa.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ShareName</maml:name>
          <maml:Description>
            <maml:para>Gli utenti potranno individuare la stampante condivisa con questo nome e utilizzare lo stesso nome per stampare su di essa.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Falso</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>ID della stampante che deve essere condivisa.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ShareName</maml:name>
        <maml:Description>
          <maml:para>Gli utenti potranno individuare la stampante condivisa con questo nome e utilizzare lo stesso nome per stampare su di essa.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UPPrinterShare -PrinterId "cdd44642-8fc3-4f55-bce2-d6d8069b40f2" -ShareName "Stampante primo piano"</dev:code>
        <dev:remarks>
          <maml:para>Verrà creata una nuova condivisione stampante che condivide la stampante con l'ID precedente sotto il nome "Stampante al primo piano".</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-UPConnector</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>UPConnector</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per annullare la registrazione dei connettori.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Se un connettore non è più necessario, è possibile annullarne la registrazione utilizzando questo cmdlet. Tieni presente che è necessario annullare la registrazione delle stampanti registrate dal connettore prima di poter rimuovere il connettore.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-UPConnector</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
          <maml:name>ConnectorId</maml:name>
          <maml:Description>
            <maml:para>ID del connettore la cui registrazione deve essere annullata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
        <maml:name>ConnectorId</maml:name>
        <maml:Description>
          <maml:para>ID del connettore la cui registrazione deve essere annullata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPConnector -ConnectorId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>Questa operazione richiederà al servizio Stampa universale di annullare la registrazione del connettore con l'ID corrispondente.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-UPPrinter</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>UPPrinter</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per annullare la registrazione delle stampanti.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Se non è più necessario accedere a una stampante tramite il servizio Stampa universale, è possibile annullarne la registrazione utilizzando questo cmdlet. Tieni presente che è necessario annullare la condivisione della stampante prima di poter annullare la registrazione.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-UPPrinter</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>ID della stampante la cui registrazione deve essere annullata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>ID della stampante la cui registrazione deve essere annullata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinter -PrinterId "49b38c07-b059-451b-87b1-7bda52e3a648"</dev:code>
        <dev:remarks>
          <maml:para>Questa operazione richiederà al servizio Stampa universale di annullare la registrazione della stampante con l'ID corrispondente.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-UPPrinterShare</command:name>
      <command:verb>Rimuovi</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per annullare la condivisione delle stampanti condivise in precedenza.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet consente agli amministratori di Stampa universale di annullare la condivisione di una stampante. La stampante non condivisa non sarà più disponibile o visibile per gli utenti normali.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-UPPrinterShare</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ID condivisione</maml:name>
          <maml:Description>
            <maml:para>ID della condivisione della stampante che deve essere rimossa.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>ID condivisione</maml:name>
        <maml:Description>
          <maml:para>ID della condivisione della stampante che deve essere rimossa.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Remove-UPPrinterShare -ShareId "29fb1dcc-fb7a-4f2a-b9b2-de617abedb35"</dev:code>
        <dev:remarks>
          <maml:para>Verrà annullata la condivisione della stampante condivisa tramite la condivisione stampante con ID corrispondente.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Revoke-UPAccess</command:name>
      <command:verb>Revoca</command:verb>
      <command:noun>UPAccess</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per revocare l'accesso di stampa a un utente o un gruppo.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmdlet può essere usato per revocare l'autorizzazione di un utente o di un gruppo per stampare su una condivisione stampante che sta esponendo una stampante registrata con Stampa universale. Puoi revocare l'accesso di un utente o un gruppo in base alla chiamata del cmdlet.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Revoke-UPAccess</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>GroupId</maml:name>
          <maml:Description>
            <maml:para>Questo gruppo non sarà più in grado di stampare sulla condivisione di stampa specificata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ID condivisione</maml:name>
          <maml:Description>
            <maml:para>L'accesso a questa condivisione di stampante verrà revocato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Revoke-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>L'utente non potrà più stampare sulla condivisione di stampa specificata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>ID condivisione</maml:name>
          <maml:Description>
            <maml:para>L'accesso a questa condivisione di stampante verrà revocato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Revoke-UPAccess</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Condiviso</maml:name>
          <maml:Description>
            <maml:para>L'accesso a questa condivisione di stampante verrà revocato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AllUsersAccess</maml:name>
          <maml:Description>
            <maml:para>Fornire questo contrassegno per revocare l'accesso di stampa da tutti gli utenti dell'organizzazione (questo solo cancella solo il contrassegno ' AllowAllUsers ').</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>GroupId</maml:name>
        <maml:Description>
          <maml:para>Questo gruppo non sarà più in grado di stampare sulla condivisione di stampa specificata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>L'utente non potrà più stampare sulla condivisione di stampa specificata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Condiviso</maml:name>
        <maml:Description>
          <maml:para>L'accesso a questa condivisione di stampante verrà revocato.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AllUsersAccess</maml:name>
        <maml:Description>
          <maml:para>Fornire questo contrassegno per revocare l'accesso di stampa da tutti gli utenti dell'organizzazione (questo solo cancella solo il contrassegno ' AllowAllUsers ').</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -UserId "5ea859e8-23c3-4c24-a330-63685a25bdef"</dev:code>
        <dev:remarks>
          <maml:para>Questa operazione richiederà l'autorizzazione dell'utente con un ID di Azure Active Directory corrispondente per la stampa nella condivisione stampante specificata.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -GroupId "ae71e2b2-ab2e-44b8-afb6-86637ce25ee1"</dev:code>
        <dev:remarks>
          <maml:para>L'autorizzazione del gruppo verrà visualizzata con un ID di Azure Active Directory corrispondente per la stampa della condivisione stampante specificata.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Esempio 3 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Revoke-UPAccess -ShareId "b210ace3-08de-40ee-8983-2a8e113ce13e" -AllUsersAccess</dev:code>
        <dev:remarks>
          <maml:para>L'accesso a "AllowAllUsers" verrà eseguito all'utente che è stato concesso alla condivisione di stampante specificata. Si noti che l'operazione non avrà alcun effetto se la condivisione della stampante attualmente non consente l'accesso di tutti gli utenti.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UPConnectorProperty</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UPConnectorProperty</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per aggiornare le proprietà modificabili di un connettore.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Con un ID connettore a portata di mano, puoi utilizzare questo cmdlet per aggiornare il nome o le proprietà relative alla posizione del connettore.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UPConnectorProperty</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AltitudeInMeters</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (altitudine) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Building</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (edificio) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>City</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (città) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
          <maml:name>ConnectorId</maml:name>
          <maml:Description>
            <maml:para>ID del connettore che deve essere aggiornato.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorDescription</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione del piano) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorNumber</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero del piano) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Latitude</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (latitudine) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Longitude</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (longitudine) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
          <dev:type>
            <maml:name>Double</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare il nome del connettore con un nuovo valore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Organization</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore come elenco separato da virgole per aggiornare la proprietà della posizione (organizzazione) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PostalCode</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (codice postale) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomDescription</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione della stanza) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomNumber</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero della stanza) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Site</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sito) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StreetAddress</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero civico) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Subunit</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sottounità) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PaeseoAreageografica</maml:name>
          <maml:Description>
            <maml:para>Specificare il percorso in cui aggiornare la proprietà (paese o area geografica) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StatooProvincia</maml:name>
          <maml:Description>
            <maml:para>Specificare il percorso in cui aggiornare la proprietà della posizione (stato o provincia) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Suddivisione</maml:name>
          <maml:Description>
            <maml:para>Specificare come elenco separato da virgole per aggiornare la proprietà del percorso (Divisione secondaria) del connettore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AltitudeInMeters</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (altitudine) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Building</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (edificio) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>City</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (città) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="Id">
        <maml:name>ConnectorId</maml:name>
        <maml:Description>
          <maml:para>ID del connettore che deve essere aggiornato.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorDescription</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione del piano) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorNumber</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero del piano) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Latitude</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (latitudine) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Longitude</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (longitudine) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
        <dev:type>
          <maml:name>Double</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare il nome del connettore con un nuovo valore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Organization</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore come elenco separato da virgole per aggiornare la proprietà della posizione (organizzazione) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PostalCode</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (codice postale) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomDescription</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione della stanza) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomNumber</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero della stanza) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Site</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sito) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StreetAddress</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero civico) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Subunit</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sottounità) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PaeseoAreageografica</maml:name>
        <maml:Description>
          <maml:para>Specificare il percorso in cui aggiornare la proprietà (paese o area geografica) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StatooProvincia</maml:name>
        <maml:Description>
          <maml:para>Specificare il percorso in cui aggiornare la proprietà della posizione (stato o provincia) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Suddivisione</maml:name>
        <maml:Description>
          <maml:para>Specificare come elenco separato da virgole per aggiornare la proprietà del percorso (Divisione secondaria) del connettore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPConnectorProperty -ConnectorId "008426e4-9ec8-46b3-aa38-12be1957f133" -Name "New Connector Name" -Latitude 47.620422 -Longitude -122.349358</dev:code>
        <dev:remarks>
          <maml:para>Verranno aggiornati il nome e le coordinate del connettore specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UPPrinterProperty</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UPPrinterProperty</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per aggiornare le proprietà modificabili di una stampante.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Con un ID stampante a portata di mano, puoi utilizzare questo cmdlet per aggiornare il nome o le proprietà relative alla posizione della stampante.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UPPrinterProperty</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>AltitudeInMeters</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (altitudine) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Edificio</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (edificio) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Città</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (città) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorDescription</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione del piano) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>FloorNumber</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero del piano) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Latitudine</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (latitudine) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Doppia</command:parameterValue>
          <dev:type>
            <maml:name>Doppia</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Longitudine</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (longitudine) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Doppia</command:parameterValue>
          <dev:type>
            <maml:name>Doppia</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Nome</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare il nome della stampante con un nuovo valore.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Organizzazione</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore come elenco separato da virgole per aggiornare la proprietà della posizione (organizzazione) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa[]</command:parameterValue>
          <dev:type>
            <maml:name>Stringa[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PostalCode</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (codice postale) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PrinterId</maml:name>
          <maml:Description>
            <maml:para>ID della stampante che deve essere aggiornata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomDescription</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione della stanza) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>RoomNumber</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero della stanza) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Sito</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sito) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StreetAddress</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero civico) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Sottounità</maml:name>
          <maml:Description>
            <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sottounità) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa[]</command:parameterValue>
          <dev:type>
            <maml:name>Stringa[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>PaeseoAreageografica</maml:name>
          <maml:Description>
            <maml:para>Specificare il percorso in cui aggiornare la proprietà (paese o area geografica) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>StatooProvincia</maml:name>
          <maml:Description>
            <maml:para>Specificare il percorso in cui aggiornare la proprietà (stato o provincia) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Suddivisione</maml:name>
          <maml:Description>
            <maml:para>Specificare come elenco separato da virgole per aggiornare la proprietà del percorso (Divisione secondaria) della stampante.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa[]</command:parameterValue>
          <dev:type>
            <maml:name>Stringa[]</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>AltitudeInMeters</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (altitudine) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Edificio</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (edificio) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Città</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (città) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorDescription</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione del piano) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>FloorNumber</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero del piano) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Latitudine</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (latitudine) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Doppia</command:parameterValue>
        <dev:type>
          <maml:name>Doppia</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Longitudine</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (longitudine) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Doppia</command:parameterValue>
        <dev:type>
          <maml:name>Doppia</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Nome</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare il nome della stampante con un nuovo valore.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Organizzazione</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore come elenco separato da virgole per aggiornare la proprietà della posizione (organizzazione) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa[]</command:parameterValue>
        <dev:type>
          <maml:name>Stringa[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PostalCode</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (codice postale) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PrinterId</maml:name>
        <maml:Description>
          <maml:para>ID della stampante che deve essere aggiornata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomDescription</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (descrizione della stanza) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>RoomNumber</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero della stanza) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Sito</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sito) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StreetAddress</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (numero civico) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Sottounità</maml:name>
        <maml:Description>
          <maml:para>Specifica questo valore per aggiornare la proprietà della posizione (sottounità) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa[]</command:parameterValue>
        <dev:type>
          <maml:name>Stringa[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>PaeseoAreageografica</maml:name>
        <maml:Description>
          <maml:para>Specificare il percorso in cui aggiornare la proprietà (paese o area geografica) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>StatooProvincia</maml:name>
        <maml:Description>
          <maml:para>Specificare il percorso in cui aggiornare la proprietà (stato o provincia) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Suddivisione</maml:name>
        <maml:Description>
          <maml:para>Specificare come elenco separato da virgole per aggiornare la proprietà del percorso (Divisione secondaria) della stampante.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa[]</command:parameterValue>
        <dev:type>
          <maml:name>Stringa[]</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPPrinterProperty -PrinterId "008426e4-9ec8-46b3-aa38-12be1957f133" -Name "New Printer Name" -Latitude 47.620422 -Longitude -122.349358</dev:code>
        <dev:remarks>
          <maml:para>Verranno aggiornati il nome e le coordinate della stampante specificata.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-UPPrinterShare</command:name>
      <command:verb>Imposta</command:verb>
      <command:noun>UPPrinterShare</command:noun>
      <maml:description>
        <maml:para>Utilizza questo cmdlet per aggiornare una condivisione stampante.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Questo cmldet può essere utilizzato per modificare il nome condivisione visualizzato agli utenti o puntare una condivisione stampante su una stampante diversa.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UPPrinterShare</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>Condiviso</maml:name>
          <maml:Description>
            <maml:para>GUID relativo alla condivisione della stampante che deve essere aggiornata.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ShareName</maml:name>
          <maml:Description>
            <maml:para>Specifica se vuoi rinominare la condivisione della stampante visualizzata per gli utenti.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>SwitchAccount</maml:name>
          <maml:Description>
            <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
          <maml:name>TargetPrinterId</maml:name>
          <maml:Description>
            <maml:para>Specifica se vuoi puntare la condivisione della stampante su una stampante diversa.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
          <dev:type>
            <maml:name>Stringa</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>Nessuno</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Conferma</maml:name>
          <maml:Description>
            <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri/>
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>Condiviso</maml:name>
        <maml:Description>
          <maml:para>GUID relativo alla condivisione della stampante che deve essere aggiornata.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ShareName</maml:name>
        <maml:Description>
          <maml:para>Specifica se vuoi rinominare la condivisione della stampante visualizzata per gli utenti.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>SwitchAccount</maml:name>
        <maml:Description>
          <maml:para>Specifica questo flag per passare a un account amministratore diverso.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
        <maml:name>TargetPrinterId</maml:name>
        <maml:Description>
          <maml:para>Specifica se vuoi puntare la condivisione della stampante su una stampante diversa.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Stringa</command:parameterValue>
        <dev:type>
          <maml:name>Stringa</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>Nessuno</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Conferma</maml:name>
        <maml:Description>
          <maml:para>Richiede la conferma prima di eseguire il cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Mostra cosa accade se cmdlet viene eseguito. cmdlet non eseguito.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri/>
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Management.Automation.SwitchParameter</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Esempio 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UPPrinterShare -ShareId "a15b3b67-a6df-40dd-8e07-fa2937893c52" -TargetPrinterId "39194501-0eea-4a69-8058-aa92a4e68180"</dev:code>
        <dev:remarks>
          <maml:para>Questa opzione punterà la condivisione della stampante esistente su una nuova stampante con l'ID specificato.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks/>
  </command:command>
</helpItems>