Public Methods
Method | Description |
---|---|
CreateDSUser | Create a new Directory Service (Windows Authenticated) User object. PARAMETERS: Name (String), Description (String). |
Create | Create a new User object. PARAMETERS: Name (String), Description (String), Password (String). |
Deactivate | Deactivate a User object specified by the given name. PARAMETERS: Name (String). |
DeactivatedUsers | Returns a StringObject collection containing the names of all the deactivated Users. |
Reactivate | Reactivate a User object specified by the given name. PARAMETERS: Name (String). |
Remove | Delete a User object specified by the given name. PARAMETERS: Name (String). |
Public Properties
Property | Description |
---|---|
_Item | Returns a User object specified by the given name. PARAMETERS: Identifier (String). |
_NewEnum | |
Count | Number of User objects in the collection. DATATYPE: Integer. |
Item | Returns a User object specified by the given name. PARAMETERS: Identifier (String). |
See Also