-
In an object oriented world, commands return all kinds of different objects. To really find what you are looking for, identifying object types is crucial. Identifying .NET Objects Most often, you work with .NET objects since PowerShell is based on .NET. Cmdlets generally return .NET objects. Let's...