From time to time i check my blog to see how people are getting to my blog 😉 Today i thought…
vsphere api
-
-
PowerCLIPowershellvsphere api
Change ESXi server license to evaluation while connected to esxi directly using powercli
In order to change license to the evaluation one when the host is still not connected to Virtual Center we can…
-
esxivm reportingvmwarevsphere api
Report for all vms regarding uuid,network card, macaddress, ipaddress, network card type e1000/vmxnet in a csv ;)
Right, i wanted to see all vms, with their current ips, macaddresses, names, networkcard types. This report should also have all…
-
PowerCLIvm reportingvmwarevsphere api
Searching for cdrom devices with Emulate Ide or Passthrough IDE mode in powercli
Right, so we want to find all vms that have their cdrom device set to Emulate Ide mode. [sourcecode language=”powershell”] $vms=get-view…
-
Recently i wrote a function to check in which vm folder particular vm resides. I thought i could share it 😉…
-
Now, i know that there are some examples in internet about this but they were not working for me for some…
-
Powershellvm reportingvmwarevsphere api
Finding vms with vmware tools that need to be upgraded. vmware tools status and version
Right, this is not some rocket science here but still i thought some people may be looking for that. [sourcecode language=”powershell”]…
-
functionsVirtual Centervmwarevsphere api
Get-LicenseReport to obtain informations regarding licenses within Virtual Center
If you need to create reports regarding licenses usage you can the below script. It gathers all licensing information for virtual…
-
Powershellvsphere api
Quicky#1 Get csv report on virtual machine partitions in cluster/multiple clusters
I was asked today how to do that kind of report. It’s really handy to have one of those, and i…
-
Let’s say that we would like to change the syslog server to which our esxi5 boxes is sending logs in some…