Public Methods

MethodDescription
CreateDSUserCreate 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).

DeactivateDeactivate a User object specified by the given name. PARAMETERS: Name (String).
DeactivatedUsersReturns a StringObject collection containing the names of all the deactivated Users.
ReactivateReactivate a User object specified by the given name. PARAMETERS: Name (String).
RemoveDelete a User object specified by the given name. PARAMETERS: Name (String).

Public Properties

PropertyDescription
_ItemReturns a User object specified by the given name. PARAMETERS: Identifier (String).
_NewEnum
CountNumber of User objects in the collection. DATATYPE: Integer.
ItemReturns a User object specified by the given name. PARAMETERS: Identifier (String).