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:
. .\Downloads\PowerView.ps1Help about a command
get-help <COMMAND>
get-help Get-NetComputerEnumerate Domain Users
Get-NetUser | Select cnEnumerate Domain Groups
Get-NetGroupGet-NetGroup -GroupName *admin*Enumerate shared folders in Domain
Invoke-ShareFinderEnumerate Computers in Domain
Get-NetComputer -FullDataLast updated