No longer do you need to download 3rd party software for incredibly basic tasks such as getting file hashes. Hashing functionality is built right in to power-shell. Example: Get-FileHash -Path C:\Users\david.messenger\Downloads\asr1001x-universalk9.16.06.08.SPA.bin -Algorithm SHA512 | format-List https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-filehash?view=powershell-7
List all Domain Controllers in an Active Directory Domain
I’m putting this here because I often find myself searching for this one-line command to list the domain controllers for a domain. Nice simple command from a windows machine: nltest /dclist:example.com