I would like to access client's custom performance counters in SCCM, is there any built-in functionality that would let me do that, if not, are there other some ways?
Asked
Active
Viewed 74 times
-1
-
This sounds more like a SCOM thing to me rather than SCCM. – Paul Haldane Apr 19 '15 at 11:28
1 Answers
2
Try using Powershell and WMI to look around:
Get-WmiObject -namespace root\ccm -class sms_client
Get-WmiObject -namespace root\ccm -list

aportr
- 288
- 3
- 9