Types and Objects
1. Problem
You have an instance of an object and want to know what methods and properties it supports.
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

