Object Oriented Programming (OOP) was introduced to software development almost half a century ago, and its popularity has reached all fields of software development. All? Well almost. OOP was ...
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 ...