Lithnet Password Protection for AD
Request a quote for supportDownloads
v1.0 - LPP
v1.0 - LPP
  • About Lithnet Password Protection
    • How does Password Protection help my organisation
    • Enterprise Support
  • Installation
    • Getting Started
    • Installation of Password Protection
    • Creating a new store
      • Understanding the store
    • Configure the password group policy
    • Testing the password filter
    • Audit existing passwords
    • Event logging and reporting
  • Configuration
    • Configuring a length based complexity policy
    • Configuring a points based complexity policy
  • Help & Support
    • Normalization Rules
  • Advanced Help
    • Powershell reference
      • Add-BannedWord
      • Add-CompromisedPassword
      • Get-PasswordFilterResult
      • Import-BannedWordHashes
      • Import-BannedWords
      • Import-CompromisedPasswordHashes
      • Import-CompromisedPasswords
      • Open-Store
      • Remove-BannedWord
      • Remove-CompromisedPassword
      • Test-IsADUserPasswordCompromised
      • Test-IsBannedWord
      • Test-IsCompromisedPassword
Powered by GitBook
On this page
  1. Advanced Help

Powershell reference

PreviousNormalization RulesNextAdd-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

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

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‐PasswordFilterResult
Import‐BannedWordHashes
Import‐BannedWords
Import‐CompromisedPasswordHashes
Import‐CompromisedPasswords
Open‐Store
Remove‐BannedWord
Remove‐CompromisedPassword
Test‐IsADUserPasswordCompromised
Test‐IsBannedWord
Test‐IsCompromisedPassword