Powershell

You can basically think of Powershell as Microsoft's counter argument to Bash. (Is that a hot take?)

Once you've got your swiss army commands for Powershell you'll slowly start to get your logical flows, and understanding how you can return, and maybe even iterate over, the exact data you are looking for.

I have heard a lot of people user Powershell for administrative work, and Active Directory Enumeration. Some other for Turning off Defender (lol) so its really just really vast what you can do with Powershell. (You can even install it on linux!)

Last updated