Link to home
Start Free TrialLog in
Avatar of mvalencia2003
mvalencia2003Flag for United States of America

asked on

Modify AD Accounts, PowerShell

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,
ASKER CERTIFIED SOLUTION
Avatar of Guy Lidbetter
Guy Lidbetter
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial