The Win32 App Migration Tool is designed to inventory ConfigMgr Applications and Deployment Types, build .intunewin files and create Win3Apps in The Intune Admin Center.
Instead of manually checking Application and Deployment Type information and gathering content to build Win32apps, the Win32App Migration Tool is designed to do that for you.
STATUS: BETA
The Win32App Migration Tool is still in BETA. I would welcome feedback or suggestions for improvement. Reach out on Twitter to DM @byteben (DM's are open)
After the BETA has been tested succesfully, the next stage of the project will be to build the Win32Apps in Intune automatically.
- Configuration Manager Console The console must be installed on the machine you are running the Win32App Migration Tool from. The following path should resolve true: $ENV:SMS_ADMIN_UI_PATH
- Local Administrator The default Working folder is $ENV:SystemDrive\Win32AppMigrationTool. You will need permissions to create this directory on the System Drive
- Roles Permission to run the Configuration Manager cmdlet Get-CMApplication
- Content Folder Permission Read permissions to the content source for the Deployment Types that will be exported
- PowerShell 5.1
- Internet Access to download the Win32 Content Prep Tool
1. Install-Module Win32AppMigrationTool
2. New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *"
3. Use Information from the CSVs to build a Win32App in Intune
New-Win32App [-SiteCode] <String> [[-ProviderMachineName] <String>] [[-AppName] <String[]>]
The current release of the Win32 App Migration Tool will do the following:-
- Download the Win32app Content Prep Tool to %WorkingDirectory%\ContentPrepTool
- Export .intunewin files to %WorkingDirectory%\Win32Apps<Application GUID><Deployment Type GUID>
- Export Application Details to %WorkingDirectory%\Details\Applications.csv
- Export Deployment Type Details to %WorkingDirectory%\Details\DeploymentTypes.csv
- Export Content Details to %WorkingDirectory%\Details\Content.csv (If -DownloadContent parameter passed)
- Copy Select Deployment Type Content to %WorkingDirectory%\Content<Deployment Type GUID>
- Export Application icons(s) to %WorkingDirectory%\Icons
- Log events to %WorkingDirectory%\Logs\Main.log
// Please use the tool with caution and test in your lab (dont be the guy or gal who tests in production). I accept no responsibility for loss or damage as a result of using these scripts //
Main.log in the %WorkingFolder%\Logs folder contains a detailed verbose output of the solution
The Site Code of the ConfigMgr Site. he Site Code must be only 3 alphanumeric characters
Type: String
Parameter Sets: (All)
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Validate Pattern: ^[a-zA-Z0-9]{3}$')]
Server name that has an SMS Provider site system role
Type: String
Parameter Sets: (All)
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Pass an app name to search for matching applications in ConfigMgr. You can use * as a wildcard e.g. "Microsoft*" or "*Reader"
Type: String
Parameter Sets: (All)
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: True
The working folder for the Win32AppMigration Tool. Care should be given when specifying the working folder because downloaded content can increase the working folder size considerably
Type: String
Parameter Sets: (All)
Required: False
Position: 3
Default value: C:\Win32AppMigrationTool
Accept pipeline input: False
Accept wildcard characters: False
Pass this parameter to exclude specific apps from the results. Accepts wildcards e.g. "Microsoft*"'
Type: String
Parameter Sets: (All)
Required: False
Position: 4
Default value:
Accept pipeline input: False
Accept wildcard characters: True
URI for Win32 Content Prep Tool
Type: String
Parameter Sets: (All)
Required: False
Position: 5
Default value: https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/raw/master/IntuneWinAppUtil.exe
Accept pipeline input: False
Accept wildcard characters: False
Override intunewin filename. Default is the name calcualted from the install command line
Type: String
Parameter Sets: (All)
Required: False
Position: 6
Default value:
Accept pipeline input: False
Accept wildcard characters: False
DownloadContent: When passed, the content for the deployment type is saved locally to the working folder "Content"
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
When passed, the Application icon is decoded from base64 and saved to the '$WorkingFolder\Icons' folder
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Pass this parameter to package selected apps in the .intunewin format
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Pass this parameter to create the Win32apps in Intune
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Pass this parameter to reset the log file
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Pass this parameter to exclude apps created by PMPC from the results. Filter is applied to Application "Comments". string can be modified in Get-AppList Function
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
When passed, the Out-Gridview is suppressed and the value entered for $AppName will be searched using Get-CMApplication -Fast
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
When passed, the Out-Gridview is suppressed and the value entered for $AppName will be searched using Get-CMApplication -Fast
Type: Switch
Parameter Sets: (All)
Required: False
Position:
Default value:
Accept pipeline input: False
Accept wildcard characters: False
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *"
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -DownloadContent
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -ExportLogo
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -ExportLogo -PackageApps
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -ExportLogo -PackageApps -CreateApps
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -ExportLogo -PackageApps -CreateApps -ResetLog
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -ExportLogo -PackageApps -CreateApps -ResetLog -NoOGV
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -ExportLogo -PackageApps -CreateApps -ResetLog -ExcludePMPC
New-Win32App -SiteCode "BB1" -ProviderMachineName "SCCM1.byteben.com" -AppName "Microsoft Edge Chromium *" -ExportLogo -PackageApps -CreateApps -ResetLog -ExcludePMPC -ExcludeFilter "Microsoft*"