From time to time i check my blog to see how people are getting to my blog 😉 Today i thought…
get-view
-
-
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…
-
I was trying to create a vm folder in Datacenter. This can not be achieved using new-folder directly without specifying proper…
-
Powershell
How to check template settings without converting it to vm using get-teamplate and get-view?
So if we will look at a template vm using vSphere client we can’t see more than basic settings. We can…
-
I’ve spent some time today figuring out how to do storage vmotion so that 1 disk could go to datastoreA, and…
-
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”]…
-
I have written more advanced scripts for printing, reporting stuff about snapshots than this one, but here it is just about…
-
functions
Function for getting report on annotation in VirtualCenter server clusters or particular cluster
I described one way of getting this report in earlier post. If you want to use it as a function… there…
-
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…