Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Remove user group memberships (AD)
Function
Remove the group memberships of an Active Directory user account. You
can filter on local, global, universal, security and distribution groups.
Deployment
This action is typically used in a script that is intended to manage
existing user accounts. With this action you can delete the user accounts
from all or various groups of which the account is a member. You can define
2 filters to determine the groups from which the user account is deleted:
Filter 1: local - global - universal groups. For
each possible value you can specify if the user account must be deleted
from the corresponding groups.
Filter 2: security - distributions groups. For
each possible value you can specify if the user account must be deleted
from the corresponding groups.
The user account is deleted from a group if both filter criteria are
met. Example: If you set the filter properties for global and security to Yes and all other filter properties to No,
the user account is deleted from a global security group but not from
a global distribution group.
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% |
The User Object must always be specified
as a variable. This variable must have been set by a previous script action,
for example Script Action: Get
user (AD). |
|
Remove from local groups |
Remove the user account from local groups |
Yes |
See Deployment section |
|
Remove from global groups |
Remove the user account from global groups
(scope: local - global - universal). |
Yes |
See Deployment section |
|
Remove from universal groups |
Remove the user account from universal groups
(scope: local - global - universal). |
Yes |
See Deployment section |
|
Remove from security groups |
Remove the user account from security groups
(scope: security - distribution). |
Yes |
See Deployment section |
|
Remove from distribution groups |
Remove the user account from distribution
groups (scope: security - distribution). |
Yes |
See Deployment section |
More information:
Principle of operation
Project operations - Input data
Project operations - Manage script actions
Project operations - Variables
Script Action: Set User Group Memberships (AD)
Script Action: Set User Global Group Memberships
Help on help
|