mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-28 13:17:23 +00:00
Update policy-csp-restrictedgroups.md
This commit is contained in:
parent
23b29f19bb
commit
4657a7cbf4
@ -113,9 +113,15 @@ Here is an example:
|
||||
|
||||
```
|
||||
<groupmembership>
|
||||
<accessgroup desc="Group SID for Administrators">
|
||||
<member name = "S-188-5-5666-5-688"/>
|
||||
</accessgroup>
|
||||
<accessgroup desc="Administrators">
|
||||
<member name="AzureAD\CSPTest@contoso.com" />
|
||||
<member name="CSPTest22306\administrator" />
|
||||
<member name = "AzureAD\patlewis@contoso.com" />
|
||||
</accessgroup>
|
||||
<accessgroup desc = "testcsplocal">
|
||||
<member name = "CSPTEST22306\patlewis" />
|
||||
<member name = "AzureAD\CSPTest@contoso.com" />
|
||||
</accessgroup>
|
||||
</groupmembership>
|
||||
```
|
||||
<!--/Example-->
|
||||
@ -125,6 +131,10 @@ Here is an example:
|
||||
<!--/Policy-->
|
||||
<hr/>
|
||||
|
||||
Take note:
|
||||
* You must include the local administrator in the administrators group or the policy will fail
|
||||
* Include the entire UPN after AzureAD
|
||||
|
||||
Footnote:
|
||||
|
||||
- 1 - Added in Windows 10, version 1607.
|
||||
|
Loading…
x
Reference in New Issue
Block a user