Forum Discussion
Exporting / backing up Intune configuration
How are you all backing up your Intune configuration (including details such as assigments, etc.)?
I've found some Powershell scripts such as https://github.com/microsoftgraph/powershell-intune-samples but they only seem to get me a percentage of the way. Ideally I'd like something I can run on a schedule so that if someone, for example, went it and deleted a policy it would be trivial to restore it.
Cheers,
Luke
Hey Luke,
have a look here:
https://github.com/ThomasKur/IntuneDocumentation
This PowerShell script documents the Intune tenant. I think this might fulfill your needs.
best,
Oliver
- Luke WhitworthCopper Contributor
Cheers for that, I've been playing with that script a bit and it does seem to capture a lot of data (although I'm having some fun getting it to play nice with enforced MFA).
Anything else that anyone's found on their travels to supplement the information that Thomas' script exports?