Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


Deactivate a User object specified by the given name. PARAMETERS: Name (String).

Returns a StringObject collection containing the names of all the deactivated Users.

Reactivate a User object specified by the given name. PARAMETERS: Name (String).

Delete a User object specified by the given name. PARAMETERS: Name (String).

...