Clarify custom oma-uri Base64 requirement

Multiple customers have been under the impression that they need to convert their policy to Base64 before uploading to Intune, when really the policy needs to be a .bin
This commit is contained in:
isbrahm
2020-05-07 17:25:33 -07:00
committed by GitHub
parent 233c57d9ef
commit 172c0f2aaa

View File

@ -60,7 +60,7 @@ The steps to use Intune's Custom OMA-URI functionality to leverage the [Applicat
5. Add a row, then give your policy a name and use the following settings: 5. Add a row, then give your policy a name and use the following settings:
- **OMA-URI**: ./Vendor/MSFT/ApplicationControl/Policies/_Policy GUID_/Policy - **OMA-URI**: ./Vendor/MSFT/ApplicationControl/Policies/_Policy GUID_/Policy
- **Data type**: Base64 - **Data type**: Base64
- **Certificate file**: upload your binary format policy file - **Certificate file**: upload your binary format policy file. You do not need to upload a Base64 file, as Intune will convert the uploaded .bin file to Base64 on your behalf.
![Configure custom WDAC](images/wdac-intune-custom-oma-uri.png) ![Configure custom WDAC](images/wdac-intune-custom-oma-uri.png)