Windows PowerShell 2.0社区技术预览版(CTP)下载与说明

Powershell安装包 立即下载
 
如下说明是翻译 :是来自 Windows PowerShell 官方博客,因为本人水平有限,文章中存在各种不足之处,请您及时指出。转载请注明链接地址,原文地址: http://blogs.msdn.com/powershell/archive/2007/11/06/the-community-technology-preview-ctp-of-windows-powershell-2-0.aspx
译者 : Edengundam( 马涛 )
Windows PowerShell 2.0 社区技术预览版(CTP)
 
Windows PowerShell 团队非常高兴的发布了第一个 Windows PowerShell 2.0 社区技术预览版 (CTP)
此版本允许您对未来的趋势有更多了解,包括了使 Windows 管理员能够:在一台远程计算机上执行命令,甚至是同时在 N 台其他计算机上运行的关键特性。使用最新的 PSJob cmdlet 启动远程的作业,能够独立地或者集合地形式取得结果!使用 PowerShell 脚本编写一个真正的 cmdlet !国际化你的脚本和输出,而不需要再去调试这些相同的脚本!
CTP 版本帮助开发者更加容易的在 PowerShell 上构造运行库或 GUI ,使之能够充分利用 PowerShell 底层的 cmdlet 和远程控制。它包含了创建运行空间( PowerShell 引擎)池来运行 cmdlet 。此次发布中,包含了乍看上去是受限制的运行空间 ( 支持声明公有或私有的脚本、 cmdlet 或者变量的特性 ) 和图形化的 PowerShell( 脚本编辑器和 Unicode 控制台 ) 。我认为 Windows PowerShell 2.0 CTP 版本中有一些很有趣的新特性。 CTP 版还包括一些简单的更新……例如 Select-String 添加了新的参数 (Context, AllMatches, NotMatch Encoding) 以及新的运算符 –split -join!
最后也是最重要的是: V2 是建立在 Windows PowerShell 1.0 之上的,但是提供了向后兼容 你的 1.0 cmdlet 和脚本将能够继续运行在 CTP 版本上 ( 排除那些发布说明中的例外信息 大多数都是新的关键字和 cmdlet) 。如果一个在 1.0 下运行的脚本,不能再 V2 上执行,又不是一个已知列表中的例外情况,请告诉我们具体的问题!
我们希望您能够喜欢我们此时发布此版本。帮助我们使它们更好!告诉我们哪里好,哪里不好。我们选择了尽可能早的提供公开的预览手段,使我们能在最好的时机去处理各种反馈。
本质上来讲, CTP 版本属于早期的代码,在最终发布时很可能产生变化。在时间上来说,为了允许我们处理反馈, CTP 版本显然没有经过与 Beta 版一样的质量测试。尽管有这些限制,我希望您还是喜欢此版本!试试它!
Kenneth Hansen [MSFT]
Principal Lead Program Manager
Windows PowerShell
 
