< # .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 (delete). .NOTES File Name : Get-Win32Share.ps1 ...