MichaelGrafnetter / DSInternals

Directory Services Internals (DSInternals) PowerShell Module and Framework
https://www.dsinternals.com
MIT License
1.62k stars 250 forks source link

Test-PasswordQuality: Add SamAccountName as Password test #164

Closed bluecurby closed 1 year ago

bluecurby commented 1 year ago

In some environments it is not uncommon to find user/service accounts with the SamAccountName as the Password. This commit adds this test to the Test-PasswordQuality command.

MichaelGrafnetter commented 1 year ago

This is a nice feature, thanks! For many orgs it will definitely start reporting those crazy RADIUS MAC Authentication accounts which have the device MAC address configured as both username and password.

MichaelGrafnetter commented 1 year ago

@bluecurby Could you pls. also update the corresponding examples in the MarkDown doc?

bluecurby commented 1 year ago

@MichaelGrafnetter Sure done. https://github.com/MichaelGrafnetter/DSInternals/pull/165