Boe Prox

Boe Prox

Boe Prox is a Microsoft MVP in PowerShell and currently a System Administrator who has been in the IT field since 2003 and supporting a variety of different platforms. You can find him at his blog http://learn-powershell.net as well as on twitter @proxb or working on one of his codeplex projects: PoshWSUS, PoshPAIG, PoshChat and PoshEventUI.

3 Posts by this author

#PSTip Quickly generate a password

Note: This tip requires PowerShell 2.0 and above Generating a password usually consists of creating separate collections containing uppercase letters, lowercase letters, numbers and non-alphanumeric characters (@,%,$,^,&,*, etc…) and then randomizing the collections and pulling a specific number from each collection and then randomizing those into a password.

Read More