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
- # 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")
- function out-posh {
- end { New-BootsWindow { $input } -inline }
- }
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.
PowerShell Code Repository