I am moving several users in ad using powershell "the LONG AND HARDWAY"

 

I would like to do run this:

 

get-aduser -filter * -Properties *

 

The have the DN of each user saved as a variable so I cam pipe to:

 

Move-ADObject "VARIABLE" -Server Server1.ts.local  -TargetPath "SourceDN"

 

Ideas?

 

 



Reply via email to