|
AD.Group.SetMembers
|
|
| · | If account listed in text file and account not already group member -> account added to group.
|
| · | If account not listed in text file but account is group member -> account removed from group
|
| · | If account listed in text file and account already is group member -> nothing happens.
|
| · | Number of added and removed accounts are displayed in the log window.
|
| Full AD path to domain of group
|
| Common name of group to modify (not full AD path)
|
| Full path to file with account common names, one on each row
|
|
|
| Notice: the file can not be empty, if you need to clear a group, use AD.Group.RemoveAllObjects
|
|
|