PowerShell scripts are great because they can be used to do almost anything. One of the limitations to PowerShell scripts, however, is that it isn't always practical to give a script to someone who ...
In Windows PowerShell, you most likely have used arrays and hash tables. The latter is simply a different kind of an array called an associative array. When using arrays, you may have a requirement to ...