mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Added CDATA tags
This commit is contained in:
parent
a24beaec6d
commit
424b2ad6ec
@ -221,7 +221,8 @@ The following example shows an ADMX file in SyncML format:
|
|||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/ContosoCompanyApp/Policy/AppAdmxFile01</LocURI>
|
<LocURI>./Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/ContosoCompanyApp/Policy/AppAdmxFile01</LocURI>
|
||||||
</Target>
|
</Target>
|
||||||
<Data><policyDefinitions revision="1.0" schemaVersion="1.0">
|
<Data>
|
||||||
|
<![CDATA[<policyDefinitions revision="1.0" schemaVersion="1.0">
|
||||||
<categories>
|
<categories>
|
||||||
<category name="ParentCategoryArea"/>
|
<category name="ParentCategoryArea"/>
|
||||||
<category name="Category1">
|
<category name="Category1">
|
||||||
@ -350,7 +351,8 @@ The following example shows an ADMX file in SyncML format:
|
|||||||
</elements>
|
</elements>
|
||||||
</policy>
|
</policy>
|
||||||
</policies>
|
</policies>
|
||||||
</policyDefinitions></Data>
|
</policyDefinitions>]]>
|
||||||
|
</Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Add>
|
</Add>
|
||||||
<Final/>
|
<Final/>
|
||||||
@ -360,7 +362,7 @@ The following example shows an ADMX file in SyncML format:
|
|||||||
|
|
||||||
**Response Syncml**
|
**Response Syncml**
|
||||||
```XML
|
```XML
|
||||||
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>102</CmdRef><Cmd>Add</Cmd><Data>200</Data></Status>
|
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>102</CmdRef><Cmd>Add</Cmd><Data><![CDATA[200]]></Data></Status>
|
||||||
```
|
```
|
||||||
|
|
||||||
### <a href="" id="uri-format-for-configuring-an-app-policy"></a>URI format for configuring an app policy
|
### <a href="" id="uri-format-for-configuring-an-app-policy"></a>URI format for configuring an app policy
|
||||||
@ -439,7 +441,7 @@ The following examples describe how to set an ADMX-ingested app policy.
|
|||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/ContosoCompanyApp~ Policy~ParentCategoryArea~Category1/L_PolicyConfigurationMode</LocURI>
|
<LocURI>./Device/Vendor/MSFT/Policy/Config/ContosoCompanyApp~ Policy~ParentCategoryArea~Category1/L_PolicyConfigurationMode</LocURI>
|
||||||
</Target>
|
</Target>
|
||||||
<Data><enabled/><data id="L_ServerAddressInternal_VALUE" value="TextValue1"/><data id="L_ServerAddressExternal_VALUE" value="TextValue2"/></Data>
|
<Data><![CDATA[<enabled/><data id="L_ServerAddressInternal_VALUE" value="TextValue1"/><data id="L_ServerAddressExternal_VALUE" value="TextValue2"/>]]></Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
<Final/>
|
<Final/>
|
||||||
@ -449,7 +451,7 @@ The following examples describe how to set an ADMX-ingested app policy.
|
|||||||
|
|
||||||
**Response SyncML**
|
**Response SyncML**
|
||||||
```XML
|
```XML
|
||||||
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>103</CmdRef><Cmd>Replace</Cmd><Data>200</Data></Status>
|
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>103</CmdRef><Cmd>Replace</Cmd><Data><![CDATA[200]]></Data></Status>
|
||||||
```
|
```
|
||||||
|
|
||||||
### <a href="" id="disabling-an-app-policy"></a>Disabling an app policy
|
### <a href="" id="disabling-an-app-policy"></a>Disabling an app policy
|
||||||
@ -473,7 +475,7 @@ The following examples describe how to set an ADMX-ingested app policy.
|
|||||||
<Target>
|
<Target>
|
||||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/ContosoCompanyApp~ Policy~ParentCategoryArea~Category1/L_PolicyConfigurationMode</LocURI>
|
<LocURI>./Device/Vendor/MSFT/Policy/Config/ContosoCompanyApp~ Policy~ParentCategoryArea~Category1/L_PolicyConfigurationMode</LocURI>
|
||||||
</Target>
|
</Target>
|
||||||
<Data><disabled/></Data>
|
<Data><![CDATA[<disabled/>]]></Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
<Final/>
|
<Final/>
|
||||||
@ -483,7 +485,7 @@ The following examples describe how to set an ADMX-ingested app policy.
|
|||||||
|
|
||||||
**Response SyncML**
|
**Response SyncML**
|
||||||
```XML
|
```XML
|
||||||
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>104</CmdRef><Cmd>Replace</Cmd><Data>200</Data></Status>
|
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>104</CmdRef><Cmd>Replace</Cmd><Data><![CDATA[200]]></Data></Status>
|
||||||
```
|
```
|
||||||
|
|
||||||
### <a href="" id="setting-an-app-policy-to-not-configured"></a>Setting an app policy to not configured
|
### <a href="" id="setting-an-app-policy-to-not-configured"></a>Setting an app policy to not configured
|
||||||
@ -511,5 +513,5 @@ The following examples describe how to set an ADMX-ingested app policy.
|
|||||||
|
|
||||||
**Response SyncML**
|
**Response SyncML**
|
||||||
```XML
|
```XML
|
||||||
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>105</CmdRef><Cmd>Delete</Cmd><Data>200</Data></Status>
|
<Status><CmdID>2</CmdID><MsgRef>1</MsgRef><CmdRef>105</CmdRef><Cmd>Delete</Cmd><Data><![CDATA[200]]></Data></Status>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user