Password (microsoft-windows-deployment-runasynchronous-runasynchronouscommand-credentials-password)
Password
specifica la password dell'account utente da usare per l'autenticazione.
Valori
Password |
Specifica la password dell'account utente da usare per l'autenticazione. La password è 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 | RunAsynchronous | RunAsynchronousCommand | Credentials | Password
Si applica a
Per l'elenco delle edizioni e delle architetture supportate Windows supportate da questo componente, vedere Microsoft-Windows-Deployment.
Esempio XML
Nell'output XML seguente viene illustrato come impostare i comandi asincroni.
<RunAsynchronous>
<RunAsynchronousCommand wcm:action="add">
<Credentials>
<Domain>MyDomain</Domain>
<Password>MyPassword</Password>
<Username>MyUsername</Username>
</Credentials>
<Description>AsynchCommand1</Description>
<Order>1</Order>
<Path>\\network\server\share\filename</Path>
</RunAsynchronousCommand>
<RunAsynchronousCommand wcm:action="add">
<Credentials>
<Domain>MyDomain</Domain>
<Password>MyPassword</Password>
<Username>MyUsername</Username>
</Credentials>
<Description>AsynchCommand2</Description>
<Order>2</Order>
<Path>\\network\server\share\filename</Path>
</RunAsynchronousCommand>
</RunAsynchronous>