DomainJoinSettings::LdapMachineObjectOU Property

 

Gets or sets the Lightweight Directory Access Protocol (LDAP) X 500-distinguished name of the organizational unit (OU) in which the computer account is created.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public:
property String^ LdapMachineObjectOU {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name.

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

Return to top
Show: