06 November 2020

 How to generate pronouncable password using PowerShell

Paste following two lines into an Administrative PowerShell and here you go:

Install-Module MlkPwgen -ErrorAction SilentlyContinue
New-PronounceablePassword -Digits



No comments:

Post a Comment