Computer Library windows 2008 exchange server power shell security register

Format a Date for Output

1. Problem

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

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



Filter Items in a List or Command Output

Recipe 2.1. Filter Items in a List or Command Output

1. Problem

You want to filter the items in a list or command output.

read more



Configure Debug, Verbose, and Progress Output

1. Problem

You want to manage the detailed debug, verbose, and progress output generated by cmdlets and scripts.read more



Manage the Error Output of Commands

1. Problem

You want to display detailed information about errors that come from commands.

2. Solution

read more



Store the Output of a Command into a File

1. Problem

You want to redirect the output of a pipeline into a file.

2. Solution

To redirect read more