powershell命令大全-2

Copy-Item                         Cmdlet    将项从一个位置复制到命名空间内的另一个位置。             
Clear-Item                        Cmdlet    删除项的内容,但不删除该项。                     
Invoke-Item                       Cmdlet    对指定项执行默认操作。                        
Get-PSProvider                    Cmdlet    获取有关指定的 Windows PowerShell 提供程序的信息。
New-ItemProperty                  Cmdlet    为项创建新属性并设置该属性的值。例如,可以使用 New-Item...
Split-Path                        Cmdlet    返回指定的路径部分。                         
Test-Path                         Cmdlet    确定路径的所有元素是否存在。                     
Get-Process                       Cmdlet    获取在本地计算机或远程计算机上运行的进程。              
Stop-Process                      Cmdlet    停止一个或多个正在运行的进程。                    
Wait-Process                      Cmdlet    等到进程停止后再接受更多输入。                    
Debug-Process                     Cmdlet    调试在本地计算机上运行的一个或多个进程。               
Start-Process                     Cmdlet    启动本地计算机上的一个或多个进程。                  
Remove-ItemProperty               Cmdlet    从注册表项中删除属性及其值。                     
Remove-WmiObject                  Cmdlet    删除现有 Windows Management Instrume...
Rename-ItemProperty               Cmdlet    重命名项的属性。                           
Register-WmiEvent                 Cmdlet    订阅 Windows Management Instrument...
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    创建或更改某一项的属性值。                      
Set-WmiInstance                   Cmdlet    创建或更新现有 Windows Management Instr...
Get-Transaction                   Cmdlet    获取当前(活动)事务。                        
Start-Transaction                 Cmdlet    启动事务。                              
Complete-Transaction              Cmdlet    提交活动事务。                            
Undo-Transaction                  Cmdlet    回滚活动事务。                            
Use-Transaction                   Cmdlet    将脚本块添加到活动事务中。                      
New-WebServiceProxy               Cmdlet    创建一个 Web 服务代理对象,用于在 Windows Powe...
Get-HotFix                        Cmdlet    获取已应用于本地和远程计算机的修补程序。               
Test-Connection                   Cmdlet    将 ICMP 回显请求数据包(“ping”)发送给一台或多台计算机。 
Enable-ComputerRestore            Cmdlet    在指定的文件系统驱动器上启用系统还原功能。              
Disable-ComputerRestore           Cmdlet    在指定的文件系统驱动器上禁用系统还原功能。              
Checkpoint-Computer               Cmdlet    在本地计算机上创建系统还原点。                    
Get-ComputerRestorePoint          Cmdlet    获取本地计算机上的还原点。                      
Restart-Computer                  Cmdlet    重新启动(“重新引导”)本地和远程计算机上的操作系统。        
Stop-Computer                     Cmdlet    停止(关闭)本地和远程计算机。                    
Restore-Computer                  Cmdlet    在本地计算机上启动系统还原。                     
Add-Computer                      Cmdlet    将本地计算机添加到域或工作组中。                   
Remove-Computer                   Cmdlet    从工作组或域中删除本地计算机。                    
Test-ComputerSecureChannel        Cmdlet    测试并修复本地计算机与其域之间的安全通道。              
Reset-ComputerMachinePassword     Cmdlet    重置计算机的计算机帐户密码。                     
Get-Acl                           Cmdlet    获取资源(例如文件或注册表项)的安全描述符。             
Set-Acl                           Cmdlet    更改指定资源(例如文件或注册表项)的安全描述符。           
Get-PfxCertificate                Cmdlet    获取计算机上 .pfx 证书文件的相关信息。             
Get-Credential                    Cmdlet    获取基于用户名和密码的凭据对象。                   
Get-ExecutionPolicy               Cmdlet    获取当前会话中的执行策略。                      
Set-ExecutionPolicy               Cmdlet    更改 Windows PowerShell 执行策略的用户首选项。  
Get-AuthenticodeSignature         Cmdlet    获取文件中有关 Authenticode 签名的信息。        
Set-AuthenticodeSignature         Cmdlet    为 Windows PowerShell 脚本或其他文件添加 A...
ConvertFrom-SecureString          Cmdlet    将安全字符串转换为加密的标准字符串。                 
ConvertTo-SecureString            Cmdlet    将加密的标准字符串转换为安全字符串。它还可以将纯文本转换为安全字...

