Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Delete user (AD)
Function
Delete an existing user account from Active Directory. The account is
identified by a variable containing the 'User Object'. Use the action
Get user (AD) to find the
user first.
Deployment
This action is typically used to delete one or more user accounts and
associated resources from Active Directory. This action, should be the
last action. First the user's resources, e.g. group memberships, home-
and profile directories should be deleted.
For this action, the user account is identified by a variable (default:
%UserObject%). To execute this action successfully, the variable must
have a valid value. The variable is an output variable of the action Script Action: Get user (AD).
The Get User
action supports several ways to find the user and fill the variable.
With this action you can not delete
local computer accounts and Windows NT4 domain account. Use Script
Action: Delete user (no AD) instead.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
User Object |
An data structure representing the user account.
Use the action 'Get user (AD)' to find the user account in Active Directory
and setup the variable that contains the 'User Object'. |
%UserObject% |
See Deployment section. |
Related topics
Help on help
Principle of operation
Project operations - Manage script action properties
Script Action: Get user (AD)
Script Action: Move - rename user (AD)
Script Action: Delete user (no AD)
|