Computer Library windows 2008 exchange server power shell security register

Convert Numbers Between Bases

1. Problem

You want to convert a number to a different base.

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



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



Insert Dynamic Information in a String

1. Problem

You want to place dynamic information read more



Manage Large Conditional Statements with Switches

1. Problem

You want to find an easier or more compact way to represent a large read more



Adjust Script Flow Using Conditional Statements

1. Problem

You want to control the conditions under which PowerShell executes commands or portions of 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



Automate Data-Intensive Tasks

1. Problem

You want to invoke a simple task on large amounts of data.

2. read more