Difference between revisions of "Setting attributes with set QADUser"
From MyWiki
(Created page with "http://dmitrysotnikov.wordpress.com/2007/07/25/set-any-ad-attribute-with-powershell/<br>") |
|||
Line 1: | Line 1: | ||
− | http://dmitrysotnikov.wordpress.com/2007/07/25/set-any-ad-attribute-with-powershell/<br> | + | http://dmitrysotnikov.wordpress.com/2007/07/25/set-any-ad-attribute-with-powershell/<br><br> |
+ | |||
+ | Set-QADUser jsmith -ObjectAttributes @{l=’New York’;description='Reallocated Jan 1'} |
Revision as of 09:22, 26 January 2015
http://dmitrysotnikov.wordpress.com/2007/07/25/set-any-ad-attribute-with-powershell/
Set-QADUser jsmith -ObjectAttributes @{l=’New York’;description='Reallocated Jan 1'}