mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Re-correcting indentation
This commit is contained in:
parent
91a2515039
commit
f0ba0238f3
@ -227,41 +227,41 @@ See [Support Tip: Ingesting Office ADMX-backed policies using Microsoft Intune](
|
|||||||
|
|
||||||
Here is the example for **AppVirtualization/PublishingAllowServer2**:
|
Here is the example for **AppVirtualization/PublishingAllowServer2**:
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The \<Data> payload must be XML encoded. To avoid encoding, you can use CData if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect). If you are using Intune, select String as the data type.
|
> The \<Data> payload must be XML encoded. To avoid encoding, you can use CData if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect). If you are using Intune, select String as the data type.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
<Item>
|
<Item>
|
||||||
<Meta>
|
<Meta>
|
||||||
<Format>chr</Format>
|
<Format>chr</Format>
|
||||||
<Type>text/plain</Type>
|
<Type>text/plain</Type>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/AppVirtualization/PublishingAllowServer2</LocURI>
|
<LocURI>./Device/Vendor/MSFT/Policy/Config/AppVirtualization/PublishingAllowServer2</LocURI>
|
||||||
</Target>
|
</Target>
|
||||||
<Data>
|
<Data>
|
||||||
<![CDATA[<enabled/><data id="Publishing_Server2_Name_Prompt" value="name prompt"/><data
|
<![CDATA[<enabled/><data id="Publishing_Server2_Name_Prompt" value="name prompt"/><data
|
||||||
id="Publishing_Server_URL_Prompt" value="URL prompt"/><data
|
id="Publishing_Server_URL_Prompt" value="URL prompt"/><data
|
||||||
id="Global_Publishing_Refresh_Options" value="1"/><data
|
id="Global_Publishing_Refresh_Options" value="1"/><data
|
||||||
id="Global_Refresh_OnLogon_Options" value="0"/><data
|
id="Global_Refresh_OnLogon_Options" value="0"/><data
|
||||||
id="Global_Refresh_Interval_Prompt" value="15"/><data
|
id="Global_Refresh_Interval_Prompt" value="15"/><data
|
||||||
id="Global_Refresh_Unit_Options" value="0"/><data
|
id="Global_Refresh_Unit_Options" value="0"/><data
|
||||||
id="User_Publishing_Refresh_Options" value="0"/><data
|
id="User_Publishing_Refresh_Options" value="0"/><data
|
||||||
id="User_Refresh_OnLogon_Options" value="0"/><data
|
id="User_Refresh_OnLogon_Options" value="0"/><data
|
||||||
id="User_Refresh_Interval_Prompt" value="15"/><data
|
id="User_Refresh_Interval_Prompt" value="15"/><data
|
||||||
id="User_Refresh_Unit_Options" value="1"/>]]>
|
id="User_Refresh_Unit_Options" value="1"/>]]>
|
||||||
</Data>
|
</Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
<Final/>
|
<Final/>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
</SyncML>
|
</SyncML>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Disable a policy
|
## Disable a policy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user