What's the WMI class name to get Client Approval status

What's the WMI class name to get Client Approval status.

Unfortunately the below example with class "SMS_R_System" does not have the approval status
Get-WmiObject -Namespace "root\sms\site_LAB" -Class SMS_R_System | fl *

I listed all the available classes and... yeah It's going to take along time to go though all the possibilities.

Note: I'm running this in powershell on the primary first

If anyone knows it... I'd appreciate your help


  • Edited by BranM 2 hours 53 minutes ago typo
February 19th, 2014 4:30am

I would recommend you to take a look at MSDN where there is a SDK and reference for ConfigMgr. http://msdn.microsoft.com/en-us/library/hh948405.aspx
Free Windows Admin Tool Kit Click here and download it now
February 19th, 2014 5:15am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics