本节包含 Windows PowerShell 中的概念性(“about”)帮助主题。

主题 说明

about_Aliases

介绍 cmdlet 和命令在 Windows PowerShell 中的替代名称。

about_Arithmetic_Operators

介绍 Windows PowerShell 中用于执行算术运算的运算符。

about_Arrays

介绍数组;数组是一种用于存储数据元素的紧凑型数据结构。

about_Assignment_Operators

介绍用于为变量赋值的运算符。

about_Automatic_Variables

介绍用于存储 Windows PowerShell 状态信息的自动变量。

about_Break

说明如何使用 Break 语句;此语句可立即退出 ForeachForWhileDoSwitch 语句。

about_Command_Precedence

说明 Windows PowerShell 如何查找命令。

about_Command_Syntax

说明 Windows PowerShell 中的命令格式。

about_Comment_Based_Help

说明如何为函数和脚本编写基于注释的帮助主题。

about_Commonparameters

介绍可用于任何 cmdlet 的参数。

about_Comparison_Operators

介绍 Windows PowerShell 中用于比较值的运算符。

about_Continue

介绍 Continue 语句;此语句可立即返回到程序循环的顶部。

about_Core_Commands

列出专门用于 Windows PowerShell 提供程序的 cmdlet。

about_Data_Sections

介绍脚本的 Data 节;此节用于隔离数据与代码逻辑。

about_Debuggers

介绍 Windows PowerShell 脚本调试程序;此调试程序是用于调试脚本和函数的一组 cmdlet。

about_Do

介绍 Do 语句;此语句会根据 While 或 Until 条件将某一脚本块运行一次或多次。

about_Environment_Variables

说明如何在 Windows PowerShell 中访问 Windows 环境变量。

about_Escape_Characters

介绍 Windows PowerShell 中的转义字符 (`) 并说明其作用。

about_Eventlogs

介绍事件查看器中的 Windows PowerShell 事件日志。

about_Execution_Policies

介绍 Windows PowerShell 执行策略,并说明如何对它们进行管理。

about_For

介绍 Windows PowerShell 中的 For 循环。

about_Foreach

介绍 ForEach 语句;此语句会对集合中的每一项执行操作。

about_Format.ps1xml

介绍用于定义对象在控制台中的默认显示方式的 Format.ps1xml 文件。

about_Functions

说明如何在 Windows PowerShell 中创建和使用函数。

about_Functions_Advanced

介绍高级函数;这些函数的行为类似于 cmdlet。

about_Functions_Advanced_Methods

说明如何在高级函数中使用可用于 cmdlet 的方法和属性。

about_Functions_Advanced_Parameters

说明如何为高级函数声明参数。

about_Functions_Cmdletbindingattribute

介绍 CmdletBinding 属性;此属性标识工作方式类似于 cmdlet 的函数。

about_Hash_Tables

说明如何在 Windows PowerShell 中创建和使用哈希表,以及如何对哈希表中的数据排序。

about_History

说明如何获取和运行命令历史记录中的命令。

about_If

介绍用于设定操作条件的 If 语句。

about_Jobs

介绍 Windows PowerShell 后台作业。

about_Job_Details

提供有关后台作业的详细信息。

about_Join

介绍可将多个字符串合并为一个字符串的 Join 运算符。

about_Language_Keywords

介绍 Windows PowerShell 脚本语言中的关键字。

about_Line_Editing

介绍 Windows PowerShell 控制台的编辑功能。

about_Locations

说明如何在 Windows PowerShell 中使用工作位置。

about_Logical_Operators

介绍 Windows PowerShell 中用于连接语句的运算符。

about_Methods

说明如何在 Windows PowerShell 中使用方法对对象执行操作。

about_Modules

说明如何安装、导入和使用 Windows PowerShell 模块。

about_Objects

说明如何在 Windows PowerShell 中使用对象。

about_Operators

这是一个介绍 Windows PowerShell 中的运算符的概述主题,其中包含有关每种运算符类型的主题。

about_Parameters

说明如何在 Windows PowerShell 中使用 cmdlet 参数。

about_Parsing

说明 Windows PowerShell 如何分析命令。

about_Path_Syntax

介绍 Windows PowerShell 中的完整和相对路径名称格式。

about_Pipelines

说明如何在 Windows PowerShell 中将命令合并到管道中。

about_Preference_Variables

介绍用于自定义 Windows PowerShell 的首选项变量。

about_Profiles

说明如何创建和使用 Windows PowerShell 配置文件。

about_Prompts

说明如何创建和使用 Windows PowerShell 配置文件。

about_Properties

说明如何在 Windows PowerShell 中使用对象属性。

about_Providers

介绍 Windows PowerShell 提供程序,并说明如何使用它们公开的数据。

about_PSSessions

介绍 Windows PowerShell 会话 (PSSession),并说明如何使用它们运行远程命令。

about_PSSession_Details

提供有关 Windows PowerShell 会话的详细信息。

about_Pssnapins

介绍 Windows PowerShell 管理单元,并说明如何使用它们扩展 Windows PowerShell。

about_Quoting_Rules

说明单引号和双引号在 Windows PowerShell(包括 here-string)中的使用规则。

about_Redirection

说明如何将输出重定向到变量和文本文件,并对重定向运算符进行了介绍。

about_Ref

说明如何创建和使用引用变量类型。

about_Regular_Expressions

说明如何在 Windows PowerShell 中使用正则表达式。

about_Remote

介绍如何在 Windows PowerShell 中运行远程命令。

about_Remote_FAQ

有关在 Windows PowerShell 中运行远程命令的问题和解答。

about_Remote_Jobs

说明如何在远程计算机上运行后台作业

about_Remote_Output

对远程命令的输出进行解释和格式设置。

about_Remote_Requirements

在 Windows PowerShell 中运行远程命令的系统要求和配置要求。

about_Remote_Troubleshooting

有关在 Windows PowerShell 中执行远程操作的疑难解答。

about_Requires

介绍 Requires 语句;此语句不需要管理单元和版本信息即可阻止脚本运行。

about_Reserved_Words

列出 Windows PowerShell 中的保留字。

about_Return

退出当前作用域(可能是函数、脚本或脚本块)。

about_Scopes

说明如何在 Windows PowerShell 中设置和更改函数与变量的作用域。

about_Script_Blocks

说明如何使用脚本块将表达式、语句和命令合并为一个代码块。

about_Script_Internationalization

介绍有助于脚本以选定的 Windows 语言来显示用户消息的功能。

about_Scripts

说明如何在 Windows PowerShell 中编写和运行脚本。

about_Session_Configurations

介绍用于确定可远程连接到计算机的用户及其可运行的命令的会话配置。

about_Signing

介绍 Windows PowerShell 执行策略,并说明如何对它们进行管理,以及如何对脚本进行签名以使其符合执行策略。

about_Special_Characters

介绍 Windows PowerShell 中的特殊字符。

about_Split

介绍可将字符串拆分为多个子字符串的 Split 运算符。

about_Switch

说明如何使用 switch 语句替换多个 If 语句。

about_Throw

介绍可产生终止错误的 Throw 关键字。

about_Transactions

说明如何管理 Windows PowerShell 中的事务处理操作。

about_Trap

介绍用于处理终止错误的 Trap 关键字。

about_Try_Catch_Finally

脚本中的错误处理是使用 Try、Catch 和 Finally 脚本块实现的。

about_Types.ps1xml

介绍 Types.ps1xml 文件;此文件可用于扩展 Windows PowerShell 中所用对象的 .NET 类型。

about_Type_Operators

介绍可用于 .NET 类型的运算符。

about_Variables

这是一个概述主题,其中介绍了 Windows PowerShell 中的变量类型。

about_While

介绍 Windows PowerShell 中的 While 循环。

about_Wildcards

说明如何在 Windows PowerShell 中使用通配符 (*)。

about_Windows_PowerShell_2.0

介绍 Windows PowerShell 2.0 中引入的功能。

about_Windows_PowerShell_ISE

介绍 Windows PowerShell 集成脚本环境。

about_WMI_Cmdlets

提供有关 Windows Management Instrumentation (WMI) 和 Windows PowerShell 的背景信息。

about_WS-Management_Cmdlets

概述作为在 Windows PowerShell 中使用 WS-Management cmdlet 的后台的 Web Services for Management (WS-Management)。

另请参阅




目录