Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Q. What's a good way to create a secure, random password in PowerShell?

$
0
0

So try this method: Use the GeneratePassword method of System.Web.Security.Membership, which enables a number of characters for the new password to be specified and the number of special characters that are required within the new password.

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles