DomainAccountList

DomainAccountList ist ein Listenelementtyp, der die Domänen und Domänenkonten angibt, die während der Installation erstellt und lokalen Sicherheitsgruppen auf dem Computer hinzugefügt werden sollen.

Untergeordnete Elemente

Einstellung Beschreibung
Domäne Gibt den Namen der Domäne für die DomainAccountList.
DomainAccount Gibt die Details der Domänenkonten an, die während der Installation zu lokalen Sicherheitsgruppen auf dem Computer hinzugefügt werden sollen.

Gültige Konfigurationsdurchläufe

auditSystem

oobeSystem

Übergeordnete Hierarchie

Microsoft-Windows-Shell-Setup | UserAccounts | DomainAccounts | DomainAccountList

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>
   <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>

DomainAccounts