I want to migrate local SIDs to the domain Account.
The Powershell script works fine, but i want to set a registry key after the migration of each workstation because we have to disable a DLU policy.
The script is a variation from this one:
http://gallery.technet.microsoft.com/scriptcenter/5e1169be-9201-4d5f-8850-0a97c75dcdb1
My question is, is it possible that the Powershell gives me a Value back for the Workstation that is migrated and then set the reg key?
We have round about 1000 workstations, so we want this process done automatically.