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



Convert a String to Upper/Lowercase

1. Problem

You want to convert a string to uppercase or 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



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



Repeat Operations with Loops

1. Problem

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



Use a COM Object

1. Problem

You want to create a COM object to interact with its methods and properties.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



Pipelines

2.1. Introduction

One of the fundamental concepts in a shell is called the pipeline. It also forms the read more