UserAccounts
UserAccounts
gibt lokale Konten an, die erstellt werden sollen, Domänenkonten, die hinzugefügt werden sollen, und das Administratorkennwort.
Untergeordnete Elemente
Einstellung | Beschreibung |
---|---|
AdministratorPassword | Gibt das Administratorkennwort für den Computer an, und ob es in der Antwortdatei der unbeaufsichtigten Installation ausgeblendet ist. |
DomainAccounts | Gibt die Details der Domänenkonten an, die während der Installation zu lokalen Sicherheitsgruppen auf dem Computer hinzugefügt werden sollen. |
LocalAccounts | Gibt die Details lokaler Konten an, die während der Installation erstellt werden sollen. |
Gültige Konfigurationsdurchläufe
auditSystem
oobeSystem
Übergeordnete Hierarchie
Microsoft-Windows-Shell-Setup | UserAccounts
Gilt für
Eine Liste der unterstützten Windows-Editionen und -Architekturen, die diese Komponente unterstützt, finden Sie unter Microsoft-Windows-Shell-Setup.
XML-Beispiel
Die folgende XML-Ausgabe zeigt, wie UserAccounts
festgelegt wird.
<UserAccounts>
<AdministratorPassword>
<Value>cAB3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
<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>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Password>
<Value>cAB3AFAAYQBzAHMAdwBvAHIAZAA</Value>
<PlainText>false</PlainText>
</Password>
<Description>Test account</Description>
<DisplayName>Admin/Power User Account</DisplayName>
<Group>Administrators;Power Users</Group>
<Name>Test1</Name>
</LocalAccount>
<LocalAccount wcm:action="add">
<Password>
<Value>cABhAHMAcwB3AG8AcgBkAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</Password>
<Description>For testing</Description>
<DisplayName>Admin Account</DisplayName>
<Group>Administrators</Group>
<Name>Test2</Name>
</LocalAccount>
</LocalAccounts>
</UserAccounts>