Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fiddyschmitt/32662225661d34d3319a44c1453ae4d0 to your computer and use it in GitHub Desktop.
Save fiddyschmitt/32662225661d34d3319a44c1453ae4d0 to your computer and use it in GitHub Desktop.
Software Center / SCCM notes
Get-WmiObject -Namespace "ROOT\ccm\ClientSDK" -Class CCM_Application | Select-Object Name, Publisher, SoftwareVersion, FullName, Revision, IsMachineTarget, InstallState | Sort-Object Name
Legacy applications might be:
Get-WmiObject -Namespace "ROOT\ccm\ClientSDK" -Class CCM_Program
Ideas:
https://www.powershellgallery.com/packages/SCClient/1.1/Content/SCClient.psm1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment