jseerden/IntuneBackupAndRestore

[Feature request] Backup and restore client apps with the actual install package

o-l-a-v opened this issue · 0 comments

Configuring apps in Intune GUI is pain. We're a MSP managing a lot of customers Intune tenants. Would be freaking awesome if this module could get the capability to backup and restore Win32 client apps with the install package, so that we'd only have to configure the app manually once, then add it to customer tenants in a programatically manner afterwards.

Eventually you could backup the configuration only, restore it with install package locally on the computer running the command. Something like:

"Invoke-IntuneRestoreClientApp -AppType 'Win32' -ConfigurationPath '<Path>' -PackagePath '<Path>'"

Possible in the future you think?