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

Apps not uploaded to intune when there are no existing apps in intune #7

Open
kurtdepre opened this issue Sep 28, 2023 · 1 comment

Comments

@kurtdepre
Copy link

If there are no win32 apps defined in intune already, the pipeline does not work.
This might be related to line 268-269 in test-applist.ps1 where a graph call to intune is made, but if the result is $null it is asumed to be an error.

Workaround: manually create a first win32 app in intune.

@NickolajA
Copy link
Member

Hi Kurt,

As for the following code part:

image

This covers if the onboarded app could be found in the specified app source.

If there's no existing instance of the given application in Intune, by the name you've specified in the appList.json file, the $Win32Apps variable would be empty and the else statement should pick that up.

Is that not what you're experiencing?

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

No branches or pull requests

2 participants