Sample Exchange

 View Only

Windows 10 - Validate ADMX for Ingestion 

Apr 09, 2020 09:19 PM

This script process ADMX file or a folder containing ADMX files and generate an output highlighting which part of the ADMX will be rejected by the Ingestion process on Windows 10.

Context

Windows 10 can ingest ADMX file and make them available as a CSP to be used for Modern Management, useful for 3rd party ADMX like chrome (Sample available on code: https://code.vmware.com/samples/3329/windows-10---chrome-admx).

This process have some limitations and can reject ADMX file. For detail, see Win32 and Desktop Bridge app policy configuration

Usage

.\ADMXValidation.ps1 -Path "C:\Temp\Admx\" [-DisplayCorrectPolicy]

-Path : Path to folder or admx file - Mandatory
-DisplayCorrectPolicy : Display name of correct policies - Optional
.\ADMXValidation.ps1 -Path "C:\Temp\Admx\" [-DisplayCorrectPolicy]
 
-Path : Path to folder or admx file - Mandatory
-DisplayCorrectPolicy : Display name of correct policies - Optional

#windows10
#VMwareWorkspaceONEUEM
#MIT
#PowerShell

Statistics
0 Favorited
0 Views
1 Files
0 Shares
0 Downloads
Attachment(s)
ps1 file
ADMXValidation.ps1   9 KB   1 version
Uploaded - Apr 09, 2024

Tags and Keywords

Comments

Apr 18, 2020 01:08 PM

Correct a ( was missing.

Apr 09, 2020 09:59 PM

Nice script, but I think there might be an error on line 97.
You seem to escape that last single quote.

Related Entries and Links

No Related Resource entered.