Forum Discussion
Amit_Trivedi112214
Mar 01, 2019Copper Contributor
Back up for Intune Policies
Hello,
I am new for Microsoft Intunes.
Is there any way to back up Intune exiting policies, before making any changes ?
- There is a script here which may work for you
https://techcommunity.microsoft.com/t5/Microsoft-Intune/Exporting-backing-up-Intune-configuration/td-p/222066
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