Back up for Intune Policies

Copper Contributor

Hello,

 

I am new for Microsoft Intunes. 

 

Is there any way to back up Intune exiting policies, before making any changes ?

2 Replies
There is a script here which may work for you

https://techcommunity.microsoft.com/t5/Microsoft-Intune/Exporting-backing-up-Intune-configuration/td...

Would recommend that you have test policies alongside production policies so you can test changes before implementing them on users

Hope that helps to answer your question.

Best, Chris

Hi,

 

have a look at the Intune Powershell Module to get programmatic access to your environment based on the MS Graph.

Open up administrative PowerShell and type: Install-Module -Name Microsoft.Graph.Intune

 

For further info you can have a look here: https://www.powershellgallery.com/packages/Microsoft.Graph.Intune

 

best,

Oliver