WindowsServices::ActiveDirectory::Group Object

Description

The WindowsServices::ActiveDirectory::Group object contains properties and methods available for working with an Active Directory group.

Properties

NameCharacter

Name is the name of the Active Directory group. Read Only.

DescriptionCharacter

Description is the description of the Active Directory group. Read Only.

DistinguishedNameCharacter

DistinguishedName is the LDAP distinguished name of the group. Read Only.

SidCharacter

Sid is the Windows security id of the group. Read Only.

DisplayNameCharacter

DisplayName is the friendly of the group. Read Only.

SamAccountNameCharacter

SamAccountName is the SAM account name for the group. Read Only

UsersArray of WindowsServices::ActiveDirectory::Domain::User

An array of users that belong to the group.

UserNamesCharacter

UserNames is a crlf delimited list of the names of users in the group. Read Only.

Methods

Group Method

Create a WindowsServices::ActiveDirectory::Group object. This is for internal use only. Use a WindowsServices::ActiveDirectory::Domain object to get a group