Udostępnij za pośrednictwem


DomainJoinSettings Class

Definition

Contains properties that specify a domain to which the virtual machine will be joined. This element is only used with the WindowsProvisioningConfiguration set.

public class DomainJoinSettings
type DomainJoinSettings = class
Public Class DomainJoinSettings
Inheritance
DomainJoinSettings

Constructors

DomainJoinSettings()

Initializes a new instance of the DomainJoinSettings class.

Properties

Credentials

Optional. Specifies the values to use to join the virtual machine to the domain.

DomainToJoin

Optional. Specifies the domain to join.

LdapMachineObjectOU

Optional. Specifies the Lightweight Directory Access Protocol (LDAP) X 500-distinguished name of the organizational unit (OU) in which the computer account is created. This account is in Active Directory on a domain controller in the domain to which the computer is being joined. Example: OU=MyOu,OU=MyParentOu,DC=example.com,DC=MyCompany,DC=com.

Provisioning

Optional. Additional information for domain join provisioning.

Applies to