Skip to content

Cheatsheets

Muhammad Ali edited this page Mar 28, 2024 · 3 revisions
  • Find all Domain Users with zero "badPwdCount" value (Can be use safely for password spraying)
Get-DomainUser -Where 'badPwdCount contains 0'
  • View all kerberos users with their supported encryption types (Check if AES supported - Can be use with -Opsec)
Get-DomainUser -SPN -Select samaccountname,msDS-SupportedEncryptionTypes
Clone this wiki locally