Hello,
I have a remote server that has Software Center (SCCM) installed on it. In this SCCM there are application updates on the top left column which contains the available/failed names of applications along with some other types like Registry Keys or CVEs.
I am trying to retrieve the names of all the applications by using a PowerShell script, but the problem is that when I run the script it only shows me the list of applications and not the Registry Keys or the CVEs.
I am using the Get-WmiObject -Class CCM_Application command for the script, but it looks like there is a different command to retrieve those other applications.
Can anyone help me to understand what is the correct command or how I can retrieve those applications in any other format?