Forum Discussion
Aubrey Moren
Nov 13, 2020Copper Contributor
Copying application packages to a new tenant
I'm currently working on an Intune/Autopilot project and we are doing everything in a test tenant. Once we get everything ironed out, we will want to copy the config from the test tenant to maybe a dozen or so other tenants. I'm not having any luck finding a way to export/import application packages, does anyone know of a way that can be accomplished?
Hey Aubrey Moren,
I'm the author of the IntuneWinAppUtilDecoder ๐
How to decode Intune Win32 App Packages โ Modern IT โ Cloud โ Workplace (oliverkieselbach.com)
Have a look at the section: How to get the sources back from the Intune tenant directly?There I gave some reasoning why it is complicated to get the sources directly back from the tenant... But as a summary, you can assign every package as available and install one after the other and monitor the logfile with my script. Then you will end up finally with all apps downloaded and decrypted.
best,
Oliver
7 Replies
Sort By
Take a look at this - https://deviceadvice.io/2019/07/12/export-import-your-intune-tenant-settings/ - may be the sort of thing you are looking for.
- Aubrey MorenCopper Contributor
PeterRising I actually read through that, and it doesn't look like it will export the actual installation files, like the .intunewin packaged Win32 apps.
- Thijs LecomteBronze ContributorCheck this one out: https://www.google.com/amp/s/oliverkieselbach.com/2019/01/03/how-to-decode-intune-win32-app-packages/amp/
This should give you some info on how to get started