Either use Quest Migration Manager for AD: http://www.quest.com/migration-manager-for-active-directory/ Or a mixture of STSADM and Powershell. # extract all users into an xml file [xml] $users = c:”program filescommon filesmicrosoft sharedweb server extensions12bin”stsadm.exe -o enumusers -url
Continue Reading