mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Characters need to be escaped so tags are displayed
This commit is contained in:
parent
d3f39729fb
commit
0b0238290e
@ -123,7 +123,7 @@ For customers using Intune standalone or hybrid management with Configuration Ma
|
|||||||
|
|
||||||
In order to leverage the ApplicationControl CSP without using Intune, you must:
|
In order to leverage the ApplicationControl CSP without using Intune, you must:
|
||||||
|
|
||||||
1. Know a generated policy's GUID, which can be found in the policy xml as <PolicyID> or <PolicyTypeID> for pre-1903 systems.
|
1. Know a generated policy's GUID, which can be found in the policy xml as `<PolicyID>` or `<PolicyTypeID>` for pre-1903 systems.
|
||||||
2. Convert the policies to binary format using the ConvertFrom-CIPolicy cmdlet in order to be deployed. The binary policy may be signed or unsigned.
|
2. Convert the policies to binary format using the ConvertFrom-CIPolicy cmdlet in order to be deployed. The binary policy may be signed or unsigned.
|
||||||
3. Create a policy node (a Base64-encoded blob of the binary policy representation) using the certutil -encode command line tool.
|
3. Create a policy node (a Base64-encoded blob of the binary policy representation) using the certutil -encode command line tool.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user