網域 (microsoft-windows-shell-setup-useraccounts-domainaccounts-domainaccountlist-domain)
Domain
會指定 DomainAccountList的功能變數名稱。
值
Path_to_file |
指定 DomainAccountList的功能變數名稱。 Path_to_file 是字串。 |
這種字串不支援空的元素。 請勿為這種字串建立空值。
有效的組態傳遞
auditSystem
oobeSystem
父階層
Microsoft-Windows-Shell-Setup | UserAccounts | DomainAccounts | DomainAccountList | 域
套用至
如需此元件支援的 Windows 版本和架構清單,請參閱 Microsoft-Windows-Shell-Setup。
XML 範例
下列 XML 輸出示範如何設定 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>