Is there a way to modify AD Accounts: add a set of groups, add a home drive path, info into Notes in Telephone tab , add a mailbox , add a address to SMTP (Exchange Console) , enable MS Lync account .. by using PowerShell?
Something like this:
Add-PSSnapin -Name Quest.ActiveRoles.ADManagement
Get-QADUser 'username' | Get-QADMemberOf | % {Add-QADGroupMember -Identity $_ -Member '<newusername>'}
???
Thanks,