Generate Random Letters with PowerShell
Summary: Ed Wilson, Microsoft Scripting Guy, talks about generating random letters with Windows PowerShell. Hey, Scripting Guy! I need to generate a string of random letters. These letters need to be five characters long, and they should be either upper case or lower case. I do not need any numbers or special characters. In fact, my strings ...