-
Notifications
You must be signed in to change notification settings - Fork 10
Setup & Requirements
Scott Sutherland edited this page Mar 23, 2022
·
7 revisions
- Download PowerHunt, unzip it, and navigate to its directory.
Download PowerHunt
- Disable the PowerShell execution policy if required.
Set-ExecutionPolicy Bypass -Scope Process
- Import the PowerHunt.psm1 module.
Import-Module PowerHunt.psm1
- Run the command with the desired parameters.
Command examples
- Administrative privileges to the system PowerHunt is run from.
- Domain user credentials with administrative privileges to the computers being targeted.
- PowerShell Remoting must be enabled and accessible on the target systems.