< # .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 Author : Thomas Lee – tfl @psp .co.uk .LINK http://www.pshscripts.blogspot.com .EXAMPLE Left… Read the full text.