Description (microsoft-windows-deployment-runasynchronous-runasynchronouscommand-description)

Description décrit brièvement la commande asynchrone à exécuter. Les commandes RunAsynchronous s’exécutent dans le contexte utilisateur dans le passe de configuration auditUser et dans le contexte système dans la passe spécialisée.

Valeurs

Description

Spécifie la description de la commande à exécuter de manière asynchrone. Description est une chaîne d’une longueur maximale de 259 caractères.

Ce type de chaîne ne prend pas en charge les éléments vides. Ne créez pas de valeur vide pour ce paramètre.

Passes de configuration valides

auditUser

specialize

Hiérarchie parente

Microsoft-Windows-Deployment | RunAsynchronous | RunAsynchronousCommand | Description

S'applique à

Pour obtenir une liste des éditions et architectures Windows prises en charge par ce composant, consultez Microsoft-Windows-Deployment.

Exemple XML

La sortie XML suivante montre comment définir des commandes asynchrones.

<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>

RunAsynchronousCommand