Domain
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
Domain
specifies the name of the domain for a DomainAccountList.
Values
Path_to_file |
Specifies the name of the domain for a DomainAccountList. Path_to_file is a string. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Passes
auditSystem
oobeSystem
Parent Hierarchy
Microsoft-Windows-Shell-Setup | UserAccounts | DomainAccounts | DomainAccountList | Domain
Applies To
For the list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
XML Example
The following XML output shows how to set UserAccounts.
<UserAccounts>
<DomainAccounts>
<DomainAccountList wcm:action="add">
<DomainAccount wcm:action="add">
<Name>account1</Name>
<Group>Fabrikam\Group1</Group>
</DomainAccount>
<DomainAccount wcm:action="add">
<Name>account2</Name>
<Group>Fabrikam\Group2</Group>
</DomainAccount wcm:action="add">
<Domain>domain1</Domain>
</DomainAccountList>
<DomainAccountList wcm:action="add">
<DomainAccount wcm:action="add">
<Name>account3</Name>
<Group>Fabrikam\Group2</Group>
</DomainAccount wcm:action="add">
<Domain>domain2</Domain>
</DomainAccountList>
</DomainAccounts>
</UserAccounts>