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
VasilMichev
Aug 16, 2018MVP
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_mJul 24, 2020Copper ContributorMinimum role required for Add-MsolRoleMember cmdlet