powerview

Cheat Sheets

PowerView 2.0 https://gist.github.com/HarmJ0y/3328d954607d71362e3c

PowerView 3.0 https://gist.github.com/HarmJ0y/184f9822b195c52dd50c379ed3117993

Find Users

Import-Module .\PowerView.ps1

Get-NetUser | select cn

Find Administrator Groups

Get-NetGroup -GroupName *admin*

Find shares

Invoke-ShareFinder

Find other OS's running on the network

Get-NetComputer -fulldata | select operatingsystem

Last updated