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

Credentials は、Path にアクセスするときに使用する資格情報を指定します。

子要素

設定 説明
[ドメイン] 認証に使用するアカウントのドメインを指定します。
パスワード 認証に使用するアカウントのパスワードを指定します。
ユーザー名 認証に使用するアカウントのユーザー名を指定します。

有効な構成パス

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