Windows Privilege Escalation

System Enumeration

List Users

net user

User Privileges

whoami /priv

Search Files

If you dont know the full path of the file or even the extension, you can use: *<FILE>*

cmd /s <FILE>

List Recursive Directories

tree /F

Add SMB share to network drives

net use z: \\<ip>\<share> /user:<user> <pass>

Execute Remote PowerShell Script