Computer Library windows 2008 exchange server power shell security register

Perform Complex Arithmetic

1. Problem

You want to use PowerShell to calculate more complex or advanced mathematical results.read more



Format a Date for Output

1. Problem

You want to control the way that PowerShell displays or formats a date.

read more



Search a String for Text or a Pattern

1. Problem

You want to determine if a string contains another string, or want to find the position of read more



Create a String

1. Problem

You want to create a variable that holds text.

read more



Repeat Operations with Loops

1. Problem

You want to execute the same block of code more than once.read more



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



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