Top "Wmi-query" questions

Query over the content of CIM repository on Windows Machines that uses WQL (Windows Management Instrumentation Query Language ).

How can I retrieve a Windows Computer's SID using WMI?

I'm not looking for User SIDs. I'm looking for the computer SID, which active directory would use to uniquely identify …

windows wmi identity dns wmi-query
How to construct WMI query

I'd like to find results that Name starts with param1, and ends with param2 but my code doesn't work string …

c# .net-4.0 wmi wmi-query string.format
Get Service Account Details of the SQL Agent Service

How can I get the Service Account name for the SQL Agent service for a particular SQL Server (SQL 2005). Is …

sql sql-server sql-server-2005 wmi-query
"The RPC server is unavailable" using WMI query

I have a workgroup of web servers running Server 2008 R2 in which I'm trying to manage a script that checks …

c# asp.net wmi rpc wmi-query
How to export all rows of a WMI query to a file?

Given a query such as SELECT * FROM WIN32_PROCESS Is there a way to interrogate the result object for the …

wmi wmi-query
Is there a way to query WMI without using PowerShell or CIM Studio?

I'd like to query WMI for WCF service information, but I'd rather not use PowerShell or the CIM Studio. Any …

windows-7 wmi wmi-query
how to check service state using vbscript?

Is there anyway to check the status of service using vbscript ? I would like to have a function for each …

service vbscript wmi status wmi-query
How do you query for WMI namespaces?

How do you query for WMI namespaces? So I know about WMI namespaces because I read that they exits and …

wmi wmi-query
Batch WMIC redirecting output and wrapping into variable

I'm trying to use WMIC to remove some old printers on our older print servers if I use the below …

batch-file wmi wmi-query wmic
How to get all details from Installed Updates Window

I want to get all of this information (including non-windows updates) in any text format... Please share if you have …

powershell wmi-query wmic cmdlets