Forum Discussion
Error : User has insufficient permissions When logging onto MACP
- Jul 15, 2022
Have you tried to install Management OData?
Open PowerShell in Administrator mode
Run command: Add-WindowsFeature ManagementODataThe administrator account must have CsAdministrator role privileges and must be SIP enabled.
Have you tried to install Management OData?
Open PowerShell in Administrator mode
Run command: Add-WindowsFeature ManagementOData
The administrator account must have CsAdministrator role privileges and must be SIP enabled.
- billd1760Jun 13, 2023Copper Contributor
Looks like I have the exact same issue. Can login to CSCP fine but MACP is throwing 'insufficient permissions' error regardless of the groups I am a member of.
- mrjsebAug 23, 2023Copper ContributorDid you ever manage to solve this? We are seeing the same issue on our Standard Edition Servers. I am a member of CsAdministrators and Management OData is installed but we just get an "E" error when attempting to login. I can run all commands through PowerShell but cannot access MACP.
- Jon_Morris_DCUAug 23, 2023Copper Contributor
mrjseb Is the admin account sip enabled?
The command is similar to below:
Enable-CsUser -Identity username -RegistrarPool "poolname.domain" -SipAddress sip:username@domain -SipDomain domain