PoshCode Logo PowerShell Code Repository

Out-Posh (modification of post by view diff)
embed code: <script type="text/javascript" src="http://PoshCode.org/embed/1708"></script>download | new post

A little wrapper script/function to put pipeline output into New-BootsWindow

  1. # Personally, I use this as a script (just save in your path as Out-Posh.ps1, and delete all but the middle line (that starts with "end")
  2. function out-posh {
  3. end { New-BootsWindow { $input } -inline }
  4. }

Submit a correction or amendment below (
click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:


Remember me