Comment on page
Powershell reference
The PowerShell module contains the following cmdlets
Cmdlet | Description |
---|---|
Adds a new word to the banned word store | |
Adds a new password to the compromised password store | |
Tests the result of the full password policy set against a specified password | |
Gets the current configuration of the password filter | |
Gets the effective policy applied by the password filter | |
Imports a file contained hashes of banned words | |
Imports a file containing banned words | |
Imports a file containing hashes of compromised passwords | |
Imports a file containing compromised plain-text passwords | |
Opens a store | |
Removes a word from the banned word store | |
Removes a password from the compromised password store | |
Sets configuration of the password filter | |
Synchronizes compromised passwords hashes from the Have I Been Pwned API | |
Extracts the hash of an AD user's password from the directory and tests it against the compromised password store | |
Tests to see if the specified string matches an item in banned word store | |
Tests to see if the specified string is in the compromised password store |
Last modified 8mo ago