Forum Discussion
Dean_Gross
Aug 15, 2018Silver Contributor
Minimum Permissions for Azure AD Powershell
What is the minimum permission/role that a user needs to Get data from Azure AD with PowerShell? to write data?
TIA
By default anyone in the organization can connect with AAD/MSOL PowerShell and "read" data. You can control this via the "UsersPermissionToReadOtherUsersEnabled" setting. For "write", he needs to have one of the admin roles assigned.
- janakar_mCopper ContributorMinimum role required for Add-MsolRoleMember cmdlet