Configuring Exchange Impersonation cmdlet - Exchange 2010 (DAG)
Hi,
Im a little confused on what to enter in the Configuring Exchange Impersonation cmdlet? If I want to assign my AD account
noconnor to be able to recover or impersonate a user mailbox jsmith
How do I enter that in the cmdlet? Is it like I did below?
New-ManagementRoleAssignment Name:noconnor Role:ApplicationImpersonation User:jsmith
ThanksWave~Chaser
April 16th, 2012 11:43am
get-mailbox -identity user1 | add-adpermission -user domainname\service application user -ExtendedRights ms-Exch-EPI-May-ImpersonateJames Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
April 16th, 2012 12:47pm
Thanks for the info so where would I enter the users in the syntax? I would like
noconnor to have Exchange Impersonation (permision) of jsmith
mailbox
Would it be like this?
get-mailbox -identity jsmith | add-adpermission -user
testdomain\noconnor user -ExtendedRights ms-Exch-EPI-May-Impersonate
Wave~Chaser
April 16th, 2012 1:51pm
I think I just deleted someones reply by accident. Sorry about that can you repost? thxWave~Chaser
Free Windows Admin Tool Kit Click here and download it now
April 16th, 2012 2:48pm
Yup your syntax was corrrect.
get-mailbox -identity jsmith | add-adpermission -user
testdomain\noconnor user -ExtendedRights ms-Exch-EPI-May-Impersonate
James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
April 16th, 2012 8:59pm
Yup your syntax was corrrect.
get-mailbox -identity jsmith | add-adpermission -user
testdomain\noconnor user -ExtendedRights ms-Exch-EPI-May-Impersonate
James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
April 17th, 2012 3:51am
New-ManagementRoleAssignment Name:noconnor Role:ApplicationImpersonation User:jsmith
The right cmdlet is listed in the following document:
Configuring Exchange Impersonation
http://msdn.microsoft.com/en-us/library/bb204095.aspx
For more information about RBAC, please see:
Understanding Role Based Access Control
http://technet.microsoft.com/en-us/library/dd298183.aspxFrank Wang
TechNet Community Support
April 17th, 2012 11:05pm
New-ManagementRoleAssignment Name:noconnor Role:ApplicationImpersonation User:jsmith
The right cmdlet is listed in the following document:
Configuring Exchange Impersonation
http://msdn.microsoft.com/en-us/library/bb204095.aspx
For more information about RBAC, please see:
Understanding Role Based Access Control
http://technet.microsoft.com/en-us/library/dd298183.aspxFrank Wang
TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
April 18th, 2012 6:02am