UsernameUsername
Username
Windows 展開サービスのログインのユーザー名を指定します。Username
specifies the user name for Windows Deployment Services login. この設定は、電子メール アドレスの形式で通常のユーザー名またはユニバーサル プリンシパル名 (UPN) のいずれかにすることができます。This setting can be either a regular user name or a universal principal name (UPN), in the format of an e-mail address. この設定は、UPN 場合ドメインは必要ありません。If this setting is a UPN, Domain is not required.
値Values
User_nameUser_name |
ユーザー名を指定します。Specifies the user name. User_nameは文字列です。User_name is a string. |
この文字列型は、空の要素をサポートしません。This string type does not support empty elements. この設定に対して空の値を作成しないでください。Do not create an empty value for this setting.
有効な構成パスValid Configuration Passes
windowspe パスwindowsPE
親階層Parent Hierarchy
microsoft、windows のセットアップ - | WindowsDeploymentServices | ログイン | 資格情報 | ユーザー名microsoft-windows-setup- | WindowsDeploymentServices | Login | Credentials | Username
適用対象Applies To
Windows エディションとコンポーネントをサポートするアーキテクチャの一覧で、microsoft-windows のセットアップ-を参照してください。For the list of the Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML の例XML Example
次の XML 出力は、完全な Windows 展開サービスの展開を示しています。The following XML output shows a complete Windows Deployment Services deployment.
<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>