mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Added text per Task 3267358
This commit is contained in:
parent
59f7508324
commit
d75cf6ed02
@ -66,15 +66,15 @@ Here are examples of data fields. The encoded 0xF000 is the standard delimiter/s
|
|||||||
```
|
```
|
||||||
<Data></Data>
|
<Data></Data>
|
||||||
```
|
```
|
||||||
If you use Intune custom profiles to assign UserRights policies, you must use the CDATA tag (<![CDATA[...]]>) to wrap the data fields. You can specify one or more user groups within the CDATA tag by using 0xF000 as the delimiter/separator.
|
If you use Intune custom profiles to assign UserRights policies, you must use the CDATA tag (`<![CDATA[...]]>`) to wrap the data fields. You can specify one or more user groups within the CDATA tag by using 0xF000 as the delimiter/separator.
|
||||||
|
|
||||||
[!Note]
|
> [!Note]
|
||||||
The entity encoding of 0xF000 is .
|
> `` is the entity encoding of 0xF000.
|
||||||
|
|
||||||
For example, the following syntax grants user rights to Authenticated Users and Replicator user groups.
|
For example, the following syntax grants user rights to Authenticated Users and Replicator user groups.
|
||||||
```
|
```
|
||||||
<![CDATA[Authenticated UsersReplicator]]>
|
<![CDATA[Authenticated UsersReplicator]]>
|
||||||
```
|
```
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user