Open mcdonamw opened 5 months ago
The ReadMe has the following example, but it appears the padding parameter does not exist for this cmdlet.
Get-PwnedPassword -Password monkey -Padding false Identifies if the password has been found with response padding removed. *No API key required
PS C:\Temp> Get-PwnedPassword -Password password -Padding false Get-PwnedPassword: A parameter cannot be found that matches parameter name 'Padding'.
The ReadMe has the following example, but it appears the padding parameter does not exist for this cmdlet.
Get-PwnedPassword -Password monkey -Padding false Identifies if the password has been found with response padding removed. *No API key required