发布主要特性
下面是新添加到 Windows PowerShell 2.0 CTP 版的新特性摘要。您可以在后面 "What's New in Windows PowerShell 2.0 CTP" 链接、发行说明和“ about ”文件中查看到更详细的信息。
Ø  Compatibility with PowerShell 1.0( 兼容 PowerShell 1.0)
Ø  PowerShell Remoting( 远程控制 )
Ø  Background Jobs( 后台作业 )
Ø  ScriptCmdlets( 脚本类型 Cmdlets)
Ø  Data-only Language( 数据语言 )
Ø  Script Internationalization( 脚本国际化 I18N)
Ø  Script Debugging( 脚本调试 )
Ø  New APIs for extracting Metadata from Commands and Parameters( 新的用于从命令和参数中获取元信息的 API)
Ø  New Parser Tokenizer API( 新的分析器 - 符号器 API ,分析 PowerShell 脚本用 )
Ø  New PowerShell Hosting APIs( 新的 PowerShell 宿主 API)
Ø  Pools of Runspace( 运行空间池 )
Ø  Restricted Runspaces( 受限运行空间 )
Ø  Graphical PowerShell( 图形化 PowerShell)
Ø  Out-GridView cmdlet( 新的 Out-GridView cmdlet ,超方便的工具!! )
额外一些对于已有的 Cmdlet 和某些功能的增强,包括:
Ø  Changes to TabExpansion function(TabExpansion 函数 )
Ø  New parameters added to Select-String(Select-String 添加了新的参数 )
Ø  Updated Type Adapters( 更新了 Type 适配器 )
Ø  Improvements to Get-Member(Get-Member 增强 )
Ø  Improved ADSI support( 增强 ADSI 支持 )
Ø  New parameters added to Get-WMIObject(Get-WMIObject 添加了新的参数 )
Ø  Improved Bitwise Operators (int64)( 增强了位运算符 )
更详细的信息参考此博客 : What’s New in Windows PowerShell 2.0 CTP
 
 
提交反馈
正如我们所指出的,CTP版本的目的就是获得您的反馈。提交您的反馈信息时,请使用 Connect Website ( 请以CTP: 作为开头)、在 Windows PowerShell Discussion Group 上发表文章 、或者在 Windows PowerShell Blog 上发表评论。
注意事项
此软件是一个预发布版本。它可能与此软件最终版本行为不一致。在最终发布之前,特性可能会发生变化。请查看下面博客信息和发布说明,了解更多限制信息。
CTP != Beta ! (已经翻译)
Platform Requirements (已经翻译)
Versioning (已经翻译)
CTP: Watch this Space (未翻译)
 
 
Windows PowerShell 2.0 立即下载

相关推荐

Windows PowerShell 2.0 for xp下载

Microsoft Windows PowerShell 是一种新的命令行外壳和脚本语言,用于进行系统治理和自动化。Windows PowerShell 建立在 .NET Framework 的基础上,IT 专业人员可通过命令或脚本来治理计算机,从而通过系统自动化来提高工作效率。 Windows PowerShell 包括: * 129 个命令行工具(称为“cmdlet”),用于执行常见系统治理任务,如治理服务、进程、事件日志、证书、注册表以及使用 Windows Management Instrumentation (WMI)。 * 采用标准命名约定和通用参数的命令行工具,易于把握和使用;以及用于对数据和对象进行排序、筛选以及格式设置的简便工具。 * 对现有脚本语言、现有命令行工具以及多种 Windows 版本的支持,其中包括 Windows XP、Windows Server 2003、Windows Vista 以及 Windows Server(代码名称为“Longhorn”)。 * 方便的功能,使用户能够浏览数据存储(如注册表和证书存储),就像面对文件系统一样。 * 用于治理位于不同存储中以及采用不同格式的 Windows 数据的标准实用程序,这些数据包括 Active Directory (ADSI)Windows Management Instrumentation (WMI)、组件对象模型 (COM) 对象、ActiveX 数据对象 (ADO)、HTML 和 XML。 * 在命令行进行的高级表达式分析和 .NET 对象处理,其中包括对对象进行流水线处理以帮助提高 IT 专业人员的工作效率。 * 可扩展的接口,使独立软件供给商和企业开发人员能够构建自定义 cmdlet 以满足特有的应用程序和系统治理要求。 安装本更新程序后,可能需要重新启动计算机。我们根据 Windows Vista 许可条款向您提供本更新程序并授予您使用许可。

Windows-PowerShell-2.0

Windows-PowerShell-2.0

