3 Ways to Export Intune Device Configuration Profiles

Device Configuration profiles on the Intune admin center allow us to deploy Configuration settings on Windows, macOS, Android, and iOS devices. You can use Settings Catalog, Administrative Templates, Custom OMA-URI, or any option that fits your requirements.

Settings Catalog lists all the settings you can configure in one place. Microsoft is continuously adding settings here to make managing MDM devices easier.

You may have created hundreds of device configuration profiles in the Intune admin center. You can easily export a list of all these profiles into a CSV file for Inventory purposes or further analysis.

With the recent Microsoft Intune Service release 2310, you can Export a Settings Catalog profile into a JSON file and Import it back into Intune to create a Copy of this profile with the same settings. Let’s Explore further.

Method 1 – Using the Export Option on Profiles page

To Export a list of Device configuration profiles into a CSV file, follow the below steps:

  • On the Configuration Profiles page, locate the Export option under the Profiles tab. Click on it to export all Device Configuration profiles and related data into a CSV file.
Using the Export Option on Profiles page
Using the Export Option on Profiles page
  • After you click on Export, it will prompt you to save the CSV file. Click on Save button.
Using the Export Option on Profiles page
Using the Export Option on Profiles page
  • Go to the location where you have saved this CSV file. Double-click on the file to launch. The Excel file will contain the list of Device configuration profile along with below information:
    • Platform
    • Profile type
    • Last modified
    • Scope tags
Using the Export Option on Profiles page
Using the Export Option on Profiles page
  • To avoid exporting a complete list of Device Configuration profiles every time, you can Add filters to narrow your search. This way, you can export only the list of profiles based on your specified filters.
Using the Export Option on Profiles page
Using the Export Option on Profiles page

Method 2 – Using the Export JSON option

As mentioned, this new feature was introduced with Intune service release 2310. Now, you can export a Settings Catalog Device configuration profile into a JSON file and import it back to create a copy of the profile.

This method not only exports the Device Configuration profile name but also includes all the settings configured within it. Let’s check the steps.

  • Sign in to the Intune admin center.
  • Go to Devices > Configuration.
  • Find the profile you want to Export and Click on the Three dots corresponding to that profile.
  • Click on the Export JSON option.
Using the Export JSON option
Using the Export JSON option
  • When Prompted, Click on the Download button.
Using the Export JSON option
Using the Export JSON option
  • After you click on the Download button, you will be prompted to provide a location where you want to Save this JSON file.
Using the Export JSON option
Using the Export JSON option
  • Go to the location where you saved this JSON file and open it to view its contents.
Using the Export JSON option
Using the Export JSON option
  • You can Import this JSON file to create a Duplicate device configuration profile with the same settings.
Using the Export JSON option
Using the Export JSON option

Method 3 – Using Powershell scripts

The third option involves using PowerShell scripts to Export Device Configuration profile settings. While I haven’t personally tested these PowerShell scripts, you can use the ones provided by Microsoft for exporting and importing Settings Catalog Device configuration profiles. Here’s the link for the scripts: powershell-intune-samples/SettingsCatalog at master.

Leave a Comment