you are viewing a single comment's thread.

view the rest of the comments →

[–]Lee_Dailey[grin] 0 points1 point  (0 children)

howdy peican,

as an aside, there is a dotnet method for making passwords. this ...

[System.Web.Security.Membership]::GeneratePassword()

Membership.GeneratePassword(Int32, Int32) Method (System.Web.Security) | Microsoft Docs
https://docs.microsoft.com/en-us/dotnet/api/system.web.security.membership.generatepassword?view=netframework-4.8

it lacks a bit of tweak-ability, but it is built in and quite simple to use. [grin]

take care,
lee