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

Credentials は、Path で指定されたデータ イメージ ファイルにアクセスするときに使用する資格情報を指定します。

すべての RunAsynchronous コマンドは、システム コンテキストで実行されます。

子要素

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

有効な構成パス

windowsPE

[親階層]

Microsoft-Windows-Setup | RunAsynchronous | RunAsynchronousCommand | Credentials

適用対象

サポートされる Windows のエディションとこのコンポーネントがサポートするアーキテクチャの一覧は、Microsoft-Windows-Setupを参照してください。

XML の例

次の XML 出力は、非同期コマンドを実行するように構成する方法を示しています。

<RunAsynchronous>
   <RunAsynchronousCommand>
      <Order>1</Order>
      <Path>\\MyNetworkShare\MyApplication.exe</Path>
      <Description>DescriptionOfMyApplication</Description>
      <Credentials>
         <Domain>FabrikamDomain</Domain>
         <UserName>MyUserName</UserName>
         <Password>MyPassword</Password>
      </Credentials>
   </RunAsynchronousCommand>
   <RunAsynchronousCommand>
      <Order>2</Order>
      <Path>C:\AnotherApplication.exe</Path>
      <Description>DescriptionOfMyApplication</Description>
   </RunAsynchronousCommand>
</RunAsynchronous>

RunAsynchronousCommand