Last Updated: February 25, 2016
·
530
· ajkerrigan

PowerShell Prompt - Display type info for the last command's output

If an object reaches the end of the PowerShell pipeline without being handled, it typically hits the Out-Default cmdlet and makes its way to your console's standard output stream. That is usually quite useful and convenient, but sometimes it's nice to get some type information about the object(s) that just scrolled by. This Gist provides one way to do that.

https://gist.github.com/ajkerrigan/8743737