IsePack is full of interesting tricks. Of my personal favorites is output interception.
When you're running IsePackV2, the output of every command is stored in a variable called $lastOutput.
You can show the last output in a side pane at any time by pressing ALT+O. When you do this, $lastOutput is rendered with Out-HTML, almost like it would be in a
PowerShell Pipeworks web site. Let's check out some cool things you can do with this.