Forum Discussion

Dean_Gross's avatar
Dean_Gross
Silver Contributor
Aug 15, 2018

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_m's avatar
      janakar_m
      Copper Contributor
      Minimum role required for Add-MsolRoleMember cmdlet

Resources