Prerequisites
- Active Directory module
- Windows Active Directory system
Description
This task will update a group in Windows Active Directory.
Active Directory Connection system
Name | Description | Type | Example | Comment |
---|---|---|---|---|
Domain | Specify the active directory domain | String | Enyoi.com | Parameter is required. |
Server | Specify the active directory server | String | Dc01.enyoi.com |
Variables
Name |
Description |
Type |
Example |
Comments |
Group name |
The name of the group |
String |
Enyoi
|
Parameter is required. |
New group name |
The new name of the group |
String |
Enyoi Group |
|
Group scope |
Specify whether the group is Global or Local |
String |
"DomainLocal", "Global" or "Universal" |
|
Group category |
Specify whether the group is Security or Distribution |
String |
"Security" or "Distribution" |
|
Group OU path |
The path to where the group needs to be placed |
String |
CN=Groups,DC=enyoi,DC=org |
|
Group Description |
Describe the group |
String |
Group for testing purposes |
|
Group manager |
Specify the owner of the group |
String |
JDoe01 |
This user will be ManagedBy of the Active Directory Group. The lookup will be done on ‘SamAccountName’ |
Email address |
The email address for the group |
String |
enyoigroup@enyoi.org |
|
Server or Domain |
Specify your Domain or Server to make your changes |
String |
‘contoso.net’ or ‘DC.contoso.net’ |
You can specify for example a child domain or a specific server to make changes in Active Directory. If a value is found this will override the Configuration in the Active Directory System. |