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
  • PARAMETERS
  • -Reset
  • -Threads
  • -ProxyAddress
  • CommonParameters
  • INPUTS
  • None
  • OUTPUTS
  • System.Object
  • NOTES
  • RELATED LINKS
  1. Advanced Help
  2. Powershell reference

Sync-HashesFromHibp

SYNOPSIS

Synchronizes the hashes from the Have I Been Pwned API into the compromised password store

SYNTAX

Sync-HashesFromHibp [[-Threads] <Int32>] [-Reset] [-ProxyAddress <String>] [<CommonParameters>]

DESCRIPTION

This cmdlet performs a synchronization of the NTLM hashes in the Have I Been Pwned API into the compromised password store.

EXAMPLES

Example 1

PS C:\> Sync-HashesFromHibp

Initializes the synchronization from the Have I Bene Pwned API

PARAMETERS

-Reset

Resets the synchronization state and forces a full enumeration of all hashes in the Have I Been Pwned API

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Threads

Specifies the number of threads to use

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: 8 x the number of CPU cores
Accept pipeline input: False
Accept wildcard characters: False

-ProxyAddress

Specifies the address of the HTTP proxy server to use (optional)

Type: String
Parameter Sets: (All)
Aliases:

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

CommonParameters

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

PreviousSet-PasswordFilterConfigNextTest-IsADUserPasswordCompromised

Last updated 1 month 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