Credenziali (microsoft-windows-deployment-runasynchronous-runasynchronouscommand-credentials)
Credentials
specifica le credenziali da usare quando si accede al percorso.
Elementi figlio
Impostazione | Descrizione |
---|---|
Dominio | Specifica il dominio dell'account da usare per l'autenticazione. |
Password | Specifica la password dell'account da usare per l'autenticazione. |
Nome utente | Specifica il nome utente dell'account da usare per l'autenticazione. |
Passaggi di configurazione validi
Audituser
specialize
Gerarchia padre
Microsoft-Windows-Deployment | RunAsynchronous | RunAsynchronousCommand | Credenziali
Si applica a
Per l'elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-Deployment.
Esempio XML
L'output XML seguente illustra come impostare 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>