VMware Communities > Blogs > Jonathan Marrott's VM Scripting Blog > Tags

Blog Posts

Jonathan Marrott's VM Scripting Blog

3 Posts tagged with the vi tag
7

List All VMs (Updated)

Posted by froboy Jan 22, 2008

These scripts will list all vms registered with Virtual Center or a specific Datacenter object.

Usage: listdcvms.pl --server <VC Server> --username <username> --password <password> --datacenter <DC Name>
Usage: listallvms.pl --server <VC Server> --username <username> --password <password>

7 Comments Permalink
0

VC Licensing Spreadsheet

Posted by froboy Nov 21, 2007

I put my licensing script into a spreadsheet...

You need to populate your own hostnames and licensing server, but it will query the licensing log against those hostnames.

0 Comments Permalink
1

VC Licensing

Posted by froboy Nov 16, 2007

Do you know which servers have got a hold of your VC licenses? I had a tedious time looking through the log on VC to get an exact count. All of the check in's and out's complicated things to. So here is a script to parse the VC licensing log to see who has what.

Usage:
vclic.vbs /s:<VC License Server>

1 Comments Permalink