Using Powerview
Powerview is a powershell script used popularly for enumeration of an Active Directory. The powerview script can be downloaded from the following link,
https://github.com/PowerShellMafia/PowerSploit/blob/master/Recon/PowerView.ps1
Once the script is made available in the sytem being exploited, it has to be imported using the following command,
Once the import is successful the following commands can be used to extract the info,
The above command lists all active sessions present with the domain controller. The system mentioned in the command has to be the domain controller.
Last updated