Added CSP Syntax

As the user shared the information and syntax for CSP. So I have updated the content.

Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/1803
This commit is contained in:
ImranHabib 2019-06-14 22:59:58 +05:00 committed by GitHub
parent 1c95f15122
commit dd5c97a56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,19 @@ ADMX Info:
- GP ADMX file name: *Printing.admx*
<!--/ADMXBacked-->
<!--CSP Example-->
CSP Example
```
Name: Point and Print Enable Oma-URI: ./Device/Vendor/MSFT/Policy/Config/Printers/PointAndPrintRestrictions
Data type: String Value: <enabled/>
<data id="PointAndPrint_TrustedServers_Chk" value="true"/>
<data id="PointAndPrint_TrustedServers_Edit" value="Printserver1.Contoso.com"/>
<data id="PointAndPrint_TrustedForest_Chk" value="false"/>
<data id="PointAndPrint_NoWarningNoElevationOnInstall_Enum" value="1"/>
<data id="PointAndPrint_NoWarningNoElevationOnUpdate_Enum" value="2"/>
```
<!--/CSP Example-->
<!--/Policy-->
<hr/>