-
In January of this year, I wrote a basic article on PowerShell’s WMI Type Accelerators . A type accelerator is, in effect,a shortcut to some underlying .NET component. PowerShell comes with three type accellerators for WMI: [WMI] – a shortcut way of getting...
-
< # .SYNOPSIS Demonstrates WMI and Win32_Share .DESCRIPTION This script looks at objects retured from Get-WMIObject, and [WMICLASS] and demonstrates the use of a static method (create) and a dynamic or object method...