注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 情定神州
 帮助
2008-05-15 20:15:23
来自technet邮件的消息,原文地址:http://www.betanews.com/article/Next_Windows_PowerShell_will_have_GUI_remote_management_support/1210112143
 

Two of the single most begged for features for PowerShell, the devastatingly useful scripting tool now made an integral part of Windows Server 2008 and Exchange Server 2007, are being addressed in the Community Technology Preview for version 2.0.
在powershell 2.0社区预览版中,两个最受请求的功能被加入其中
As Microsoft now confirms,..



2008-05-13 09:04:04
原文地址:http://bbs.winos.cn/thread-20150-1-1.html
 
 
发表此文的原因是由于本人在阅读ghjcona兄写的PowerShell笔记中,其中有一篇谈到Native Windows Command的话题所引发的。
话题如下:

引用:
这比使用WMI的Win32_PingStatus简洁多了,当然你要是问为什么不使用直接使用Ping(还有比如dir,del,findstr 等Windows Native Command)呢? 首先我们来看看什么叫做Native Windows Command,引用由我的朋友 Edengundam 大哥所写的一段话(具体也可以去MS的KB里搜索相关内容),内容如下:

引用: ..