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
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
Control Access and Scope of Variables and Other Items
1. Problem
You want to control how you define (or interact with) the visibility of variables, aliases, functions, and drives.
read more
Access Environment Variables
1. Problem
You want to use an environment variable (such as the system path, or current user’s name) in your script or interactive read more
Store Information in Variables
1. Problem
You want to store the output of a pipeline or command for later use, or to work with it in more detail.
2. Solution
read more

