PowerShell命令cmdlet大全
PowerShell
PowerShell/PowerShell: PowerShell 是由微软开发的命令行外壳程序和脚本环境,支持任务自动化和配置管理。它包含了丰富的.NET框架功能,适用于Windows和多个非Windows平台,提供了一种强大而灵活的方式来控制和自动执行系统管理任务。
项目地址:https://gitcode.com/gh_mirrors/po/PowerShell
免费下载资源
·
Name | Category | Synopsis |
---- | -------- | -------- |
ac | Alias | Add-Content |
asnp | Alias | Add-PSSnapin |
clc | Alias | Clear-Content |
cli | Alias | Clear-Item |
clp | Alias | Clear-ItemProperty |
clv | Alias | Clear-Variable |
cpi | Alias | Copy-Item |
cpp | Alias | Copy-ItemProperty |
cvpa | Alias | Convert-Path |
diff | Alias | Compare-Object |
epal | Alias | Export-Alias |
epcsv | Alias | Export-Csv |
fc | Alias | Format-Custom |
fl | Alias | Format-List |
foreach | Alias | ForEach-Object |
% | Alias | ForEach-Object |
ft | Alias | Format-Table |
fw | Alias | Format-Wide |
gal | Alias | Get-Alias |
gc | Alias | Get-Content |
gci | Alias | Get-ChildItem |
gcm | Alias | Get-Command |
gdr | Alias | Get-PSDrive |
ghy | Alias | Get-History |
gi | Alias | Get-Item |
gl | Alias | Get-Location |
gm | Alias | Get-Member |
gp | Alias | Get-ItemProperty |
gps | Alias | Get-Process |
group | Alias | Group-Object |
gsv | Alias | Get-Service |
gsnp | Alias | Get-PSSnapin |
gu | Alias | Get-Unique |
gv | Alias | Get-Variable |
gwmi | Alias | Get-WmiObject |
iex | Alias | Invoke-Expression |
ihy | Alias | Invoke-History |
ii | Alias | Invoke-Item |
ipal | Alias | Import-Alias |
ipcsv | Alias | Import-Csv |
mi | Alias | Move-Item |
mp | Alias | Move-ItemProperty |
nal | Alias | New-Alias |
ndr | Alias | New-PSDrive |
ni | Alias | New-Item |
nv | Alias | New-Variable |
oh | Alias | Out-Host |
rdr | Alias | Remove-PSDrive |
ri | Alias | Remove-Item |
rni | Alias | Rename-Item |
rnp | Alias | Rename-ItemProperty |
rp | Alias | Remove-ItemProperty |
rsnp | Alias | Remove-PSSnapin |
rv | Alias | Remove-Variable |
rvpa | Alias | Resolve-Path |
sal | Alias | Set-Alias |
sasv | Alias | Start-Service |
sc | Alias | Set-Content |
select | Alias | Select-Object |
si | Alias | Set-Item |
sl | Alias | Set-Location |
sleep | Alias | Start-Sleep |
sort | Alias | Sort-Object |
sp | Alias | Set-ItemProperty |
spps | Alias | Stop-Process |
spsv | Alias | Stop-Service |
sv | Alias | Set-Variable |
tee | Alias | Tee-Object |
where | Alias | Where-Object |
? | Alias | Where-Object |
write | Alias | Write-Output |
cat | Alias | Get-Content |
cd | Alias | Set-Location |
clear | Alias | Clear-Host |
cp | Alias | Copy-Item |
h | Alias | Get-History |
history | Alias | Get-History |
kill | Alias | Stop-Process |
lp | Alias | Out-Printer |
ls | Alias | Get-ChildItem |
mount | Alias | New-PSDrive |
mv | Alias | Move-Item |
popd | Alias | Pop-Location |
ps | Alias | Get-Process |
pushd | Alias | Push-Location |
pwd | Alias | Get-Location |
r | Alias | Invoke-History |
rm | Alias | Remove-Item |
rmdir | Alias | Remove-Item |
echo | Alias | Write-Output |
cls | Alias | Clear-Host |
chdir | Alias | Set-Location |
copy | Alias | Copy-Item |
del | Alias | Remove-Item |
dir | Alias | Get-ChildItem |
erase | Alias | Remove-Item |
move | Alias | Move-Item |
rd | Alias | Remove-Item |
ren | Alias | Rename-Item |
set | Alias | Set-Variable |
type | Alias | Get-Content |
Get-Command | Cmdlet | 获取有关 cmdlet 的基本信息,以及有关 Powershell |
Get-Help | Cmdlet | 显示有关 Windows PowerShell cmdlet 和概-念的信息。 |
Get-History | Cmdlet | 获取在当前会话中输入的命令的列表。 |
Invoke-History | Cmdlet | 从会话历史记录中运行命令。 |
Add-History | Cmdlet | 向会话历史记录追加条目。 |
ForEach-Object | Cmdlet | 针对每一组输入对象执行操作。 |
Where-Object | Cmdlet | 创建控制哪些对象沿着命令管道传递的筛选器。 |
Set-PSDebug | Cmdlet | 打开和关闭脚本调试功能,设置跟踪级别并切换 strict 模式。 |
Add-PSSnapin | Cmdlet | 将一个或多个 Windows PowerShell 管理单元添加到当前控制台。 |
Remove-PSSnapin | Cmdlet | 从当前控制台中删除 Windows PowerShell 管理单元。 |
Get-PSSnapin | Cmdlet | 获取计算机上的 Windows PowerShell 管理单元。 |
Export-Console | Cmdlet | 将当前控制台的配置导出到文件中,以便对其进行重用或共享。 |
Start-Transcript | Cmdlet | 在文本文件中创建全部或部分 Windows PowerShell 会话的记录。 |
Stop-Transcript | Cmdlet | 停止脚本。 |
Add-Content | Cmdlet | 向指定项中添加内容。 |
Clear-Content | Cmdlet | 删除项的内容(例如从文件中删除文本),但不删除该项。 |
Clear-ItemProperty | Cmdlet | 删除属性的值,但不删除该属性。 |
Join-Path | Cmdlet | 将路径和子路径合并到单个路径中。提供程序将提供路径分隔符。 |
Convert-Path | Cmdlet | 将路径从 Windows PowerShell 路径转换为 Window |
Copy-ItemProperty | Cmdlet | 将属性和值从指定的位置复制到另一个位置。 |
Get-EventLog | Cmdlet | 获取与本地事件日志或其中存储的条目有关的信息。 |
Get-ChildItem | Cmdlet | 获取一个或多个指定位置中的项和子项。 |
Get-Content | Cmdlet | 获取位于指定位置的项的内容。 |
Get-ItemProperty | Cmdlet | 检索指定项的属性。 |
Get-WmiObject | Cmdlet | 获取 WMI 类的实例或可用类的相关信息。 |
Move-ItemProperty | Cmdlet | 将属性从一个位置移动到另一个位置。 |
Get-Location | Cmdlet | 获取当前工作位置的相关信息。 |
Set-Location | Cmdlet | 将当前工作位置设置为指定的位置。 |
Push-Location | Cmdlet | 将当前位置推入堆栈。 |
Pop-Location | Cmdlet | 将当前位置更改为最近推入到堆栈中的位置。 |
New-PSDrive | Cmdlet | 安装新 WIndows PowerShell 驱动器。 |
Remove-PSDrive | Cmdlet | 从所在位置删除 Windows PowerShell 驱动器 |
Get-PSDrive | Cmdlet | 获取有关 Windows PowerShell 驱动器的信息 |
Get-Item | Cmdlet | 获取位于指定位置的项。 |
New-Item | Cmdlet | 在命名空间中创建新项。 |
Set-Item | Cmdlet | 将项的值更改为命令中指定的值。 |
Remove-Item | Cmdlet | 删除指定项。 |
Move-Item | Cmdlet | 将项从一个位置移动到另一个位置。 |
Rename-Item | Cmdlet | 重命名 Windows PowerShell 提供程序命名空间中的一个项。 |
Copy-Item | Cmdlet | 将项从一个位置复制到命名空间内的另一个位置。 |
Clear-Item | Cmdlet | 删除项的内容,但不删除该项。 |
Invoke-Item | Cmdlet | 对指定项调用特定于提供程序的默认操作。 |
Get-PSProvider | Cmdlet | 获取有关指定的 Windows PowerShell 提供程序的信息。 |
New-ItemProperty | Cmdlet | 设置位于某个位置的项的新属性。 |
Split-Path | Cmdlet | 返回指定的路径部分。 |
Test-Path | Cmdlet | 确定路径的所有元素是否存在。 |
Get-Process | Cmdlet | 获取在本地计算机上运行的进程。 |
Stop-Process | Cmdlet | 停止一个或多个正在运行的进程。 |
Remove-ItemProperty | Cmdlet | 从注册表项中删除属性及其值。 |
Rename-ItemProperty | Cmdlet | 重命名项的属性。 |
Resolve-Path | Cmdlet | 解析路径中的通配符并显示路径内容。 |
Get-Service | Cmdlet | 获取本地计算机上的服务。 |
Stop-Service | Cmdlet | 停止一个或多个正在运行的服务。 |
Start-Service | Cmdlet | 启动一个或多个已停止的服务。 |
Suspend-Service | Cmdlet | 挂起(暂停)一个或多个正在运行的服务。 |
Resume-Service | Cmdlet | 恢复一项或多项挂起(暂停的)服务。 |
Restart-Service | Cmdlet | 停止并接着启动一个或更多服务。 |
Set-Service | Cmdlet | 更改服务的显示名称、说明或启动模式。 |
New-Service | Cmdlet | 在注册表和服务数据库中为 Windows 服务创-建新项。 |
Set-Content | Cmdlet | 在项中写入内容或用新内容替换其中的内容。 |
Set-ItemProperty | Cmdlet | 设置位于指定位置的属性的值。 |
Get-Acl | Cmdlet | 获取资源(例如文件或注册表项)的安全描述符。 |
Set-Acl | Cmdlet | 更改指定资源(例如文件或注册表项)的安全描述符。 |
Get-PfxCertificate | Cmdlet | 获取计算机上 .pfx 证书文件的相关信息。 |
Get-Credential | Cmdlet | 获取基于用户名和密码的凭据对象。 |
Get-ExecutionPolicy | Cmdlet | 获取外壳程序的当前执行策略。 |
Set-ExecutionPolicy | Cmdlet | 更改外壳程序执行策略的用户首选项。 |
Get-AuthenticodeSignature | Cmdlet | 获取文件中有关 Authenticode 签名的信息。 |
Set-AuthenticodeSignature | Cmdlet | 使用 Authenticode 签名对 Windows PowerShell |
ConvertFrom-SecureString | Cmdlet | 将安全字符串转换为加密的标准字符串。 |
ConvertTo-SecureString | Cmdlet | 将加密的标准字符串转换为安全字符串。它还可以将纯文本转换为安全字符串。此... |
Format-List | Cmdlet | 将输出的格式设置为属性列表,其中每个属性均各占一行显示。 |
Format-Custom | Cmdlet | 使用自定义视图来设置输出的格式。 |
Format-Table | Cmdlet | 将输出的格式设置为表。 |
Format-Wide | Cmdlet | 将对象的格式设置为只能显示每个对象的一个属性的宽表。 |
Out-Null | Cmdlet | 删除输出,不将其发送到控制台。 |
Out-Default | Cmdlet | 将输出发送到默认的格式化程序和默认的输出 cmdlet。此 cmdlet... |
Out-Host | Cmdlet | 将输出发送到命令行。 |
Out-File | Cmdlet | 将输出发送到文件。 |
Out-Printer | Cmdlet | 将输出发送到打印机。 |
Out-String | Cmdlet | 将对象作为一列字符串发送到主机。 |
Add-Member | Cmdlet | 向 Windows PowerShell 对象的实例中添加用户定义的自定... |
Compare-Object | Cmdlet | 比较两组对象。 |
ConvertTo-Html | Cmdlet | 创建显示一个或一组对象的 HTML 页。 |
Export-Csv | Cmdlet | 创建逗号分隔值 (CSV) 文件来显示输入对象 |
Import-Csv | Cmdlet | 导入使用 Export-CSV cmdlet 产生的格式的-逗号分隔值 |
Export-Alias | Cmdlet | 将当前定义的别名的相关信息导出到文件中。 |
Invoke-History | Cmdlet | 从会话历史记录中运行命令。 |
Add-History | Cmdlet | 向会话历史记录追加条目。 |
ForEach-Object | Cmdlet | 针对每一组输入对象执行操作。 |
Where-Object | Cmdlet | 创建控制哪些对象沿着命令管道传递的筛选器 |
Set-PSDebug | Cmdlet | 打开和关闭脚本调试功能,设置跟踪级别并切换 strict 模式。 |
Add-PSSnapin | Cmdlet | 将一个或多个 Windows PowerShell 管理单元添加到当前控制台。 |
Remove-PSSnapin | Cmdlet | 从当前控制台中删除 Windows PowerShell 管理单元。 |
Get-PSSnapin | Cmdlet | 获取计算机上的 Windows PowerShell 管理单元。 |
Export-Console | Cmdlet | 将当前控制台的配置导出到文件中,以便对其进行重用或共享。 |
Start-Transcript | Cmdlet | 在文本文件中创建全部或部分 Windows PowerShell 会话的记录。 |
Stop-Transcript | Cmdlet | 停止脚本。 |
Add-Content | Cmdlet | 向指定项中添加内容。 |
Clear-Content | Cmdlet | 删除项的内容(例如从文件中删除文本),但不删除该项。 |
Clear-ItemProperty | Cmdlet | 删除属性的值,但不删除该属性。 |
Join-Path | Cmdlet | 将路径和子路径合并到单个路径中。提供程序将提供路径分隔符。 |
Convert-Path | Cmdlet | 将路径从 Windows PowerShell 路径转换为 Window... |
Copy-ItemProperty | Cmdlet | 将属性和值从指定的位置复制到另一个位置。 |
Get-EventLog | Cmdlet | 获取与本地事件日志或其中存储的条目有关的信息。 |
Get-ChildItem | Cmdlet | 获取一个或多个指定位置中的项和子项。 |
Get-Content | Cmdlet | 获取位于指定位置的项的内容。 |
Get-ItemProperty | Cmdlet | 检索指定项的属性。 |
Get-WmiObject | Cmdlet | 获取 WMI 类的实例或可用类的相关信息。 |
Move-ItemProperty | Cmdlet | 将属性从一个位置移动到另一个位置。 |
Get-Location | Cmdlet | 获取当前工作位置的相关信息。 |
Set-Location | Cmdlet | 将当前工作位置设置为指定的位置。 |
Push-Location | Cmdlet | 将当前位置推入堆栈。 |
Pop-Location | Cmdlet | 将当前位置更改为最近推入到堆栈中的位置。 |
New-PSDrive | Cmdlet | 安装新 WIndows PowerShell 驱动器。 |
Remove-PSDrive | Cmdlet | 从所在位置删除 Windows PowerShell 驱动器 |
Get-PSDrive | Cmdlet | 获取有关 Windows PowerShell 驱动器的信息 |
Get-Item | Cmdlet | 获取位于指定位置的项。 |
New-Item | Cmdlet | 在命名空间中创建新项。 |
Set-Item | Cmdlet | 将项的值更改为命令中指定的值。 |
Remove-Item | Cmdlet | 删除指定项。 |
Move-Item | Cmdlet | 将项从一个位置移动到另一个位置。 |
Rename-Item | Cmdlet | 重命名 Windows PowerShell 提供程序命名空间中的一个项。 |
Copy-Item | Cmdlet | 将项从一个位置复制到命名空间内的另一个位置。 |
Clear-Item | Cmdlet | 删除项的内容,但不删除该项。 |
Invoke-Item | Cmdlet | 对指定项调用特定于提供程序的默认操作。 |
Get-PSProvider | Cmdlet | 获取有关指定的 Windows PowerShell 提供程序的信息。 |
New-ItemProperty | Cmdlet | 设置位于某个位置的项的新属性。 |
Split-Path | Cmdlet | 返回指定的路径部分。 |
Test-Path | Cmdlet | 确定路径的所有元素是否存在。 |
Get-Process | Cmdlet | 获取在本地计算机上运行的进程。 |
Stop-Process | Cmdlet | 停止一个或多个正在运行的进程。 |
Remove-ItemProperty | Cmdlet | 从注册表项中删除属性及其值。 |
Rename-ItemProperty | Cmdlet | 重命名项的属性。 |
Resolve-Path | Cmdlet | 解析路径中的通配符并显示路径内容。 |
Get-Service | Cmdlet | 获取本地计算机上的服务。 |
Stop-Service | Cmdlet | 停止一个或多个正在运行的服务。 |
Start-Service | Cmdlet | 启动一个或多个已停止的服务。 |
Suspend-Service | Cmdlet | 挂起(暂停)一个或多个正在运行的服务。 |
Resume-Service | Cmdlet | 恢复一项或多项挂起(暂停的)服务。 |
Restart-Service | Cmdlet | 停止并接着启动一个或更多服务。 |
Set-Service | Cmdlet | 更改服务的显示名称、说明或启动模式。 |
New-Service | Cmdlet | 在注册表和服务数据库中为 Windows 服务创-建新项。 |
Set-Content | Cmdlet | 在项中写入内容或用新内容替换其中的内容。 |
Set-ItemProperty | Cmdlet | 设置位于指定位置的属性的值。 |
Get-Acl | Cmdlet | 获取资源(例如文件或注册表项)的安全描述符。 |
Set-Acl | Cmdlet | 更改指定资源(例如文件或注册表项)的安全描述符。 |
Get-PfxCertificate | Cmdlet | 获取计算机上 .pfx 证书文件的相关信息。 |
Get-Credential | Cmdlet | 获取基于用户名和密码的凭据对象。 |
Get-ExecutionPolicy | Cmdlet | 获取外壳程序的当前执行策略。 |
Set-ExecutionPolicy | Cmdlet | 更改外壳程序执行策略的用户首选项。 |
Get-AuthenticodeSignature | Cmdlet | 获取文件中有关 Authenticode 签名的信息。 |
Set-AuthenticodeSignature | Cmdlet | 使用 Authenticode 签名对 Windows PowerShell |
ConvertFrom-SecureString | Cmdlet | 将安全字符串转换为加密的标准字符串。 |
ConvertTo-SecureString | Cmdlet | 将加密的标准字符串转换为安全字符串。它还可以将纯文本转换为安全字符串。 |
Format-List | Cmdlet | 将输出的格式设置为属性列表,其中每个属性均各占一行显示。 |
Format-Custom | Cmdlet | 使用自定义视图来设置输出的格式。 |
Format-Table | Cmdlet | 将输出的格式设置为表。 |
Format-Wide | Cmdlet | 将对象的格式设置为只能显示每个对象的一个属性的宽表。 |
Out-Null | Cmdlet | 删除输出,不将其发送到控制台。 |
Out-Default | Cmdlet | 将输出发送到默认的格式化程序和默认的输出 cmdlet。 |
Out-File | Cmdlet | 将输出发送到文件。 |
Out-Printer | Cmdlet | 将输出发送到打印机。 |
Out-String | Cmdlet | 将对象作为一列字符串发送到主机。 |
Add-Member | Cmdlet | 向 Windows PowerShell 对象的实例中添加用户定义 |
Compare-Object | Cmdlet | 比较两组对象。 |
ConvertTo-Html | Cmdlet | 创建显示一个或一组对象的 HTML 页。 |
Export-Csv | Cmdlet | 创建逗号分隔值 (CSV) 文件来显示输入对象- |
Import-Csv | Cmdlet | 导入使用 Export-CSV cmdlet 产生的格式的-逗号分隔值 |
Export-Alias | Cmdlet | 将当前定义的别名的相关信息导出到文件中。 |
Invoke-Expression | Cmdlet | 运行以字符串形式提供的 Windows PowerShell 表达式。 |
Get-Alias | Cmdlet | 获取当前会话的别名。 |
Get-Culture | Cmdlet | 获取计算机上区域设置的信息。 |
Get-Date | Cmdlet | 获取当前日期和时间。 |
Get-Host | Cmdlet | 获取对当前控制台主机对象的引用。默认情况下,显示PowerShell |
Get-Member | Cmdlet | 获取有关对象或对象集合的信息。 |
Get-UICulture | Cmdlet | 获取有关 Windows PowerShell 的当前用户界面区域性的信息。 |
Get-Unique | Cmdlet | 从排序列表返回唯一项目。 |
Import-Alias | Cmdlet | 从文件导入别名列表。 |
Select-String | Cmdlet | 识别字符串中的模式。 |
Measure-Object | Cmdlet | 度量对象的特征及其属性。 |
New-Alias | Cmdlet | 创建新别名。 |
New-TimeSpan | Cmdlet | 创建 TimeSpan 对象。 |
Read-Host | Cmdlet | 从控制台读取一行输入。 |
Set-Alias | Cmdlet | 在当前 Windows PowerShell 会话中为 cmdlet 或... |
Set-Date | Cmdlet | 将计算机上的系统时间更改为指定的时间。 |
Start-Sleep | Cmdlet | 在指定的时间段内挂起外壳程序、脚本或运行空间活动。 |
Tee-Object | Cmdlet | 通过管道将对象输入传递给文件或变量,然后通过管道传递输入。 |
Measure-Command | Cmdlet | 度量运行脚本块和 cmdlet 所用的时间。 |
Update-TypeData | Cmdlet | 通过将 *.types.ps1xml 文件重新加载到内存中来更新 |
Update-FormatData | Cmdlet | 更新并追加格式数据文件。 |
Write-Host | Cmdlet | 使用主机用户界面来显示对象 |
Write-Progress | Cmdlet | 在 Windows PowerShell 命令窗口内显示进度栏。 |
New-Object | Cmdlet | 创建 .Net 或 COM 对象的实例。 |
Select-Object | Cmdlet | 选择一个对象或一组对象的指定属性。它还可以从对象的数组中选择唯一对象 |
Group-Object | Cmdlet | 指定的属性包含相同值的组对象。 |
Sort-Object | Cmdlet | 按属性值对对象进行排序。 |
Get-Variable | Cmdlet | 获取当前控制台中的变量。 |
New-Variable | Cmdlet | 创建新变量 |
Set-Variable | Cmdlet | 设置变量的值。如果不存在具有所请求名称的变量,则创建该变量。 |
Remove-Variable | Cmdlet | 删除变量及其值。 |
Clear-Variable | Cmdlet | 删除变量的值。 |
Export-Clixml | Cmdlet | 创建对象的基于 XML 的表示形式并将其存储-在文件中。 |
Import-Clixml | Cmdlet | 导入 CLIXML 文件,并在 Windows PowerShell 中... |
Write-Debug | Cmdlet | 将调试消息写入主机显示屏。 |
Write-Verbose | Cmdlet | 将字符串写入主机的详细显示屏。 |
Write-Warning | Cmdlet | 写入警告消息。 |
Write-Error | Cmdlet | 将对象写入错误管道。 |
Write-Output | Cmdlet | 将对象写入成功管道。 |
Get-TraceSource | Cmdlet | 获取用于跟踪的 Windows PowerShell 组件。 |
Set-TraceSource | Cmdlet | 配置、启动和停止对 Windows PowerShell 组件的跟踪。 |
Trace-Command | Cmdlet | Trace-Command cmdlet 配置并启动对指定表-达式或命令的跟踪 |
Alias | Provider | 提供对 Windows PowerShell 别名以及它们所表示的值的访问。 |
Environment | Provider | 提供对 Windows 环境变量的访问。 |
FileSystem | Provider | 用于从 Windows PowerShell 中访问文件和目录的 Powershell |
Function | Provider | 提供对 Windows PowerShell 中所定义函数的访问。 |
Registry | Provider | 提供从 Windows PowerShell 中对系统注册表项和注册表值... |
Variable | Provider | 提供对 Windows PowerShell 变量及其值的访问。 |
Certificate | Provider | 提供对 X509 证书存储区和对 Windows PowerShell |
about_alias | HelpFile | 在 Windows PowerShell 中使用 cmdlet 和命令的... |
about_arithmetic_operators | HelpFile | 可以在 Windows PowerShell 中用于执行数学运算的运算符 |
about_array | HelpFile | 用于存储数据元素的紧凑型数据结构 |
about_assignment_operators | HelpFile | 在 Windows PowerShell 中可以用来为变量赋值的运算符 |
about_associative_array | HelpFile | 用于存储键与值的集合(每个键与一个值配对)的紧凑型数据结构 |
about_automatic_variables | HelpFile | Windows PowerShell 自动设置的变量 |
about_break | HelpFile | 用于立即退出 foreach、for、while、do 或switch... |
about_command_search | HelpFile | Windows PowerShell 如何查找命令 |
about_command_syntax | HelpFile | Windows PowerShell 中的命令格式 |
about_commonparameters | HelpFile | 每个 cmdlet 都支持的参数。 |
about_comparison_operators | HelpFile | Windows PowerShell 中用于对值进行比较的-运算符 |
about_continue | HelpFile | 立即返回程序循环的顶部 |
about_core_commands | HelpFile | 与数据存储区相关的 Windows PowerShell 核心 Cmdlet |
about_display.xml | HelpFile | 控制对象的显示方式 |
about_environment_variable | HelpFile | 如何在 Windows PowerShell 中访问 Windows 环境变量 |
about_escape_character | HelpFile | 更改 Windows PowerShell 对字符的解释 |
about_execution_environment | HelpFile | 影响命令运行方式的因素 |
about_filter | HelpFile | 在 Windows PowerShell 中使用 Where-Objec |
about_flow_control | HelpFile | 使用 Windows PowerShell 中的流控制语句来控制脚本块 |
about_for | HelpFile | 用于根据条件测试运行命令块的语言命令。 |
about_foreach | HelpFile | 用于遍历项集合中所有项的语言命令 |
about_function | HelpFile | 在 Windows PowerShell 中创建和使用函数 |
about_globbing | HelpFile | 请参阅“通配符” |
about_history | HelpFile | 检索在 Windows PowerShell 命令提示符下输入的命令 |
about_if | HelpFile | 基于一个或多个条件测试的结果运行一个或几个命令块的语言命令 |
about_line_editing | HelpFile | 在 Windows PowerShell 命令提示符下编辑命令 |
about_location | HelpFile | 在 Windows PowerShell 中从工作位置访问项目 |
about_logical_operator | HelpFile | 在 Windows PowerShell 中可用于支持测试多个条件的语句... |
about_method | HelpFile | 在 Windows PowerShell 中使用方法可以对对象执行操作 |
about_namespace | HelpFile | Windows PowerShell 维护的命名空间 |
about_object | HelpFile | 在 Windows PowerShell 中使用对象 |
about_operator | HelpFile | Windows PowerShell 支持的运算符类型 |
about_parameter | HelpFile | 在 Windows PowerShell 中使用 Cmdlet 参数 |
about_parsing | HelpFile | Windows PowerShell 如何分析命令 |
about_path_syntax | HelpFile | Windows PowerShell 中的完整和相对的路径-名称格式 |
about_pipeline | HelpFile | 在 Windows PowerShell 中将命令合并到管道中 |
about_property | HelpFile | 在 Windows PowerShell 中使用对象属性 |
about_provider | HelpFile | Windows PowerShell 提供程序使用户能够访-问那些如果没有.. |
about_pssnapins | HelpFile | Windows PowerShell 管理单元是 .NET 程序-集,其中.. |
about_quoting_rules | HelpFile | 设置字符串边界的规则 |
about_redirection | HelpFile | 将输出从 Windows PowerShell 重定向到文本文件 |
about_ref | HelpFile | 如何创建和使用引用变量类型 |
about_regular_expression | HelpFile | 在 Windows PowerShell 的 Cmdlet 参数中使用正... |
about_reserved_words | HelpFile | Windows PowerShell 中一些具有特殊含义并-因此不能用作标.. |
about_scope | HelpFile | 函数或变量在 Windows PowerShell 环境中具有可见性 |
about_script_block | HelpFile | 在 Windows PowerShell 中将多个语句和命令分组为单个代码块 |
about_shell_variable | HelpFile | 由 Windows PowerShell 创建和声明的变量 |
about_signing | HelpFile | 描述 Windows PowerShell 执行策略,以及如何使用和更改它们。 |
about_special_characters | HelpFile | 特殊字符用于控制 Windows PowerShell 对命令或参数中的... |
about_switch | HelpFile | 使用 switch 处理多个 if 语句。 |
about_system_state | HelpFile | 在外壳程序运行时由 Windows PowerShell 维护的数据 |
about_types | HelpFile | 在 Windows PowerShell 中扩展 .NET 类型系统 |
about_where | HelpFile | 根据对象属性筛选对象 |
about_while | HelpFile | 用于根据条件测试的结果来运行命令块的语言语句。 |
about_wildcard | HelpFile | 在 Windows PowerShell 的 Cmdlet 参数中使用通配符 |
GitHub 加速计划 / po / PowerShell
44.28 K
7.17 K
下载
PowerShell/PowerShell: PowerShell 是由微软开发的命令行外壳程序和脚本环境,支持任务自动化和配置管理。它包含了丰富的.NET框架功能,适用于Windows和多个非Windows平台,提供了一种强大而灵活的方式来控制和自动执行系统管理任务。
最近提交(Master分支:2 个月前 )
a1774fd9
3 个月前
5ad1f1d2
3 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)