Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only 1 Application built #17

Closed
JonseyFTW opened this issue Jan 23, 2024 · 1 comment · Fixed by #19
Closed

Only 1 Application built #17

JonseyFTW opened this issue Jan 23, 2024 · 1 comment · Fixed by #19

Comments

@JonseyFTW
Copy link

First, love the tool. I'm having to convert about 120 applications from SCCM into Intune with the slow migration of getting more workloads into Intune in our hybrid environment. Here is the line I am running

New-Win32App -SiteCode "CCC" -ProviderMachineName "CCC.contoso.local" -AppName "*Seven*" -WorkingFolder "I:\IntuneApps" -ExportIcon -DownloadContent -PackageApps -CreateApps -ResetLog

I noticed whenever I will select multiple applications is only builds 1 of the applications.

image

image

You can see it does notice there are 2 applications that were selected but then it only actually creates the contents, .intunewin, and detail CSVs file for just 1
image
image
image

@byteben
Copy link
Owner

byteben commented Mar 3, 2024

Thanks for raising this. I found a bug in Get-AppInfo.ps1 where I was returning objects inside of the foreach loop. This is fixed in Branch Version-2.0.20 https://github.com/byteben/Win32App-Migration-Tool/tree/version-2.0.20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants