Monday, August 31, 2009

Using Export-mailbox import-mailbox with Exchange 2010

by default nobody is allowed to run this cmdlets Export-Mailbox and Import-Mailbox in E14 .To allow access to these cmdlets the user/group must be assigned an RBAC role named "Mailbox Import Export".To do so use:
New-ManagementRoleAssignment -Role 'Mailbox Import Export' -User 'userName'
Or
New-ManagementRoleAssignment -Role 'Mailbox Import Export' -Group 'groupName'

No comments: