Computer Library windows 2008 exchange server power shell security register

Work with Numbers As Binary

1. Problem

You want to work with the individual bits of a number, or work with a number built by combining a series of read more



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



Convert a String to Upper/Lowercase

1. Problem

You want to convert a string to uppercase or read more



Place Special Characters in a String

1. Problem

You want to place special characters (such as tab and newline) in a string read more



Create a String

1. Problem

You want to create a variable that holds text.

read more



Make Decisions with Comparison and Logical Operators

1. Problem

You want to compare some data with other data and make a decision based on that 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



Work with Each Item in a List or Command Output

1. Problem

You have a list of items and want to work with each item in that list.

read more