Skip to content

Feature Request: Show scoring / points with Get‐PasswordFilterResult #100

@darkpixel

Description

@darkpixel

It would be nice if Get-PasswordFilterResult could output the score for a password. Maybe like:

PS C:\Users\aaron> Get-PasswordFilterResult -fullname "Test User" -username "test" -password "lowscorepass1!"
PointsForCharacters: 12
PointsForLowerCase: 0
PointsForUpperCase: 0
PointsForNumbers: 1
PointsForSymbols: 1
PointsForHavingLowerCase: 1
PointsForHavingUpperCase: 0
PointsForHavingNumbers: 1
PointsForHavingSymbols: 1
PointsTotal: 17
PointsRequired: 20
Result: ComplexityPointsNotMet
PS C:\Users\aaron>

I think it would help when tuning things.

Maybe even output the registry values related to the policy. i.e. PointsGivenPerCharacter: 1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions