This document summarizes a presentation about Harness, a tool created by Rich Kelley to make Powershell weaponization easier. Harness allows fully interactive remote Powershell sessions by running payloads on target machines that import modules and return results over the wire. It uses Python and Asyncio on the listener side to seamlessly copy Powershell scripts and commands to targets, with the same capabilities as native Powershell. The tool aims to improve on previous solutions for remote Powershell execution by providing an easy way to gain access, import modules, and run commands on targets from an interactive Powershell console.