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

-Threads

Specifies the number of threads to use

-ProxyAddress

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

CommonParameters

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

INPUTS

None

OUTPUTS

System.Object

NOTES

Last updated