Skip to content

Capture a configuration to an Intune configuration profile

Weatherlights edited this page Mar 16, 2024 · 11 revisions

Supported file format

Currently you can convert the following configurations:

  • ini files
  • xml files
  • list files
  • JSON files
  • registry structures

Obtain the ConversionScripts

To get started converting a configuration you should obtain the ConversionScripts from the release page or the Microsoft Store. Unzip the ConversionScripts.zip file into a folder of your choice (if you installed from the store just search for the link to the Conversion Kit). You should leave the created folder structure in place so dependencies get resolved.

Content of the ConversionScripts Archive

Within the conversion scripts archive you find scripts that you can use to capture different file types:

Besides the conversion scripts there is also:

How to proceed

Once you downloaded and extracted the scripts you are all set.

You can now start a powershell window and run one of the Convert-*-scripts to create an ADMX backed Intune configuration profile as a csv file.

Once a csv file is created you can use the Invoke-CSVToIntuneUpload.ps1-script to create an Intune custom profile from it.