Condividi tramite


Nome utente (microsoft-windows-deployment-runsynchronous-runsynchronouscommand-credentials-username)

Username specifica il nome utente dell'account da usare per l'autenticazione.

Valori

Nome utente

Specifica il nome dell'account da usare per l'autenticazione. Username è una stringa.

Questi tipo di stringa non supporta elementi vuoti. Non creare un valore vuoto per questa impostazione.

Passaggi di configurazione validi

Audituser

specialize

Gerarchia padre

Microsoft-Windows-Deployment | Runsynchronous | RunSynchronousCommand | Credenziali | Nome utente

Si applica a

Per l'elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-Deployment.

Esempio XML

Nell'output XML seguente viene illustrato come impostare i comandi sincroni.

<RunSynchronous>
   <RunSynchronousCommand wcm:action="add">
      <Credentials>
         <Domain>MyDomain</Domain>
         <Password>MyPassword</Password>
         <Username>MyUsername</Username>
      </Credentials>
      <Description>MySynchCommand1</Description>
      <Order>1</Order>
      <Path>\\network\server\share\filename</Path>
      <WillReboot>OnRequest</WillReboot>
   </RunSynchronousCommand>
   <RunSynchronousCommand wcm:action="add">
      <Credentials>
         <Domain>MyDomain</Domain>
         <Password>MyPassword</Password>
         <Username>MyUsername</Username>
      </Credentials>
      <Description>MySynchCommand2</Description>
      <Order>2</Order>
      <Path>\\network\server\share\filename</Path>
      <WillReboot>OnRequest</WillReboot>
   </RunSynchronousCommand>
</RunSynchronous>

Credenziali