mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 20:03:40 +00:00
Added vertical space
This commit is contained in:
@ -63,10 +63,13 @@ Assigning read-only access rights requires adding the users to the "Security Rea
|
|||||||
Use the following steps to assign security roles:
|
Use the following steps to assign security roles:
|
||||||
|
|
||||||
- For **read and write** access, assign users to the security administrator role by using the following command:
|
- For **read and write** access, assign users to the security administrator role by using the following command:
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
Add-MsolRoleMember -RoleName "Security Administrator" -RoleMemberEmailAddress "secadmin@Contoso.onmicrosoft.com"
|
Add-MsolRoleMember -RoleName "Security Administrator" -RoleMemberEmailAddress "secadmin@Contoso.onmicrosoft.com"
|
||||||
```
|
```
|
||||||
|
|
||||||
- For **read-only** access, assign users to the security reader role by using the following command:
|
- For **read-only** access, assign users to the security reader role by using the following command:
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
Add-MsolRoleMember -RoleName "Security Reader" -RoleMemberEmailAddress "reader@Contoso.onmicrosoft.com"
|
Add-MsolRoleMember -RoleName "Security Reader" -RoleMemberEmailAddress "reader@Contoso.onmicrosoft.com"
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user