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
  • SYNOPSIS
  • SYNTAX
  • DESCRIPTION
  • EXAMPLES
  • Example 1
  • Example 2
  • Example 3
  • PARAMETERS
  • -Enabled
  • -StorePath
  • CommonParameters
  • INPUTS
  • None
  • OUTPUTS
  • System.Object
  • NOTES
  • RELATED LINKS
  1. Advanced Help
  2. Powershell reference

Set-PasswordFilterConfig

SYNOPSIS

Changes the password filter configuration

SYNTAX

Set-PasswordFilterConfig [[-StorePath] <String>] [-Enabled] [<CommonParameters>]

DESCRIPTION

This cmdlet allows you to change the store location, and the enabled state of the password filter

EXAMPLES

Example 1

PS C:\> Set-PasswordFilterConfig -Enabled:$false

Disables the password filter

Example 2

PS C:\> Set-PasswordFilterConfig -Enabled

Enables the password filter

Example 3

PS C:\> Set-PasswordFilterConfig -StorePath C:\newstore

Changes the store location to C:\newstore

PARAMETERS

-Enabled

Enables or disables the password filter

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: true
Accept pipeline input: False
Accept wildcard characters: False

-StorePath

The path to the password store

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

PreviousRemove-CompromisedPasswordNextSync-HashesFromHibp

Last updated 2 years ago

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see .

about_CommonParameters