In this post we will see the simplest way I came across to generate random passwords using PowerShell. There are other methods available with large features set but this one is good enough for most requirements First let us look at the simplest way. The GeneratePassword method of System.Web.Security.Membership class simplifies the password generation. Add-Type […]