mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Replaced 61440 with xF000
This commit is contained in:
parent
ec5c6b894f
commit
8a1dd41754
@ -53,17 +53,17 @@ Here are examples of data fields. The encoded 0xF000 is the standard delimiter/s
|
|||||||
|
|
||||||
- Grant an user right to multiple groups (Administrators, Authenticated Users) via SID
|
- Grant an user right to multiple groups (Administrators, Authenticated Users) via SID
|
||||||
```
|
```
|
||||||
<Data>*S-1-5-32-544*S-1-5-11</Data>
|
<Data>*S-1-5-32-544*S-1-5-11</Data>
|
||||||
```
|
```
|
||||||
|
|
||||||
- Grant an user right to multiple groups (Administrators, Authenticated Users) via a mix of SID and Strings
|
- Grant an user right to multiple groups (Administrators, Authenticated Users) via a mix of SID and Strings
|
||||||
```
|
```
|
||||||
<Data>*S-1-5-32-544Authenticated Users</Data>
|
<Data>*S-1-5-32-544Authenticated Users</Data>
|
||||||
```
|
```
|
||||||
|
|
||||||
- Grant an user right to multiple groups (Authenticated Users, Administrators) via strings
|
- Grant an user right to multiple groups (Authenticated Users, Administrators) via strings
|
||||||
```
|
```
|
||||||
<Data>Authenticated UsersAdministrators</Data>
|
<Data>Authenticated UsersAdministrators</Data>
|
||||||
```
|
```
|
||||||
|
|
||||||
- Empty input indicates that there are no users configured to have that user right
|
- Empty input indicates that there are no users configured to have that user right
|
||||||
|
Loading…
x
Reference in New Issue
Block a user