Recent DiscussionsMost RecentNewest TopicsMost LikesSolutionsTagged:TagDefining Azure Active Directory User Permissions Hi! For security reasons I've disabled the default permission to read user profiles in azure active directory by Set-MsolCompanySettings -UsersPermissionToReadOtherUsersEnabled $false How can I return this permission only to a specific user or group? Re: Defining Azure Active Directory User Permissions Hi! Hm ... would it be possible to use role based access control? Re: Defining Azure Active Directory User Permissions So, if I set the default permission back to Set-MsolCompanySettings -UsersPermissionToReadOtherUsersEnabled $true How can I prevent normal users from reading other user profiles in the Azure AD?