PowerGUI的功能十分强大,而且在vCenter也提供这样的插件,转了一篇文章的介绍

http://blogs.techrepublic.com.com/datacenter/?p=494


PowerShell is an incredibly powerful scripting tool being included in just about all of Microsoft’s new products.  With PowerShell, administrators can write scripts that just about completely manage all aspects of the software.  PowerGUI, a free tool, is a great enhancement to PowerShell as it provides many of the benefits of a true development environment for those that want to quickly develop PowerShell scripts.
—————————————————————————————————————
Microsoft’s PowerShell scripting language has proven to be an excellent addition to the scripting language family largely due to its flexibility and raw power.  However, as the saying goes, “with great power comes great complexity.”  Like I said, PowerShell is eminently flexible and, for simple tasks, pretty easy to figure out, but as a powerful and extensible scripting language, memorizing complete syntax for every command and procedure would not be a simple task.
Quest Software has developed a freeware product, PowerGUI, that provides PowerShell script developers with a GUI tool that makes the development process much easier.  In fact, Quest has built an entire community around this tool and around PowerShell in general.
As you can see in the screenshot below, PowerGUI can be used to allow you to quickly develop code snippets that you can use in your own scripts.  This automated develop can save you a whole lot of time.  In the shot below, PowerGUI generated code that displays all of the members of an Active Directory group.
PowerGUI provides PowerShell script developers with a number of benefits, including:
  • Code generation. Browse through the Active Directory — as well as through other objects — and let PowerGUI build code snippets for you to use.
  • Syntax highlighting
  • Through the use of PackPack extensions, wide support for managing a number of systems, including:
  • Windows Server
  • Exchange Server 2007
  • Active Directory
  • SQL Server 2005 and 2008
  • Hyper-V
  • VMware ESX
  • SharePoint
  • Debugging
  • Breakpoints
  • Commenting of code blocks
The screenshot below gives you a look at the syntax highlighting feature found in the PowerGUI Script Editor.
These are just a few of the features provided by PowerGUI.  For more information about PowerGUI and the PowerGUI user community, visit the PowerGUI site.
本文转自 VirtualTom 51CTO博客,原文链接:http://blog.51cto.com/virtualtom/270390,如需转载请自行联系原作者

使用PowerGUI管理你的VMware ESX相关推荐

  1. 在VMware ESX Server使用华为存储

    前几天有个朋友问,怎样在VMware ESX Server中使用华为的存储器的问题,下面我以图例的方式,介绍一下.网络拓扑如下: 图1 在图1中,华为存储器的管理地址是192.168.100.15,数 ...

  2. 服务器虚拟化平台:VMWare ESX 3.5安装图记

    来自:http://mycys.blog.51cto.com/11076/77772 转载 VMWare ESX 3.5是VMWare最新发布的服务器虚拟平台,在VMWare ESX 3.5可以实现服 ...

  3. VMware ESX Server 4(vSpere)测试记录

    得知VMware vSphere发布的消息后,从VMware网站下载到了该软件,开始测试. [说明]VMware vSphere相当于VMware ESX Server 3.0的后续版本,但个人习惯于 ...

  4. 如何使用Openfiler为VMware ESX设置一个免费的iSCSI或NAS储存系统

    如何使用Openfiler为VMware ESX设置一个免费的iSCSI或NAS储存系统 By admin ⋅ 2008/09/19 ⋅ 3,135 views ⋅ Post a comment 所有 ...

  5. NetApp SE 实验室报告:SAN Boot with VMware ESX 3.0.0

    本文转自: [url]http://www-cn.netapp.com/news/techontap/2006/oct/1006tot_labreport.htm[/url] Nick Trianto ...

  6. vmware esx简介

    1.简介 ESX 服务器使用了衍生自史丹佛大学(Stanford Univ.)开发的SimOS核心,该核心在硬件初始化后替换原开机的Linux内核.ESX服务器2.x的服务控制平台(亦称为" ...

  7. VMware ESX 4.1版本,浏览器无法访问问题【已解决】

    目录 摘要 背景 问题 解决方案 实践 参考资料 摘要 解决VMware ESX 4.1 安装后,客户端浏览器无法访问管理界面问题. 关键点: 浏览器兼容性: vmware-webAccess 服务是 ...

  8. 虚拟化服务器平台怎么装,服务器虚拟化平台:VMWare ESX 3.5安装图记

    VMWare ESX 3.5是VMWare最新发布的服务器虚拟平台,在VMWare ESX 3.5可以实现服务器的虚拟化,在物理服务器上安装多个虚拟的客户机,从而大大的提升服务器的可用效率.VMwar ...

  9. VMware ESX轻松搞定物理机的虚拟化,充分利用自己的物理机

    声明: 本博客欢迎转载,但请保留原作者信息! 作者:林凯 团队:华为杭州OpenStack团队 在物理条件有限的情况下,还想要搞集群环境的时候,或者需要做环境的功能性验证,需要起很多套环境的时候,这个 ...

  10. VMware ESX与VMware ESXi区别

    VMware ESX 与 VMware ESXi 区别 现在来讲vSphere就是ESXI,只是两种叫法而已,我们来看看VMware服务器虚拟化产品的历程. Vmware 服务器虚拟化第一个产品叫ES ...

最新文章

  1. think php a方法,PHP_ThinkPHP之A方法实例讲解,ThinkPHP的A方法用于在内部实例 - phpStudy...
  2. Triangular Sums http://acm.nyist.net/JudgeOnline/problem.php?pid=122
  3. Java黑皮书课后题第6章:6.12(显示字符)使用下面的方法头,编写一个打印字符的方法。编写一个测试程序、打印从‘1‘到‘Z‘的字符,每行打印10个,字符之间使用一个空格字符隔开
  4. mysql 横向分表合并_MySQL横向扩展-分库分表解决方案总结
  5. 前端学习(1800):前端调试之清除浮动练习1
  6. php 递归遍历文件夹,php递归遍历目录 | 学步园
  7. Swift on Linux —— 从源码开始安装
  8. RK3288开发过程中遇到的问题点和解决方法之Packages
  9. .net 3.5 数据库开发 之 LINQ 上
  10. EntityFrameworkCore DBFirst
  11. 常用SQL语句(1)
  12. 阿里云盘 手动获取token教程
  13. 正则表达式系列:匹配正数、负数和小数 (正负整数)
  14. A股-股票程序自动化交易接口
  15. 第四章第九节数据资产盘点-数据资产目录分类
  16. 在WSL上安装MuJoCo和mujoco_py
  17. 范型方法 范型参数 范型返回值
  18. 今日multi_turtlebot3尝试
  19. 尊贤、谦虚、谨慎、交友、有恒、微渐、慎始终、因果
  20. 1.Python基础-本地安装

热门文章

  1. html网页设计简单登陆界面
  2. ceph pg peering和恢复 (2)
  3. html页面360极速浏览器不兼容,html页面在360极速浏览器样式不兼容
  4. 服务器四核cpu性能排行,服务器cpu性能排行
  5. linux同步苹果照片,有用iPhone的吗?Linux下怎么管理iPhone里的照片?
  6. 单层感知器与线性神经网络
  7. 通过Cmd窗口按照指定浏览器打开网页
  8. python开发cms_基于Django的Python CMS---wagtail介绍
  9. Android DevicePolicyManager 设备管理
  10. 2021-2027全球与中国微机械角速率传感器市场现状及未来发展趋势