Adding an Exchange Administrator using Powershell RBAC
I'm trying to give an Administrator user, not Administrator, Exchange Administrator equivalent access through Powershell.
Can somebody give me a line of powershell code that will accomplish this task?
Thanks,
--jp
June 14th, 2012 12:13pm
Nevermind.
Pretty simple - as most already know - Add-RoleGroupMember "Organization Management" -member user
Free Windows Admin Tool Kit Click here and download it now
June 14th, 2012 12:57pm