WMI Query Language via PowerShell available on Kindle
Back in 2011, I published a free book on learning WMI Query Language (WQL) via PowerShell. It was a huge success.
Read MoreBack in 2011, I published a free book on learning WMI Query Language (WQL) via PowerShell. It was a huge success.
Read MoreNote: This tip requires PowerShell 3.0 or above. If you get a list of CIM class properties you’ll notice the CimType property.
Read MoreNote: This tip requires PowerShell 3.0 or above. The WMI class Win32_Share gives us the information about all network shares that exist on the local machine.
Read MoreNote: This tip requires PowerShell 3.0 or above. Some of the WMI queries require that we specify the folder path with an escaped path separator.
Read MoreNote: This tip requires PowerShell 2.0 or above. In an earlier post, I wrote about compressing / uncompressing files using WMI.
Read MoreNote: This tip requires PowerShell 2.0 or above. In WMI, the CIM_DataFile and CIM_Directory classes have some very useful methods we can use.
Read More