Credentials (microsoft-windows-setup-windowsdeploymentservices-login-credentials)
Note
これらの設定は、Windows 11 には適用されません
Credentials
によって、Windows Deployment Services ログインに使用されるドメイン、パスワード、ユーザー名が指定されます。
子要素
設定 | 説明 |
---|---|
[ドメイン] | ドメインを指定します。 |
パスワード | パスワードを指定します。 |
ユーザー名 | ユーザー名を指定します。 |
有効な構成パス
windowsPE
[親階層]
Microsoft-Windows-Setup | WindowsDeploymentServices | Login | Credentials
適用対象
このコンポーネントがサポートしている Windows のエディションとアーキテクチャの一覧については、「Microsoft-Windows-Setup」を参照してください。
XML の例
次の XML 出力は、Windows 展開サービスの展開の全体を示しています。
<WindowsDeploymentServices>
<Login>
<WillShowUI>OnError</WillShowUI>
<Credentials>
<Username>Administrator</Username>
<Domain>MY-DOMAIN-NAME</Domain>
<Password>********</Password>
</Credentials>
</Login>
<ImageSelection>
<WillShowUI>OnError</WillShowUI>
<InstallImage>
<ImageName>MY_IMAGE_NAME</ImageName>
<ImageGroup>My IMAGE GROUP</ImageGroup>
</InstallImage>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
</ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
<WillShowUI>OnError</WillShowUI>
<Disk>
<DiskID>0</DiskID>
<WillWipeDisk>false</WillWipeDisk>
<ModifyPartitions>
<ModifyPartition>
<Order>1</Order>
<PartitionID>3</PartitionID>
<Letter>C</Letter>
<Label>TestOS</Label>
<Format>NTFS</Format>
<Active>true</Active>
<Extend>false</Extend>
</ModifyPartition>
</ModifyPartitions>
</Disk>
</DiskConfiguration>