< Back

HaveIBeenPwned

Mon Jan 13, 2020 8:14 pm

NAME HaveIBeenPwned



SYNOPSIS

Gets information on compromised email accounts





SYNTAX

HaveIBeenPwned [[-Email] <Object>] [<CommonParameters>]





DESCRIPTION

Check to see if your email account was involved in a data breach. Returns $False if the email address is not

involved in any breach.





PARAMETERS

-Email <Object>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Requires email address





OUTPUTS

Results are returned as an array





NOTES





Author: Tim Jardim

Date: 20.11.18 (dd.mm.yy)



Version:1.001.002



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>HaveIBeenPwned -Email myemailaddress@example.com















RELATED LINKS