Advertisements
Monthly Archives: March 2013
ADMT and FSMO roles
I recently ran a cross forest ADMT migration, because of subnetting conflicts between the two companies, not all domain controllers were accessible. In order to migrate SID history, the ADMT migration server must contact the FSMO master of the source … Continue reading
Posted in Active Directory, Migration
Leave a comment
Set the Firstname attribute to equal the Name (cn) attribute.
get-qaduser -searchroot “ou=people,ou=hope,dc=fun,dc=local” |foreach { set-qaduser $_ -firstname ($_.name)}