by | Mar 25, 2013 | PowerShell (Modern), Windows PowerShell (Legacy)
There are a couple of very easy ways to get a find enum values in PowerShell. Enums are often used when choosing an option as a parameter in a PowerShell command. This article shows you exactly how to get those values for any enumerated list type (called...
by | Mar 25, 2013 | Windows PowerShell (Legacy)
The SMBShare Module that comes with PowerShell 3 lets you administer network shares directly from within PowerShell. The cmdlets are easy to use, and it is my new favorite way to work with network shares. It’s the Quickest Way to Create a Network Share with PowerShell...