jseerden / IntuneBackupAndRestore

PowerShell Module that queries Microsoft Graph, and allows for cross-tenant Backup & Restore actions of your Intune Configuration.
MIT License
344 stars 102 forks source link

Migration of this module to the newer MS Graph PowerShell SDK (MgGraph) #78

Open mhu4711 opened 4 months ago

mhu4711 commented 4 months ago

I've recently taken the time to migrate this module to use the newer MS Graph PowerShell SDK (MgGraph), building on the previous art from PR #68 and (hopefully) resolving all remaining issues. I've also incorporated some of the recent, open pull requests (notably #63 and #65 as well as my own (#61, #62)).

The result can be found here: https://github.com/mhu4711/IntuneBackupAndRestore/tree/mhu-mggraph-migration

I've also opened a pull request for these changes (#77), although I suspect it will just sit there unattended since this repository seems to be abandoned.

jamesvincent commented 3 months ago

This works really well, thank you...

Re-engineering this was on my to do, so you've saved me and the community a heap of time, many thanks!

jamesvincent commented 3 months ago

I've also opened a pull request for these changes (#77), although I suspect it will just sit there unattended since this repository seems to be abandoned.

Could you fork yours as v2, get it into the Repository and credit @jseerden?