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)

Syntax

public string LdapMachineObjectOU { get; set; }
public:
property String^ LdapMachineObjectOU {
    String^ get();
    void set(String^ value);
}
member LdapMachineObjectOU : string with get, set
Public Property LdapMachineObjectOU As String

Property Value

Type: System.String

The name.

Remarks

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

See Also

DomainJoinSettings Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top