Quick reference guide to commonly-used Windows PowerShell commands. For best results, open the file in Microsoft Word, print the contents to legal-sized paper (8 inches by 14 inches), and fold the resulting printout in half, making a four-page booklet.
Hugo Peeters over at PeetersOnline has created a simple, fire-and-forget PowerShell script that sets the Hardware Video Acceleration Level for all your (Windows Server 2003 and Powered On) VMās to Full. This way you can always enjoy smooth mouse movements when working in the console!
A link to Hugoās website will definitely appear in my presentation at the 12th of December.
The /n software NetCmdlets extend the features of Microsoft Windows PowerShell with a broad range of network management and messaging capabilities. The current release contains more than 30 Cmdlets providing access to network and host protocols such as SNMP, LDAP, DNS, Syslog, HTTP, WebDav, FTP, SMTP, POP, IMAP, Rexec/RShell, Telnet, and more.
NetCmdlets V2 is packed full of exciting new features including PowerShell Server (formerly PowerShell Remoting), Parameter Sets, Object Pipelining, and new Cmdlets for SSH Enabled Remoting and Amazon Web Services (S3) Integration.
We can expect some challenging one-liners again since Hugo Peeters is back from his vacation. Hugo was offline the past few weeks enjoying the luxury live in California. During the VMworld in Las Vegas Hugoās site peetersonline.nl was mentioned in the PowerShell presentation from Carter Shanklin. After Carterās presentation ended I was able to attend a little interview where he mentioned Hugoās site again. Hugo already posted two new articles:
Creating a Powershell script CAN be quite difficult. How to get the output you want? Where to start? Let me try to get you started by providing a structure you can follow. Iām not saying this is THE way, but itās MY way. Hope it helps you and please do comment if you have additions or another way!
Hi everybody, Iām back! Before you ask, Iāve had a great holiday, thank you. Now letās continue having fun with Powershell and the VI Toolkit! Iāve showed you a trick earlier that allows you to find your Virtual Center Server Settings. The License Server settings for instance. But changing these settings can prove to be quite a challenge.
Lance Berc, Corporate ArchitectĀ over at VMware created some PowerShell scripts to automate the ESX configuration.These scripts automate much of the drudgery needed to incorporate a fresh ESXi or ESX Classic Server into a Virtual Center DRS cluster. Automation is the backbone of scalability. Via Vinternals.
Mike DiPetrillo over at VMware posted a PowerShell script on his weblog. This script is able to Quick Migrate a VMware virtual machine from one ESX server to the other.
One of the things that was also brought up over and over again in the debate was the fact that Quick Migration was free and came with Hyper-V since it was based on Microsoft Clustering whereas VMware VMotion was only available in the most expensive Enterprise SKU of VMware Infrastructure. So there it was - I need to create Quick Migration for the lower priced and free VMware solutions. I went off, built my little script, and showed it off at VMworld. There was a GREAT response to it so I'm posting it here for others to use or improve upon however you see fit.