Advertisement
Merzavets

Change any AD user attr

Mar 13th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Get-QADUser -SearchRoot domain.com/nearbird | set-qaduser -ObjectAttributes @{ou="Near bird!"}
  2. # Thanxx for dmitrysotnikov.wordpress.com/2007/07/25/set-any-ad-attribute-with-powershell/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement