Shaun Cassells at MyITForum.com

SMS 2003 and ConfigMgr 2007, PowerShell, Scripting, Finance, Fitness and Fun

Browse by Tags

All Tags » WMI » SMS 2003 (RSS)
PowerShell: WMI WQL Queries – made easy for remote WMI especially for SMS 2003 or ConfigMgr 2007
Once upon a time to do a WMI query you had to use one of the following: WMIC Cumbersome Must be an administrator WBEMTEST Make the popup windows stop CIM Studio Why doesn’t this save my query? http://www...
I have the WMI table name how to I find the corresponding SQL table?
The easiest way is to change the SMS_ to V_ and look around in the SQL Database. Lots of great articles about that on myitforum. How about a query to match on partial table names: Select correct database...
Posted: Sep 30 2008, 01:08 PM by scassells | with no comments
Filed under: , ,
How To: Find the SMS or ConfigMgr NameSpace in WMI
Here is the situation. You need to find the SMS 2003 or ConfigMgr NameSpace in WMI and you don’t have the PowerShell expertise, yet. Easiest way is to use a GUI interface. Namely CIM Studio. CIM = Common...