|
Transfer accounts from Windows to Windows
|
|
| · | Properties transferred in the example are first name, initials, last name, email address, phone number, account name and password hash.
|
| · | It is easy to transfer other properties by minor modifications to the script, the "ListOfProperties" parameter for the "Data.Get.AD" command contains source properties and each "AD.Account.SetProperty" command contains a property to be written.
|
| · | Extract accounts from a single container, a container including subcontainers, or all accounts in a group, by modifying parameters for the "Data.Get.AD" command.
|
| · | Write accounts to any destination container or recreate the structure from the source server.
|
| · | Windows server 2000 or 2003 with Active Directory (script can be modified for NT4; replace "Data.Get.AD" with "Data.Get.SAM")
|
| · | Full administrative privileges, specify source domain administrator password in SrcAdminPass variable in [Settings].
|
| · | Windows server 2000 or 2003 with Active Directory (script can be modified for NT4; replace "AD.Account.Create" and "AD.Account.SetProperty" with "Account.Create")
|
| · | Full administrative privileges, log on as domain administrator for target domain on local machine (where Admwin executable runs)
|