You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the output for Test-PasswordQuality i get domain\user.
But in the PwDump I only get username.
Is there a way to get a domain reference in the pwdump etc.?
Thank you
The text was updated successfully, but these errors were encountered:
Hi @Jupithor, all custom views would deserve some improvements, including a filter that would drop user accounts without password hashes and computer accounts.
You could try to manually modify the DSInternals.DSAccount.ExportViews.format.ps1xml file and replace $PSItem.SamAccountName with $PSItem.LogonName. I would be curious to hear if the \ character is compatible with the current versions of tools like Hashcat, John the Ripper, Ophcrack, Rainbowcrack, or Elcomsoft Distributed Password Recovery.
I am working with multiple domains, and doing something like this:
In the output for Test-PasswordQuality i get domain\user.
But in the PwDump I only get username.
Is there a way to get a domain reference in the pwdump etc.?
Thank you
The text was updated successfully, but these errors were encountered: