GUI-PowerShell & PowerShell WMI explorer

简介:
Windows PowerShell V2 Community Technology Preview

Brief Description
Windows PowerShell V2 CTP2 introduces several significant features to Windows PowerShell 1.0 and Windows PowerShell V2 CTP that extends its use, improves its usability, and allows you to control and manage the Windows environment more easily and comprehensively.



前往下载: GUI-PowerShell


PowerShell WMI explorer update for PowerShell V2 CTP






 本文转自 rickyfang 51CTO博客,原文链接:http://blog.51cto.com/rickyfang/125801,如需转载请自行联系原作者




相关文章
|
Shell Windows
5.Using PowerShell Scripts and 5.Using WMI
Get-ChildItem c:/fso | Where-Object {$_.Length -gt 1000} | Sort-Object -Property nameforeach ($i in $args) {Get-ChildItem $i | Where-Object {$_.
1062 0
|
28天前
|
监控 关系型数据库 MySQL
PowerShell 脚本编写 :自动化Windows 开发工作流程
PowerShell 脚本编写 :自动化Windows 开发工作流程
24 0
|
2月前
|
Windows
Powershell 重新排列去重 Windows环境变量
【9月更文挑战第13天】本文介绍如何使用PowerShell对Windows环境变量进行重新排列和去重。首先通过`$env:`访问环境变量,接着使用`-split`命令分割路径,再利用`Select-Object -Unique`去除重复项。之后可根据需要对路径进行排序,最后将处理后的路径组合并更新环境变量。注意修改环境变量前应备份重要数据并了解潜在影响。
119 10
|
6月前
|
存储 Ubuntu Linux
windows可以安装Ubuntu,ubuntu上也可以安装Powershell
powerhsell除了可以在windows上使用外,还可以在Ubuntu上部署开发环境。下面介绍Ubuntu上安装powershell的方法。
197 0
|
Shell Linux 开发工具
windows中cmd和PowerShell批处理命令
之前在 Git 批量删除本地分支,有用到 Linux 或 MacOS 下的批处理命令,这个命令中的 grep、xargs 本身是 Shell script,在 windows 中的 cmd 和 PowerShell 中是不能用的
97 0
|
JavaScript Windows
[Vue]解决 Windows PowerShell 不识别 vue 命令的问题
[Vue]解决 Windows PowerShell 不识别 vue 命令的问题
|
Windows
使用PowerShell获取Windows当前锁屏壁纸
使用PowerShell获取Windows当前锁屏壁纸 如果原始图片丢了,用这段代码就可以提取当前锁屏壁纸了!
178 0
|
应用服务中间件 nginx Windows
Windows PowerShell 中启动 Nginx 报错解决方案
Windows PowerShell 中启动 Nginx 报错解决方案
Windows PowerShell 中启动 Nginx 报错解决方案