mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
Decreased indentation of code block's contents
This commit is contained in:
@ -113,16 +113,16 @@ Below is an alert example:
|
|||||||
|
|
||||||
```xml
|
```xml
|
||||||
<Alert>
|
<Alert>
|
||||||
<CmdID>1</CmdID>
|
<CmdID>1</CmdID>
|
||||||
<Data>1224</Data>
|
<Data>1224</Data>
|
||||||
<Item>
|
<Item>
|
||||||
<Meta>
|
<Meta>
|
||||||
<Type xmlns=”syncml:metinf”>com.microsoft/MDM/LoginStatus</Type>
|
<Type xmlns=”syncml:metinf”>com.microsoft/MDM/LoginStatus</Type>
|
||||||
<Format xmlns=”syncml:metinf”>chr</Format>
|
<Format xmlns=”syncml:metinf”>chr</Format>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Data>user</Data>
|
<Data>user</Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Alert>
|
</Alert>
|
||||||
```
|
```
|
||||||
|
|
||||||
The server notifies the device whether it is a user targeted or device targeted configuration by a prefix to the management node’s LocURL, with ./user for user targeted configuration, or ./device for device targeted configuration. By default, if no prefix with ./device or ./user, it is device targeted configuration.
|
The server notifies the device whether it is a user targeted or device targeted configuration by a prefix to the management node’s LocURL, with ./user for user targeted configuration, or ./device for device targeted configuration. By default, if no prefix with ./device or ./user, it is device targeted configuration.
|
||||||
|
Reference in New Issue
Block a user