使用PowerGUI管理你的VMware ESX

简介:
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,如需转载请自行联系原作者
目录
相关文章
|
2月前
|
Linux 网络安全 文件存储
VMware ESX Server下的一些命令
VMware ESX Server下的一些命令
27 2
|
9月前
|
存储 数据挖掘 虚拟化
服务器数据恢复-VMWARE ESX SERVER虚拟化数据恢复案例
服务器数据恢复环境: 几台VMware ESX SERVER共享一台某品牌存储,共有几十组虚拟机。 服务器故障: 虚拟机在工作过程中突然被发现不可用,管理员将设备进行了重启,重启后虚拟机依然不可用,虚拟磁盘丢失,数据无法使用。
|
虚拟化 Python Linux
用python(pyvmomi)管理vmware ESXi/vCenter
自动化运维,用python(pyvmomi)管理vmware ESXi/vCenter
14600 0
|
虚拟化 数据安全/隐私保护 网络协议