0

I am using the below query to check the Software center available and installed applications. But some of the apps are missing in the query but available in Software Center. Is there any other query required to get missing applications.

Get-WmiObject -Namespace  ROOT\ccm\ClientSDK -Class CCM_Application -ComputerName $ComputerName -ErrorAction Stop | Select-Object InstallState, Fullname

Also i can see Microsoft Office and some licensed software also missing in the query.

Enigma
  • 1
  • 1
    are you sure the ones missing are using the application deployment model and not the package+program one? – Syberdoor Oct 27 '20 at 12:41
  • Hi Sybedoor. I can see these packages when i open the Software center console. But WMI query is missing these applications. – Enigma Oct 28 '20 at 06:38
  • Yeah but what I mean is in the sccm console you can create your deployable software using the application model or the package model and in software center you would not see a (big) difference but in wmi you would. You would see the legacy programs under CCM_Program instead. Another thing that comes to mind is that ClientSDK is somehow user dependent somehow even for software that is per machine (I don't fully understand how this works because some stuff is visible for everyone but it is maybe worth trying with a different user for you just to be sure) – Syberdoor Oct 28 '20 at 09:03
  • Thanks Sybedoor and i was able to get missing apps from CCM_Program. Much appreciated and sorry for the late reply – Enigma Nov 05 '20 at 07:42
  • No problem, great that you found them – Syberdoor Nov 05 '20 at 08:47

0 Answers0