Credentials (microsoft-windows-deployment-runasynchronous-runasynchronouscommand-credentials)

Credentials 指定访问 Path 时要使用的凭据。

子元素

设置 说明
Domain 指定用于身份验证的帐户的域。
密码 指定用于身份验证的帐户的密码。
用户名 指定用于身份验证的帐户的用户名。

有效配置阶段

auditUser

specialize

父层次结构

Microsoft-Windows-Deployment | RunAsynchronous | RunAsynchronousCommand | Credentials

应用于

有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Deployment

XML 示例

以下 XML 输出显示如何设置异步命令。

<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