New management role assignment

Hi,

I am getting error while assigning the role to user.

New-ManagementRoleAssignment -Role "Mailbox Search" -User "SharePointEnterprise-ApplicationAccount"

Configuration scope type "OrganizationConfig" is greater than or isn't comparable with the configuration scope type "None"

Can someone help.

Thanks,

Manish

April 7th, 2015 7:26pm

Hi Manish,

Thank you for your question.

By my understanding, you want to assign Mailbox Search permission to , we could run the following command:

New-Managementrole Name Mailbox Search parent Database

Get-ManagementRoleEntry Mailbox Search\* | where {$_.name ne Mailbox Search} | Remove-ManagementRoleEntry

Then we could type A.

New-ManagementRoleAssignment -Role "Mailbox Search" -User "SharePointEnterprise-ApplicationAccount"

If I misunderstand, please be free to let me know.

If there are any questions regarding this issue, please be free to let me know. 

Best Regard,

Jim

Free Windows Admin Tool Kit Click here and download it now
April 8th, 2015 5:53am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics