If you want to check what is the policy regarding upgrading vmware tools for vms in cluster, here it is 😉…
powercli
-
-
After installation of vmware syslog server you can point your esx/i boxes to log directly to that server. But in the…
-
Now that was a very very very good post from Robert. You can check this post and his blog at http://rvdnieuwendijk.com/2011/07/21/how-to-run-vmware-vsphere-cli-perl-scripts-from-powercli/…
-
What if you wanted to check status of some particular service on the host system. For example, you need to login…
-
So i wanted to make a copy of a role that is in vc1. I wanted to have it in vc2.…
-
I have written more advanced scripts for printing, reporting stuff about snapshots than this one, but here it is just about…
-
This time i wanted to create a report on information which is put in the custom fields for my vms. You…
-
Let’s say that we would like to change the syslog server to which our esxi5 boxes is sending logs in some…
-
I wanted to get a list of vms that are using specific vlan so i wrote this one: [sourcecode language=”powershell”] foreach($vm…
-
So what if you would like to get a report on filesystem disk usage on esxi box. For now afaik there…
-
I had to do few tasks in powershell using regex, this handy web app is very helpful. http://gskinner.com/RegExr/ also this helped…