Computer Library windows 2008 exchange server power shell security register

Add Custom Methods and Properties to Objects

1. Problem

You have an object and want to add your own custom properties or methods (members) to that object.read more



Types and Objects

1. Problem

You have an instance of an object and want to know what methods and properties it supports.

read more



Use a COM Object

1. Problem

You want to create a COM object to interact with its methods and properties.read more



Create an Instance of a .NET Object

1. Problem

You want to create an instance of a .NET object to interact with its methods and properties.

2. read more



Work with .NET Objects

1. Problem

You want to use and interact with one of the features that make PowerShell so powerful—its intrinsic support for .NET objects.read more



Simplify Most Where-Object Filters

The Where-Object cmdlet is incredibly powerful, in that it allows you to filter your output based on arbitrary criteria. For extremely simple filters read more