WSMan                             Provider  提供对 Web Services for Management ...
Alias                             Provider  提供对 Windows PowerShell 别名以及它们所表示...
Environment                       Provider  提供对 Windows 环境变量的访问。               
FileSystem                        Provider  提供对文件和目录的访问。                       
Function                          Provider  提供对 Windows PowerShell 中所定义函数的访问。  
Registry                          Provider  提供从 Windows PowerShell 对系统注册表项和注...
Variable                          Provider  提供对 Windows PowerShell 变量及其值的访问。   
Certificate                       Provider  提供对 X.509 证书存储和对 Windows PowerSh...

about_aliases                     HelpFile  说明如何在 Windows PowerShell 中使用 cmd...
about_Arithmetic_Operators        HelpFile  说明在 Windows PowerShell 中执行算术运算的运算符。
about_arrays                      HelpFile  描述用于存储数据元素的紧凑型数据结构                 
about_Assignment_Operators        HelpFile  说明如何使用运算符向变量赋值。                    
about_Automatic_Variables         HelpFile  说明存储 Windows PowerShell 状态信息的变量。   
about_Break                       HelpFile  描述一个可用于立即退出 Foreach、For、While、Do...
about_command_precedence          HelpFile  描述 Windows PowerShell 如何确定要运行哪个命令。 
about_Command_Syntax              HelpFile  描述帮助中的 Windows PowerShell 语法表示法。   
about_Comment_Based_Help          HelpFile  描述如何为函数和脚本编写基于注释的帮助主题。             
about_CommonParameters            HelpFile  描述可用于任何 cmdlet 的参数。                
about_Comparison_Operators        HelpFile  说明在 Windows PowerShell 中用于比较值的运算符。 
about_Continue                    HelpFile  说明 Continue 语句如何使程序流立即返回到程序循环的顶部。  
about_Core_Commands               HelpFile  列出用于 Windows PowerShell 提供程序的 cm...
about_data_sections               HelpFile  说明 Data 节,这些节将文本字符串和其他只读数据与脚本逻辑隔离。 
about_debuggers                   HelpFile  说明 Windows PowerShell 调试程序。        
about_do                          HelpFile  根据 While 或 Until 条件,运行一个语句列表一次或多次。 
about_environment_variables       HelpFile  说明如何在 Windows PowerShell 中访问 Win...
about_escape_characters           HelpFile  介绍 Windows PowerShell 中的转义字符并解释其作用。
about_eventlogs                   HelpFile  Windows PowerShell 将创建一个名为"Windo...
about_execution_policies          HelpFile  说明 Windows PowerShell 执行策略,并介绍如何...
about_For                         HelpFile  说明可用于基于条件测试来运行语句的一种语言命令。           
about_Foreach                     HelpFile  说明可用于遍历项集合中的所有项的一种语言命令。            
about_format.ps1xml               HelpFile  Windows PowerShell 中的 Format.ps1...
about_functions                   HelpFile  说明如何在 Windows PowerShell 中创建和使用函数。 
about_functions_advanced          HelpFile  介绍与 cmdlet 行为类似的高级函数。              
about_functions_advanced_methods  HelpFile  说明指定了 CmdletBinding 属性 (attribut...
about_functions_advanced_param... HelpFile  说明如何向声明了 CmdletBinding 属性的函数添加静态...
about_functions_cmdletbindinga... HelpFile  说明一个声明函数的属性,这种函数与已编译 cmdlet 有类似的功能。
about_hash_tables                 HelpFile  说明如何在 Windows PowerShell 中创建、使用和...
about_History                     HelpFile  说明如何检索和运行命令历史记录中的命令。               
about_If                          HelpFile  说明一个语言命令,该语言命令可用于根据一个或多个条件测试的结果运...
about_jobs                        HelpFile  提供有关 Windows PowerShell 后台作业如何在后...
about_job_details                 HelpFile  提供有关本地和远程计算机上的后台作业的详细信息。           
about_join                        HelpFile  说明联接运算符 (-join) 如何将多个字符串合并为单个字符串。  
about_Language_Keywords           HelpFile  说明 Windows PowerShell 脚本语言中的关键字。   
about_Line_Editing                HelpFile  说明如何在 Windows PowerShell 命令提示符下编...
about_locations                   HelpFile  说明如何在 Windows PowerShell 中从工作位置访...
about_logical_operators           HelpFile  说明在 Windows PowerShell 中用于连接语句的运算符。
about_methods                     HelpFile  说明如何在 Windows PowerShell 中使用方法对对...
about_modules                     HelpFile  说明如何安装、导入和使用 Windows PowerShell 模块。
about_objects                     HelpFile  提供有关 Windows PowerShell 中的对象的基本信息。 
about_operators                   HelpFile  说明 Windows PowerShell 支持的运算符       
about_parameters                  HelpFile  说明如何在 Windows PowerShell 中使用 cmd...
about_Parsing                     HelpFile  说明 Windows PowerShell 如何分析命令。      
about_Path_Syntax                 HelpFile  说明 Windows PowerShell 中的完整和相对路径名...
about_pipelines                   HelpFile  在 Windows PowerShell 中将命令合并到管道中    
about_preference_variables        HelpFile  用于自定义 Windows PowerShell 行为的变量     
about_profiles                    HelpFile  描述如何创建和使用 Windows PowerShell 配置文件。 
about_prompts                     HelpFile  描述 Prompt 函数并演示如何创建自定义 Prompt 函数。  
about_properties                  HelpFile  描述如何在 Windows PowerShell 中使用对象属性。  
about_providers                   HelpFile  描述 Windows PowerShell 提供程序如何使用户能...
about_pssessions                  HelpFile  介绍 Winodos PowerShell 会话 (PSSess...
about_pssession_details           HelpFile  介绍有关 Windows PowerShell 会话及其在远程命...
about_PSSnapins                   HelpFile  介绍 Windows PowerShell 管理单元,并说明如何...
about_Quoting_Rules               HelpFile  介绍单引号和双引号在 Windows PowerShell 中的...
about_Redirection                 HelpFile  介绍如何将 Windows PowerShell 输出重定向到文...
about_Ref                         HelpFile  介绍如何创建和使用引用变量类型。                   
about_regular_expressions         HelpFile  介绍 Windows PowerShell 中的正则表达式。     
about_remote                      HelpFile  说明如何在 Windows PowerShell 中运行远程命令。  
about_remote_FAQ                  HelpFile  包括有关在 Windows PowerShell 中运行远程命令...
about_remote_jobs                 HelpFile  说明如何在远程计算机上运行后台作业。                 
about_remote_output               HelpFile  说明如何对远程命令的输出进行解释和格式设置。             
about_remote_requirements         HelpFile  介绍在 Windows PowerShell 中运行远程命令的系...
about_remote_troubleshooting      HelpFile  说明如何解决 Windows PowerShell 中的远程操作...
about_requires                    HelpFile  通过要求使用指定的管理单元和版本来阻止脚本运行。           
about_Reserved_Words              HelpFile  列出 Windows PowerShell 中因具有特殊含义而不...
about_Return                      HelpFile  退出当前作用域(可能是函数、脚本或脚本块)。             
about_scopes                      HelpFile  介绍 Windows PowerShell 中的作用域的概念,并...
about_scripts                     HelpFile  说明如何在 Windows PowerShell 中编写和运行脚本。 
about_script_blocks               HelpFile  定义什么是脚本块,并说明在 Windows PowerShell...
about_script_internationalization HelpFile  介绍 Windows PowerShell 2.0 的脚本国际化...
about_Session_Configurations      HelpFile  描述确定可远程连接到计算机的用户及其可运行的命令的会话配置。     
about_Signing                     HelpFile  说明如何对脚本进行签名以使其符合 Windows PowerSh...
about_Special_Characters          HelpFile  说明可用于控制 Windows PowerShell 对命令或参...
about_split                       HelpFile  说明如何使用拆分运算符将一个或多个字符串拆分为多个子字符串。     
about_Switch                      HelpFile  说明如何使用 switch 来处理多个 IF 语句。         
about_Throw                       HelpFile  介绍用于生成终止错误 Throw 关键字。              
about_transactions                HelpFile  介绍如何管理 Windows PowerShell 中的事务处理操作。
about_trap                        HelpFile  介绍用于处理终止错误的关键字。                    
about_try_catch_finally           HelpFile  说明如何使用 Try、Catch 和 Finally 块处理终止错误。
about_types.ps1xml                HelpFile  说明如何通过 Types.ps1xml 文件扩展 Windows...
about_type_operators              HelpFile  说明运算符如何与 Microsoft .NET Framewor...
about_Variables                   HelpFile  说明变量如何存储可用于 Windows PowerShell 的值。 
about_While                       HelpFile  说明一条语句,该语句可用于根据条件测试的结果运行命令块。       
about_wildcards                   HelpFile  说明如何在 Windows PowerShell 中使用通配符。   
about_Windows_PowerShell_2.0      HelpFile  说明 Windows PowerShell 2.0 提供的新功能。  
about_Windows_PowerShell_ISE      HelpFile  说明 Windows PowerShell 集成脚本环境 (IS...
about_WMI_Cmdlets                 HelpFile  提供有关 Windows Management Instrume...
about_WS-Management_Cmdlets       HelpFile  提供 Web Services for Management (...
default                           HelpFile  显示有关 Windows PowerShell cmdlet 和...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值