THERE’S SOMETHING ABOUT WMI

Jun 04, 2014 · Identify whether a target system is a SQL server using WMI-wmic /node:”192.168.0.1” service where (caption like “%sql server (%”) List network shares on a remote system using WMI and PowerShell-get-wmiobject –class “win32_share” –namespace “root\CIMV2” –computer “targetname” ................
................