`
geniusleft
  • 浏览: 62124 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

推荐工具: PowerShell Analyzer

阅读更多

开发代号为Monad的Windows PowerShell, 是Microsoft基于.NET平台为Windows环境所开发的一种脚本语言, 类似于*nix环境的Shell Script, 原是用以替代Windows环境中的command prompt, 从PowerShell这个名字也可以猜出来, 致力于成为Windows的Shell环境, 但是后来说它只是技术上的扩充. 其目标是: 让管理员可以通过Windows PowerShell做任何在图形界面下所能做的事情. 现Windows PowerShell已经推出了面向Windows XP, Windows Server 2003和Windows Vista的1.0版本.

PowerShell Analyzer的目标, 据其官方说法:

PowerShell Analyzer is a rich interactive environment for Windows PowerShell. Its goal is to be the PowerShell host of choice for IT professionals and system administrators. It has all the typical editor and IDE functionality that you would expect when working on a modern language, but it focuses on the real time interactive experience as if you were at the console, helping you compose the commands you want to use, and also giving you rich graphical visualization of the results. PowerShell may seem to just return text like the average Unix shell, but in reality, it is returning rich self describing Dotnet objects. PowerShell Analyzer not only helps you with the INPUT, but also with the output. It shows you the properties of the rich objects that the commands return, as well as specific visualizers to help you interact with output such as XML, HTML, charts, tables, and hierarchical data structures.

从Shell环境, 又返回到IDE环境, 这是否背离了Windows PowerShell设计的初衷还真是见仁见智的事情. 现在PowerShell Analyzer的版本是beta 4, 截图如下:

参考资源:

分享到:
评论
2 楼 wuyisky 2009-06-04  
powershell 中文网
http://www.cnpowershell.net/

在powershell中可以直接调用dotnet framework的类库



PS C:Documents and SettingsAdministrator> $obj = new-object net.webclient
PS C:Documents and SettingsAdministrator> $obj.downloadstring("http://www.baidu.com")
简单的两行就把百度的首页html代码显示出来了
1 楼 mjun2001 2008-07-30  
PowerShell  我挺感兴趣的

由于我们公司信息安全问题 只能上仅有的几个专业网站

所以 麻烦博主把上面所说的资料共享一下可以吗

非常感谢啊。

相关推荐

Global site tag (gtag.js) - Google Analytics