Since Antonio Dias and his colleagues are is still busy with writing the VMware command-let’s for PowerShell we have to find an alternate way to use PowerShell in combination with ESX server. TechProsaic created a PowerShell script that uses plink to communicate with ESX server. This script can do some basic things like snapshots and get a list of VM’s.
Wednesday, October 31. 2007
PowerShell Script to Query ESX Servers
Friday, October 26. 2007
VMware PowerShell command-let’s
Since Antonio Dias and his colleagues over at VMware are very bussy with creating PowerShell command-let’s I thought lets take a dive into this new scripting language. Windows PowerShell introduces the concept of a cmdlet (pronounced "command-let"), a simple, single-function command-line tool built into the shell. You can use each cmdlet separately, but their power is realized when you use these simple tools in combination to perform complex tasks. Windows PowerShell includes more than one hundred basic core cmdlets, and you can write your own cmdlets and share them with other users. Like many shells, Windows PowerShell gives you access to the file system on the computer. In addition, Windows PowerShell providers enable you to access other data stores, such as the registry and the digital signature certificate stores, as easily as you access the file system. There is a powerful Tool available on the internet, called PowerGUI. It is a Free GUI (Graphical User Interface) PowerShell Tool sponsered by Quest. The PowerGUI allows we to use the Windows PowerShell in a familiar and intuitive GUI, like a MMC console. To download the PowerGui, we can check the new version out, at the official site: http://www.powergui.org/