< # .SYNOPSIS This script displays the value, and type, of an expression. .DESCRIPTION This script is a rewrite of the second example on this page, The script illustrates how to use the GetType method to...
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...