Last active
January 14, 2025 04:14
-
-
Save fiddyschmitt/32662225661d34d3319a44c1453ae4d0 to your computer and use it in GitHub Desktop.
Software Center / SCCM notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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