March 6, 2010 6:06 AM
Posted by: Richard Siddaway
PowerShell v2,
Shares,
WMI
One other point we need to cover is the type of share. We have a number of choices as shown in the script. The Type property has to be converted from a number to an understandable value – unless you want to learn the share types off by heart.
March 6, 2010 4:37 AM
Posted by: Richard Siddaway
PowerShell v2,
Shares,
WMI
One area of our Windows machines that we definitely need to think about is the shares we create on a machine. These control access to resources – especially file resources.
We can find the shares on a machine using the Win32_Share class. The name of the share and its...
November 29, 2009 11:16 AM
Posted by: Richard Siddaway
PowerShell,
Shares,
WMII am going to assume at least a passing acquaintance with PowerShell as we start this series. I will attempt to explain as we go. If there is something in the scripts that you don't understand please leave a comment and I will post an explanation.
PowerShell is the automation engine for the...