Windows NT/2000 ADSI Scripting for System Administration
IADsGroup
IADsGroup::Add
| Description | Adds a directory object to the bound group |
| Provider Support | LDAP, WinNT |
| Syntax | Add(NewItem As String) |
| Data Type | None |
IADsGroup::ADsPath
| Description | Returns the distinguished name of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsGroup::Class
| Description | Returns the object class definition of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsGroup::Description
| Description | Establishes the description for the bound group |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | No |
IADsGroup::Get
| Description | Retrieves a value from a namespace by name |
| Provider Support | LDAP, WinNT |
| Syntax | Get(Name As String) |
| Data Type | Variant |
IADsGroup::GetEx
| Description | Retrieves a single value from a multi-valued attribute |
| Provider Support | LDAP, WinNT |
| Syntax | GetEx(Name As String) |
| Data Type | Variant |
IADsGroup::GetInfo
| Description | Loads all property values into the cache |
| Provider Support | LDAP, WinNT |
| Syntax | GetInfo() |
| Data Type | None |
IADsGroup::GetInfoEx
| Description | Loads specific properties into the cache |
| Provider Support | LDAP, WinNT |
| Syntax | GetInfoEx(Properties As Variant, Reserved As Long) |
| Data Type | None |
IADsGroup::GUID
| Description | Returns the GUID of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsGroup::IsMember
| Description | When passed the ADsPath of a user or group object determines whether the object is part of the bound group |
| Provider Support | LDAP, WinNT |
| Syntax | IsMember(Member As String) |
| Data Type | Boolean |
IADsGroup:: Members
| Description | Returns an array of strings representing the members of the currently bound group |
| Provider Support | LDAP, WinNT |
| Syntax | Members() |
| Data Type | IADsMembers |
IADsGroup::Name
| Description | Returns the relative name of the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsGroup::Parent
| Description | Returns the ADsPath of the parent object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsGroup::Put
| Description | Allows population of a single attribute by name |
| Provider Support | LDAP, WinNT |
| Syntax | Put(Name As String, Property As Variant) |
| Data Type | None |
IADsGroup::PutEx
| Description | Allows population of a multi-valued property by name |
| Provider Support | LDAP, WinNT |
| Syntax | PutEx(ControlCode As Long, Name As String, Property As Variant) |
| Data Type | None |
IADsGroup::Remove
| Description | Removes a directory object from the currently bound group |
| Provider Support | LDAP, WinNT |
| Syntax | Remove(ItemToBeRemoved As String) |
| Data Type | None |
IADsGroup::Schema
| Description | Returns the ADsPath to the schema class object for the bound object |
| Provider Support | LDAP, WinNT |
| Data Type | String |
| Read-Only? | Yes |
IADsGroup::SetInfo
| Description | Writes the current properties held in the cache to the directory |
| Provider Support | LDAP, WinNT |
| Syntax | SetInfo() |
| Data Type | None |
| Top |