Closed waynetur closed 3 years ago
Also please guide me as to what information I can furnish to better provide assistance
I have just refactored the Test-PasswordQuality cmdlet to support huge password and password hash files. I successfully tested it with a 18GB file from haveibeenpwned.com. Wait for the next release, please.
Regarding the missing accounts from Get-ADDBAccount, it only returns writable objects (=Domain Partition on a RW DC) that are not deleted and have SamAccountType equal to User, Computer or Trust.
Are you able to retrieve those missing accounts by -DistinguishedName or -SamAccountName instead of -All?
Thank you I will test and provide feedback
Regards Wayne
On Fri, 28 Sep 2018, 17:42 Michael Grafnetter, notifications@github.com wrote:
I have just refactored the Test-PasswordQuality cmdlet to support huge password and password hash files. I successfully tested it with a 18GB file from haveibeenpwned.com https://haveibeenpwned.com/Passwords. Wait for the next release, please.
Regarding the missing accounts from Get-ADDBAccount, it only returns writable objects (=Domain Partition on a RW DC) that are not deleted and have SamAccountType equal to User, Computer or Trust.
Are you able to retrieve those missing accounts by -DistinguishedName or -SamAccountName instead of -All?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MichaelGrafnetter/DSInternals/issues/56#issuecomment-425477629, or mute the thread https://github.com/notifications/unsubscribe-auth/App9EbA1MvYi4uEnPgSHlqvMQPdyIwBVks5ufkNygaJpZM4W-tMW .
Hi @waynetur , have you done any further tests with DSInternals? Have your issues been resolved?
Ping! ;-) @waynetur
I ran this command but it appears not all my accounts was returned. The hash for quite a few accounts was returned but s spot check revealed that a quite s number was not returned.
I cannot determine any pattern of what was not returned or could not visible see any error.
Could this be a lack of memory . Also I plan to test the password strength against a 22 gig password textfile which seems to die due to memory.
Regards