Even though I'm always talking about PowerShell objects, there are times when we try to find things based on an object property. Most often the property is a string, or a piece of text. There are a ...
Describes the operators that work with Microsoft .NET types. The -as operator tries to convert the input object to the specified .NET type. If it succeeds, it returns ...