次の方法で共有


Password (microsoft-windows-deployment-runasynchronous-runasynchronouscommand-credentials-password)

Password は、認証に使用するユーザー アカウントのパスワードを指定します。

パスワード

認証に使用するユーザー アカウントのパスワードを指定します。 Password は文字列です。

この文字列の種類は空の要素をサポートしていません。 この設定で空の値を作成しないでください。

有効な構成パス

auditUser

specialize

[親階層]

Microsoft-Windows-Deployment | RunAsynchronous | RunAsynchronousCommand | Credentials | Password

適用対象

このコンポーネントでサポートされている 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>

資格情報