Scripting

Subscribe via RSS →
2 min read

VMjuggler–the PowerCLI version

I was tasked with testing the throughput of the vMotion network between two hosts - to see how much of the throughput was / could be used. Now I remembered that there was an application that someone …

  • VMotion
  • Scripting
  • Powershell
  • Administration
2 min read

Many ways to skin a cat (or write a script)

I wanted to share with you another small example of how there are many ways to do things in PowerCLI. I wrote a post a while back about How to Speed Up Your PowerCLI Queries and there I came to the …

  • vSphere
  • Scripting
  • Powershell
  • VMware
3 min read

netstat for ESXi

The title of the post is actually misleading - on purpose - because there is no netstat for ESXi. The reason that I bring this up today is because of a Twitter conversation from today regarding SSH …

  • ESXi
  • Scripting
  • esxcli
  • Administration
1 min read

How many vMotions?? - The PowerCLI Way

As an addition to Luc Deken’s and Jonathan Medd’s great VIProperty Module, I wanted to add one property that I found useful. Ever wanted to know how many vMotions have been made in your …

  • Scripting
  • Powershell
  • PowerCLI
1 min read

PowerCLI 4.1.1 poster - Updated

Pablo Roesch posted on the VMware Communities the latest version of the PowerCLI poster. Thanks to all that made this happen.

  • Scripting
  • VMware
  • PowerCLI
2 min read

Do You Really Need the vMA?

This post was triggered by a very informative conversation I had with William Lam this week. Thanks William! vMA - vSphere Management Assistant, is a virtual machine that includes prepackaged software …

  • Tools
  • Management
  • Scripting
  • Appliances
2 min read

Getting Average Usage from your hosts - PowerCLI

I was asked to provide a small report on what the average RAM usage was on each host over the past 30 days I forgot to mention the code was inspired by the session that Luc Dekens and Alan Renouf gave …

  • vSphere
  • Scripting
  • Powershell
  • Administration
5 min read

Changes in PowerCLI 4.1

July 14, 2010 Kirk Munro posted last week about the PowerCLI 4.1: A fork in the road regarding changes in namespaces that were introduced in the new version of PowerCLI 4.1. Scott Herold of Vizioncore …

  • Management
  • Scripting
  • Powershell
  • 4.1
2 min read

Updating pictures for Users in AD - pt. 2

The last sentence in my previous post on Updating Pictures for Users in AD was: Now the only part hat needs to be taken care of - is getting a proper image from HR in the correct size. Maybe we will …

  • Active Directory
  • Tools
  • Scripting
  • Powershell
1 min read

Get-AllDomainControllers Function

Sometimes you would like to run a query against all DC’s in your forest. For example today – I was looking a specific error on the System Event Logs. Here is a quick way to get all the DC’s in …

  • Active Directory
  • Tools
  • Scripting
  • Powershell