Manage the Error Output of Commands
1. Problem
You want to display detailed information about errors that come from commands.
2. Solution
Display the Properties of an Item As a List
1. Problem
You have an item (for example, an error record, directory item, or .NET object), and you want to display detailed information about that object in a list format.read more
Access and Manage Your Console History
1. Problem
After working in the shell for a while, you want to invoke commands from your history, view your command history, and save your command history.
read more
Measure the Duration of a Command
1. Problem
You want to know how long a command takes to execute.
2. Solution
To measure the read more
Invoke a PowerShell Script From Outside PowerShell
1. Problem
You want to invoke a PowerShell script from a batch file, a logon script, scheduled task, or any read more
Get Help on a Command
Find a Command to Accomplish a Task
1. Problem
You want to accomplish a task in PowerShell but don’t know the command or cmdlet to accomplish that task.
2. Solution
read more

