CdmComputer
Represents an Active Directory computer object. The following properties are defined for this object.
Property | Type | Description |
Class |
string |
Class of the Active Directory object. |
DistinguishedName |
string |
Distinguished name of the Active Directory object. |
DNSHostName |
string |
DNS host name of the Active Directory computer. |
Enabled |
Boolean |
True if the Active Directory computer is enabled. |
Guid |
Guid |
GUID of the Active Directory object. |
Name |
string |
Name of the Active Directory object. |
SamAccountName |
string |
SAM account name of the Active Directory principal. |
Sid |
SecurityIdentifier |
SID of the Active Directory principal. |
UserPrincipalName |
string |
User principal name of the Active Directory computer. |