Created
August 4, 2016 17:33
-
-
Save iAnatoly/a9a8c7fc30c5b5b075aa67d0122c2280 to your computer and use it in GitHub Desktop.
One-liner to generate password in PowerShell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[reflection.assembly]::LoadWithPartialName("System.Web") | |
[System.Web.Security.Membership]::GeneratePassword(32,4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment