Skip to content

Setup & Requirements

Scott Sutherland edited this page Mar 23, 2022 · 7 revisions

Setup

  1. Download PowerHunt, unzip it, and navigate to its directory.

    Download PowerHunt

  2. Disable the PowerShell execution policy if required.
Set-ExecutionPolicy Bypass -Scope Process
  1. Import the PowerHunt.psm1 module.
Import-Module PowerHunt.psm1
  1. Run the command with the desired parameters.

    Command examples

Requirements

  • 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.