Windows PowerShell About Help Topics
Applies To: Windows PowerShell 2.0
This section contains the conceptual ("about") help topics in Windows PowerShell.
Topic | Description |
---|---|
Describes alternate names for cmdlets and commands in Windows PowerShell. |
|
Describes the operators that perform arithmetic in Windows PowerShell. |
|
Describes arrays; a compact data structure for storing data elements. |
|
Describes the operators that assign values to variables. |
|
Describes the automatic variables, which that store state information for Windows PowerShell. |
|
Explains how to use the Break statement, a statement that immediately exits Foreach, For, While, Do, and Switch statements. |
|
Explains how Windows PowerShell finds commands. |
|
Explains the command format in Windows PowerShell. |
|
Explains how to write comment-based help topics for functions and scripts. |
|
Describes parameters that can be used with any cmdlet. |
|
Describes the operators that compare values in Windows PowerShell. |
|
Describes the Continue statement, which immediately returns to top of a program loop. |
|
Lists the cmdlets designed for use with Windows PowerShell providers. |
|
Describes the Data section of scripts, which is designed to isolate data from code logic. |
|
Describes the Windows PowerShell script debugger, a set of cmdlets for debugging scripts and functions. |
|
Describes the Do statement, which runs a script block one or more times subject to a While or Until condition. |
|
Explains how to access Windows environment variables in Windows PowerShell. |
|
Introduces the escape character in Windows PowerShell (`) and explains its effect. |
|
Describes the Windows PowerShell event log in Event Viewer. |
|
Describes the Windows PowerShell execution policies and explains how to manage them. |
|
Describes the For loop in Windows PowerShell. |
|
Describes the ForEach statement, a statement that acts on each item in a collection. |
|
Describes the Format.ps1xml files that define the default display of objects in the console. |
|
Explains how to create and use functions in Windows PowerShell. |
|
Introduction to advanced functions; the functions that act like cmdlets. |
|
Explains how to use the methods and properties that are available to cmdlets in advanced functions. |
|
Shows how to declare parameters for advanced functions. |
|
Describes the CmdletBinding attribute, which identifies a function that works like a cmdlet. |
|
Explains how to create, use, and sort hash tables in Windows PowerShell. |
|
Explains how to get and run commands from the command history. |
|
Describes the If statement, which establishes conditions for an action. |
|
Describes Windows PowerShell background jobs. |
|
Provides detailed information about background jobs. |
|
Describes the Join operator, which combines multiple strings into a single string. |
|
Describes the keywords in the Windows PowerShell scripting language. |
|
Describes the editing features of the Windows PowerShell console. |
|
Explains how to use the working location in Windows PowerShell. |
|
Describes the operators that connect statements in Windows PowerShell. |
|
Explains how to use methods to perform actions on objects in Windows PowerShell. |
|
Explains how to install, import, and use Windows PowerShell modules. |
|
Explains how to work with objects in Windows PowerShell. |
|
The overview topic that describes operators in Windows PowerShell. Contains topics about each operator type. |
|
Lists the Windows PowerShell operators in precedence order. |
|
Explains how to working with cmdlet parameters in Windows PowerShell. |
|
Explains how Windows PowerShell parses commands. |
|
Describes full and relative path name formats in Windows PowerShell. |
|
Explains how to combine commands into pipelines in Windows PowerShell. |
|
Describes the preference variables that customize Windows PowerShell. |
|
Explains how to create and use a Windows PowerShell profile. |
|
Explains how to create and use a Windows PowerShell profile. |
|
Explains how to use object properties in Windows PowerShell. |
|
Describes the Windows PowerShell providers and explains how to use the data that they expose. |
|
Describes Windows PowerShell sessions (PSSessions) and explains how to use them to run remote commands. |
|
Provides detailed information about Windows PowerShell sessions. |
|
Describes Windows PowerShell snap-ins and explains how to use them to extend Windows PowerShell. |
|
Explains the rules for using single and double quotation marks in Windows PowerShell, including here-strings. |
|
Explains how to redirect output to variables and text files. Includes redirection operators. |
|
Explains how to create and use a reference variable type. |
|
Explains how to use regular expressions in Windows PowerShell. |
|
How to run remote commands in Windows PowerShell. |
|
Questions and answers about running remote commands in Windows PowerShell. |
|
Explains how to run background jobs on remote computers |
|
Interpreting and formatting the output of remote commands. |
|
System requirements and configuration requirements for running remote commands in Windows PowerShell. |
|
Troubleshooting remote operations in Windows PowerShell. |
|
Describes the Requires statement, which prevents a script from running without required snap-ins and versions. |
|
Lists words that are reserved to Windows PowerShell. |
|
Exits the current scope, which can be a function, script, or script block. |
|
Explains how to set and change the scope of functions and variables in Windows PowerShell. |
|
Explains how to use script blocks to combine expressions, statements and commands into a single code block. |
|
Describes the features that make it easy for scripts to display user messages in the language selected for Windows. |
|
Explains how to write and run scripts in Windows PowerShell. |
|
Describes session configurations, which determine the users who can connect to the computer remotely and the commands they can run. |
|
Describes the Windows PowerShell execution policies, explains how to manage them, and explains to how sign scripts so they comply with the execution policies. |
|
Describes the special characters in Windows PowerShell. |
|
Describes the Split operator, which splits strings into substrings. |
|
Explains how to use a switch statement to replace multiple If statements. |
|
Describes the Throw keyword, which generates a terminating error. |
|
Explains how to manage transacted operations in Windows PowerShell. |
|
Describes the Trap keyword, which handles a terminating error. |
|
Error handling in scripts is done using the Try, Catch, and Finally script blocks. |
|
Describes the Types.ps1xml files that let you extend the .NET types of objects used in Windows PowerShell. |
|
Describes the operators that work with .NET types. |
|
An overview topic that explains the types of variables in Windows PowerShell. |
|
Describes While loops in Windows PowerShell. |
|
Explains how to use the wildcard character (*) in Windows PowerShell. |
|
Describes the features introduced in the Windows PowerShell 2.0. |
|
Describes the Windows PowerShell Integrated Scripting Environment. |
|
Provides background information about Windows Management Instrumentation (WMI) and Windows PowerShell. |
|
Provides an overview of Web Services for Management (WS-Management) as background for using the WS-Management cmdlets in Windows PowerShell. |
See Also
Concepts
Windows PowerShell Cmdlet Help Topics
Windows PowerShell Provider Help Topics
PowerShell.exe Console Help