Category Archives: PowerCLI

Enable Jumbo Frame Support in vSphere Using PowerCLI in 30 Seconds. :)

This applies to virtual switches that have already been created.

I was trying to do this earlier this evening and found a few articles that talked about various methods to enable jumbo frame support on a vSwitch.  After reading some of the ‘hacks’ that are being used, I decided to dig into PowerCLI.  Amazingly enough, the solution is so simple that maybe it’ll get some of the people working with vSphere to move into PowerCLI further.  Here’s the 30 second or less solution to the issue.  As I wrote above, this applies for a vSwitch that’s already been created, but you can create a vSwitch with all the specifications you need from PowerCLI as well just the New-VirtualSwitch commandlet.

> $vs = Get-VirtualSwitch –name vSwitchX
> Set-VirtualSwitch –VirtualSwitch $vs –mtu 9000

> Get-VirtualSwitch –name vSwitchX

If you’re not familiar with PowerShell, get familiar with it. 🙂 It’s an excellent product and is expandable so many IT products are moving toward a PowerShell interface for its ease of use.

Continue reading Enable Jumbo Frame Support in vSphere Using PowerCLI in 30 Seconds. 🙂

vSphere PowerCLI Commandlet Poster

Pablo Roesch, VMware, has put out a poster that their marketing department did, that has a listing of the PowerCLI commandlets.  This is a very useful tool for anyone working in PowerShell using the VMware Toolkit for Windows.

It’s originally posted in this forum a VMware forum: http://bit.ly/1602Au

I’ve placed a the file in my media library and linked to it from here, just in case it disappears. 😉

PowerCli Poster in PDF format.

Sample:
PowerCLI Poster

Thanks for the great poster VMware, and thanks for linking it Pablo!