自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Windows PowerShell

做Windows PowerShell中文资源分享第一Blog

  • 博客(26)
  • 收藏
  • 关注

原创 PowerShellPlus 测试版下载

 PowerShellPlus 是一款非常强大的PowerShell IDE. 它能够监视PowerShell中变量, 查看变量对象的信息(以属性方式). 附带一个专用的 PowerShell Editor, 采用了Office 2007的界面结果, 您可以非常方便的对代码进行编辑和调试. 调试过程可以自动一步步执行, 还能随时插入断点. 界面效果不错, 不过速度上可能稍慢.目前您可以在h

2007-11-29 22:52:00 1209

翻译 Get-Member 帮助信息

如下说明是翻译PowerShell中: help Get-Member 产生的帮助信息. 译者: Edengundam(马涛) Get-Member 大纲取得对象或者对象集合的信息. 语法Get-Member [[-name] ] [-inputObject ] [-memberType { | | | | | | | | | | | |

2007-11-26 19:01:00 2600

翻译 Get-PfxCertificate 帮助信息

如下说明是翻译PowerShell中: help Get-PfxCertificate 产生的帮助信息. 译者: Edengundam(马涛) Get-PfxCertificate 大纲取得计算机上.pfx证书文件的信息. 语法Get-PfxCertificate [-filePath] [] 详细描述Get-PfxCertificate cmdl

2007-11-25 10:14:00 992

翻译 Get-Process 帮助信息

如下说明是翻译PowerShell中: help Get-Process 产生的帮助信息. 译者: Edengundam(马涛) Get-Process 大纲取得运行在本地计算机上的进程. 语法Get-Process [[-name] ] [] Get-Process -id [] Get-Process -inputObject [] 

2007-11-24 11:19:00 4101

翻译 Get-PSSnapin 帮助信息

如下说明是翻译PowerShell中: help Get-PSSnapin 产生的帮助信息. 译者: Edengundam(马涛) Get-PSSnapin 大纲取得计算机上Windows PowerShell管理单元. 语法Get-PSSnapin [[-name] ] [-registered] [] 详细描述Get-PSSnapIn cmdle

2007-11-22 15:02:00 1189

原创 Visual Studio 2008 和 .NET 3.5 发布了

今天 Visual Studio 2008 和 .NET 3.5 发布了 , 的确是一个好消息.如果你想使用免费的 Visual Studio 2008 Express 版本(下载大小更小一些,而且是完全免费的),你可以在这里下载。 中文消息的翻译: http://blog.joycode.com/scottgu/archive/2007/11/20/111568.aspx 

2007-11-20 20:54:00 797

翻译 Get-PSDrive 帮助信息

 如下说明是翻译PowerShell中: help Get-PSDrive 产生的帮助信息. 译者: Edengundam(马涛) Get-PSDrive 大纲取得Windows PowerShell驱动器的信息. 语法Get-PSDrive [[-name] ] [-pSProvider ] [-scope ] [] Get-PSDrive [-lit

2007-11-20 19:05:00 1315

翻译 Get-PSProvider 帮助信息

如下说明是翻译PowerShell中: help Get-PSProvider 产生的帮助信息. 译者: Edengundam(马涛) Get-PSProvider 大纲取得特定Windows PowerShell提供程序的信息. 语法Get-PSProvider [[-psProvider] ] [] 详细描述取得特定Windows PowerSh

2007-11-19 20:20:00 1168

翻译 Get-Service 帮助信息

如下说明是翻译PowerShell中: help Get-Service 产生的帮助信息. 译者: Edengundam(马涛) Get-Service 大纲取得本地计算机上的服务. 语法Get-Service [[-name] ] [-include ] [-exclude ] [] Get-Service -displayName [-includ

2007-11-17 23:51:00 1500

翻译 Get-TraceSource 帮助信息

如下说明是翻译PowerShell中: help Get-TraceSource 产生的帮助信息. 译者: Edengundam(马涛) Get-TraceSource 大纲取得用于进行跟踪的Windows PowerShell组件. 语法Get-TraceSource [[-name] ] [] 详细描述Get-TraceSource cmdlet

2007-11-15 19:03:00 692

原创 SQL Server 2008 CTP支持PowerShell

微软公司发布的SQL Server 2008 CTP第三版将会添加对PowerShell的支持. 这些支持包括了 新的提供程序(provider)和一些cmdlet. 现在您可以方便的使用PowerShell来访问使用数据库. 虽然CTP的特性在最终版可能会被删除, 但是PowerShell是微软公司主攻服务器领域上非常重视的工具, 其下很多team已经开始适应PowerShell的开发, 相

2007-11-14 18:58:00 768

翻译 Get-UICulture 帮助信息

如下说明是翻译PowerShell中: help Get-UICulture 产生的帮助信息. 译者: Edengundam(马涛) Get-UICulture 大纲返回Windows PowerShell的用户界面区域设置信息. 语法Get-UICulture []  详细描述Get-UICulture cmdlet返回Windows Powe

2007-11-13 20:12:00 994

翻译 Get-Unique 帮助信息

如下说明是翻译PowerShell中: help Get-Unique 产生的帮助信息. 译者: Edengundam(马涛) Get-Unique 大纲从排序的列表中返回唯一项. 语法Get-Unique [-inputObject ] [-asString] [] Get-Unique [-inputObject ] [-onType] []

2007-11-12 19:05:00 1532 4

翻译 Get-Variable 帮助信息

如下说明是翻译PowerShell中: help Get-Variable 产生的帮助信息. 译者: Edengundam(马涛) Get-Variable 大纲获取当前控制台的变量. 语法Get-Variable [[-name] ] [-include ] [-exclude ] [-valueOnly] [-scope ] [] 详细描述获取当

2007-11-11 09:27:00 1124

翻译 Get-WmiObject 帮助信息

如下说明是翻译PowerShell中: help Get-WmiObject 产生的帮助信息. 译者: Edengundam(马涛) Get-WmiObject 大纲取得WMI类的实例或者取得可使用类的信息. 语法Get-WmiObject [-class] [[-property] ] [-namespace ] [-computerName ] [-fil

2007-11-10 14:28:00 6187

原创 PowerShell 2.0 CTP版的新运算符介绍

转载请保留作者姓名, 链接. 谢谢作者: Edengundam(马涛)今天,终于下载到了Windows XP-SP2 x86中文版的WS-Management v1.1。您可以在http://www.microsoft.com/downloads/details.aspx?familyid=845289CA-16CC-4C73-8934-DD46B5ED1D33&displaylang

2007-11-09 22:23:00 1704

原创 PowerShell 2.0 CTP版新特性效果图

转载请保留作者姓名, 链接. 谢谢作者: Edengundam(马涛)我在Windows 2008 DataCenter RC0上安装了PowerShell 2.0 CTP版, 为您展示3个新的功能:1. Out-GridView2. Graphical Powershell 图形化PS3. Steppable Pipeline 可步进式的脚本块首先, 是两张使用Out-GridVie

2007-11-08 16:40:00 942

翻译 PowerShell 2.0 CTP版的新特性

如下说明是翻译:是来自Windows PowerShell官方博客,因为本人水平有限,文章中存在各种不足之处,请您及时指出。转载请注明链接地址,原文地址:http://blogs.msdn.com/powershell/archive/2007/11/06/what-s-new-in-ctp-of-powershell-2-0.aspx译者: Edengundam(马涛) PowerS

2007-11-07 23:23:00 1819

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

 如下说明是翻译:是来自Windows PowerShell官方博客,因为本人水平有限,文章中存在各种不足之处,请您及时指出。转载请注明链接地址,原文地址:http://blogs.msdn.com/powershell/archive/2007/11/06/the-community-technology-preview-ctp-of-windows-powershell-2-0.aspx

2007-11-06 22:05:00 1451

原创 Windows PowerShell 2.0 CTP 下载

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

2007-11-06 17:16:00 1254

翻译 CTP: 版本控制

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

2007-11-05 22:55:00 1049

翻译 PowerShell CTP版:平台要求

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

2007-11-04 09:41:00 964

翻译 Windows PowerShell V2.0 CTP版

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

2007-11-04 00:57:00 1099

翻译 Group-Object 帮助信息

如下说明是翻译PowerShell中: help Group-Object 产生的帮助信息. 译者: Edengundam(马涛) Group-Object 大纲根据指定的属性, 将包含相同属性值的对象进行分组. 语法Group-Object [[-property] ] [-caseSensitive] [-noElement] [-culture ] [-i

2007-11-03 09:36:00 2085

翻译 Import-Alias 帮助信息

如下说明是翻译PowerShell中: help Import-Alias 产生的帮助信息. 译者: Edengundam(马涛) Import-Alias 大纲从文件中导入别名列表. 语法Import-Alias [-path] [-passThru] [-scope ] [-force] [-whatIf] [-confirm] [] 详细描述

2007-11-02 18:29:00 871

翻译 Import-Clixml 帮助信息

如下说明是翻译PowerShell中: help Import-Clixml 产生的帮助信息. 译者: Edengundam(马涛) Import-Clixml 大纲导入CLIXML文件并在Windows PowerShell创建对应的对象. 语法Import-Clixml [-path] [] 详细描述导入CLIXML文件并在Windows Po

2007-11-01 18:56:00 985

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除