PowerView
Powerview is a powerful powershell script from powershell empire that can be used for enumerating a domain after you have already gained a shell in the system.
Import PowerView.ps1
Start Powershell (powershell -ep bypass) -ep bypasses the execution policy of powershell allowing you to easily run scripts.
Move .ps1 file on the system and import it:
Help about a command
Enumerate Domain Users
Enumerate Domain Groups
Enumerate shared folders in Domain
Enumerate Computers in Domain
Last updated