|
List of accounts to modify from Data.Get.AD command - automatic
|
|
| · | This script automatically changes/sets the logon script to "mstudents.bat" for all accounts in the OU "MSStudents" on the server "\\EDU8" in domain d2.acme.com. No other property than the logon script property is affected. Edit the AD.Account.SetProperty row to set other properties.
|
| · | The [Data] section (list of accounts to edit) is automatically filled with the Data.Get.AD command.
|
| · | The Data.Get.AD command automatically fills the [Data] section. (The ScriptPath property is extracted in order to see what is going change.)
|
| · | The Data.Show command displays the data section in a dialog so it can be reviewed before anything is changed.
|
| · | This script automatically changes/sets the logon script to "mstudents.bat" for all accounts that are member of the group "MyGroup" on the server "\\EDU8" in domain d2.acme.com. No other property than the logon script property is affected. Edit the AD.Account.SetProperty row to set other properties.
|
| · | The [Data] section (list of accounts to edit) is automatically filled with the Data.Get.AD command.
|
| · | The Data.Get.AD command extracts accounts by group membership instead of by container location.
|
| · | The AD.Account.SetProperty command uses the extracted ADpaths to edit accounts.
|