Documentation
Install PasswordSolution
Install PasswordSolution from PowerShell Gallery.
Install PasswordSolution from PowerShell Gallery:
Install-Module -Name PasswordSolution -Scope CurrentUser -AllowClobber
Password-quality checks require DSInternals:
Install-Module -Name DSInternals -Scope CurrentUser
Import the module before running review commands:
Import-Module PasswordSolution