The ActiveDirectoryGroupObject type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
AccountGuid |
Gets the account's GUID value
|
|
|
Description |
Gets or sets the account's description
|
|
|
DisplayName |
Gets or sets the account's display name
|
|
|
DistinguishedName |
Gets the account's distinguished name (DN)
|
|
|
IsSecurityGroup |
Gets or sets whether the account is a security group
|
|
|
ObjectName |
Returns the active directory object name
(Inherited from ActiveDirectoryObject.) |
|
|
ObjectPath |
Returns the active directory object path
(Inherited from ActiveDirectoryObject.) |
|
|
ObjectType |
Returns the enumerated active directory object type
(Inherited from ActiveDirectoryObject.) |
|
|
SamAccountName |
Gets or sets the SAM account name
|
|
|
StructuralObjectClass |
Gets the account's structural object class attribute
|
|
|
UserPrincipalName |
Gets or sets the account principal name (UPN)
|
See Also