Archive

Posts Tagged ‘vijava’

Tech Talk: Using VI Java from Scala

May 26th, 2011 No comments

This talk is by Dave Briccetti (@dcbriccetti) who is an independent consultant working at VMware on vCloud related project. He is also a committer on the Lift framework for building Web applications in Scala.

Here is his slides:

How to Notify All the Active vSphere Users?

June 16th, 2010 No comments

As system administrators, you may have used the feature that sends a message to all users. It’s very helpful when you want to change something that might affect others, or ask for particular attention from new users who log in later.

It’s simply 3 steps as described vSphere Client Help:

  1. From the Home page of the vSphere Client, click Sessions.
  2. Type the message in the Message of the day box.
  3. Click Change.

The message is sent to all the currently login users, and until the message is changed, any new users see the message upon logining to the vCenter.

Now, how to do with the API?

Categories: vSphere API Tags: ,