WindowsXP-KB968930-x86-CHS(Windows PowerShell 2.0.rar

WindowsXP-KB968930-x86-CHS(Windows PowerShell 2.0.rar

Windows PowerShell 2.0编程入门指南

本书《Windows PowerShell 2.0 Programming for the Absolute Beginner, Second Edition》旨在为PowerShell的初学者提供一个全面的指南。它不仅涵盖了PowerShell的基本概念和安装配置,还深入探讨了如何使用PowerShell进行脚本编写,包括条件逻辑、循环、函数等编程结构。书中通过多个游戏项目如PowerShell算命游戏、Seinfeld知识问答游戏等,帮助读者实践所学知识,增强编程技能。此外,本书还介绍了如何.NET框架交互、管理文件和文件夹、处理字符串、数组和哈希表、以及基础系统管理任务,如访问事件日志和使用WMI检索系统信息。每一章末尾的挑战部分鼓励读者进一步探索和改进项目,从而巩固所学内容。附录提供了配套网站上的资源链接,以及后续学习的建议和资源,帮助读者持续进步。

【免费下载Windows PowerShell 2.0 安装包

Windows PowerShell 2.0 安装包 【下载地址】WindowsPowerShell2.0安装包 本仓库提供了一个用于安装 Windows PowerShell 2.0 的资源文件。Windows PowerShell 2.0 是微软推出的一款强大的命令行工具,适用于 Windows 操作系统。通过安装此...

gitblog_09736的博客 1万+

【亲测免费】 重拾经典:Windows PowerShell 2.0 安装包推荐

重拾经典:Windows PowerShell 2.0 安装包推荐 【下载地址】WindowsPowerShell2.0安装包 本仓库提供了一个用于安装 Windows PowerShell 2.0 的资源文件。Windows PowerShell 2.0 是微软推出的一款强大的命令行工具,适用于 Windows 操作系...

gitblog_09791的博客 3562

Windows PowerShell 2.0 CTP 下载

这里可以下载此版本, 但是请您决定使用之前, 先阅读我最近翻译的关于CTP说明. Download Windows PowerShell 2.0 CTP 关于CTP的具体特性细节, 稍后为大家翻译!

Windows PowerShell 1870

Windows PowerShell V2.0 CTP

 如下说明是翻译:是来自Windows PowerShell官方博客,因为本人水平有限,文章中存在各种不足之处,请您及时指出。转载请注明链接地址,原文地址:http://blogs.msdn.com/powershell/archive/2007/11/02/ctp-ctp-beta.aspx译者: Edengundam(马涛)CTP: CTP != Beta!下一周我们将会发

Windows PowerShell 1254

PowerShell CTP版:平台要求

 如下说明是翻译:是来自Windows PowerShell官方博客,因为本人水平有限,文章中存在各种不足之处,请您及时指出。转载请注明链接地址,原文地址:http://blogs.msdn.com/powershell/archive/2007/11/02/ctp-platform-requirements.aspx译者: Edengundam(马涛)CTP:平台要求下一周我们将

Windows PowerShell 1067

GUI-PowerShell & PowerShell WMI explorer

Windows PowerShell V2 Community Technology PreviewBrief DescriptionWindows PowerShell V2 CTP2 introduces several significant features to Windows PowerShell 1.0 and Windows PowerShell V2 CTP that ext...

weixin_34281537的博客 90

安装SQL需PowerShell2.0[代码]

在安装某些SQL版本(如SQL2008R2)时,系统需要PowerShell 2.0组件,但微软已从操作系统中移除了该组件。文章提供了在已移除PowerShell 2.0的系统中重新安装该组件的详细步骤:下载ps2DLC.zip文件并解压,以管理员身份运行PowerShell,修改执行策略为RemoteSigned或Bypass,最后执行loadGAC.ps1脚本。完成这些步骤后,即可顺利安装SQL2008R2

Windows Server 2003的32PowerShell2.0下载

Windows Server 2003的32PowerShell2.0下载

PowerShell 3.0 实践(一)Windows 8 中的 PowerShell 3.0

Windows 8 惊艳登场,当Metro界面吸引了无数人的眼球时,其实还有很多特性值得关注,如PowerShell 3.0、Hyper-V 3.0、vhdx、IIS 8等。 PowerShell 2.0实践系列从本次开始全面转向3.0,体验一下PowerShell 3.0带来的管理方案提升。 很庆幸PowerGUI Script Editor 可以在Windows 8下安装:官方下载 ...

weixin_30569033的博客 400

安装SharePoint2010的准备工作-12

Install PowerShell v2.0 CTP3 (Windows6.0-KB968930x64) Download available here: Update for Windows Server 2008 x64 Edition (KB968930) Windows Server 2008 R2 has PowerShell v2.0 alre...

weixin_34041003的博客 125
上一篇: Windows PowerShell 2.0 CTP 下载
下一篇: PowerShell 2.0 CTP版的新特性
PowerShell
博客等级 码龄19年 103粉丝 110原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值