Lithnet Password Protection for AD
Request a quote for supportDownloads
v1.1
v1.1
  • Home
    • About Lithnet Password Protection
  • Setup
    • Getting started
    • Downloads
    • Setup requirements
    • Installation
    • Creating a new store
    • Load compromised passwords into the store
    • Configure group policy
    • Testing the password filter
  • Auditing
    • Audit existing passwords
  • Help & Support
    • Testing the password filter
    • Troubleshooting steps
    • Frequently asked questions
    • Getting support
    • Change log
  • Advanced Help
    • Powershell reference
      • Add-BannedWord
      • Add-CompromisedPassword
      • Get-PasswordFilterConfig
      • Get-PasswordFilterPolicy
      • Get-PasswordFilterResult
      • Import-BannedWordHashes
      • Import-BannedWords
      • Import-CompromisedPasswordHashes
      • Import-CompromisedPasswords
      • Open-Store
      • Remove-BannedWord
      • Remove-CompromisedPassword
      • Set-PasswordFilterConfig
      • Sync-HashesFromHibp
      • Test-IsADUserPasswordCompromised
      • Test-IsBannedWord
      • Test-IsCompromisedPassword
    • Normalization Rules
    • Event logging and reporting
    • Configuring a length based complexity policy
    • Configuring a points based complexity policy
    • Understanding the store
Powered by GitBook
On this page
  1. Advanced Help

Powershell reference

PreviousChange logNextAdd-BannedWord

Last updated 2 years ago

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

Add‐BannedWord
Add‐CompromisedPassword
Get‐PasswordFilterConfig
Get‐PasswordFilterPolicy
Get‐PasswordFilterResult
Import‐BannedWordHashes
Import‐BannedWords
Import‐CompromisedPasswordHashes
Import‐CompromisedPasswords
Open‐Store
Remove‐BannedWord
Remove‐CompromisedPassword
Set-PasswordFilterConfig
Sync-HashesFromHibp
Test‐IsADUserPasswordCompromised
Test‐IsBannedWord
Test‐IsCompromisedPassword