jseerden / IntuneBackupAndRestore

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

Use msgraph sdk #69

Open kassainov opened 1 year ago

kassainov commented 1 year ago

Hi! Your module is a good one but a little outdated. I've started making slight changes in it, to migrate from Microsoft.Graph.Intune to PowerShell MS Graph SDK in separate branch. I'd like to pull the first chunk of the module, for come backup commands.

That will give managed identity support and eliminate the need for a service principal (move from ADAL to MSAL), which is very handy while automating backup via Azure Automation, for instance.

Please create a separate branch, so I can send you PRs if you feel okay about that. :)