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

Get-IntuneWin32App returns no Apps #174

Open
ThoVos-CH opened this issue Aug 19, 2024 · 1 comment
Open

Get-IntuneWin32App returns no Apps #174

ThoVos-CH opened this issue Aug 19, 2024 · 1 comment

Comments

@ThoVos-CH
Copy link

ThoVos-CH commented Aug 19, 2024

hi there,

I have a problem getting already created apps in intune.

I added an App with:

Add-IntuneWin32App -FilePath $IntuneWinFile -DisplayName $DisplayName -Description $DisplayDescription -Publisher $DisplayPublisher -InstallExperience "system" -RestartBehavior "suppress" -DetectionRule $DetectionRule -RequirementRule $RequirementRule -InstallCommandLine $InstallCommandLine -UninstallCommandLine $UninstallCommandLine -Verbose

This worked fine, and in Intune under Apps i can see the newly created APP.

But when i run Get-IntuneWin32App it returns no apps.

Only: Query for Win32 apps returned an empty result, no apps matching type 'win32LobApp' was found in tenant

I am using latest Version 1.44 of IntuneWin32App

Someone a guess why this happens?

Remark; this was a Test tenant. It was the first LOB APP. I created a second one and viola, both are displayed. I removed one. Again no output, if you have only 1 Lob APP in the Tenant.
Some sort of counter Problem?

@FelixBellut
Copy link

Hey,

same Issu.
But when i run the command "get-IntuneWin32App" without displayname, then in the Array the app is Visible.

Thx

Fx

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