Project

PasswordSolution

This module allows the creation of password expiry emails for users, managers, administrators, and security according to defined templates. It's able to work with different rules allowing to fully customize who gets the email and when.

Stars169
Forks22
Open issues2
PowerShell Gallery downloads32712
Releasev2.1.0
Language: PowerShell Updated: 2026-02-14T21:45:14.0000000+00:00

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