I downloaded the following PowerShell script from this page. This script is supposed to generate random passwords:
http://blog.simonw.se/powershell-generating-random-password-for-active-directory/
The issue is that when I run that script from PowerShell, I get no output even after I use the parameters as shown in the example. Any help would be appreciated. Thank you.