Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
darkpixel opened this issue Mar 14, 2023 · 4 comments
Open
Assignees
Labels
enhancement New feature or request pinned

Comments

@darkpixel
Copy link

darkpixel commented Mar 14, 2023

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

@darkpixel darkpixel changed the title Feature Request: Show scoring with Get‐PasswordFilterResult Feature Request: Show scoring / points with Get‐PasswordFilterResult Mar 14, 2023
@stale
Copy link

stale bot commented Mar 22, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

@stale stale bot added the stale label Mar 22, 2023
@darkpixel
Copy link
Author

Zark off stalebot

@stale stale bot removed the stale label Mar 22, 2023
@ryannewington ryannewington self-assigned this Mar 26, 2023
@ryannewington ryannewington added enhancement New feature or request pinned labels Mar 26, 2023
@ryannewington
Copy link
Member

Apologies for the aggressive stalebot!

v1.1 has a new cmdlet for Get-PasswordFilterPolicy which shows the settings that apply.

I'll pin this suggestion for a future enhancement to be able to show the points assignment as suggested.

@darkpixel
Copy link
Author

I just updated and was thinking to myself "I seem to recall something about a powershell command to calculate a password score, but I don't see it anywhere..."

Now that I found my old feature request it all makes sense. ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

2 participants