PowerShell Team

Automating the world one-liner at a time…

V2 Quick Tips: Finding Extra Outputs From Your Script

One of the nifty features of functions in PowerShell is that they can return as many results from as many places as you’d like.  In fact, any method or cmdlet that would give you an output if you try it on the command line will also return values from a function.  While this can give you a lot of powerful capabilities (like easily ...