In Windows Server 2003 R2, using Powershell v2.0, how can I duplicate the functionality of Set-QADUser to update user properties in Active Directory, for example, their phone number and name?
The trick here is, I would like to do this, not depending on Set-QADUser, and I have no way to use Server 2008 cmdlets yet.
Thank.
source
share