News

Prof. Powershell PowerShell Objects in a Pipeline By Jeffery Hicks 03/11/2014 I'm sure you've heard me stress repeatedly that PowerShell is all about the objects and specifically objects in a pipeline ...
What makes PowerShell such a powerful management tool is that it is based on objects and not text parsing. Once you have an object it is very easy to work with its properties and methods. Most of the ...