I wanted to see all templates that reside in a particular cluster. I was very surprised that get-template can not handle…
Latest Posts
-
-
esxiPowershell
Set-NetworkAdapter The operation for the entity VirtualMachine-vm- failed with the following message: “Invalid configuration for device ‘0’.”
When trying to set the connected property of a network card within virtual machine you receive: [sourcecode language=”powershell”] Get-VM -name XYZ…
-
This time i wanted to show how can we check which vm is using mac address X. For example some ntwk…
-
If you want to monitor from your management box work of virtual center server, check if services are working, if connection…
-
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…
-
This time i wanted to create a report on information which is put in the custom fields for my vms. You…
-
Powershell
Custom report, checking notes/description for vm, Active Directory description, ManagedBy, Operating System and exporting to csv
This time i wanted to build a report to check which vms are missing the notes/description section. If you have large…
-
esxiPowershellvmware
new-drsrule Unable to cast object of type ‘VMware.Vim.ClusterVmHostRuleInfo’ to type ‘VMware.Vim.ClusterAntiAffinityRuleSpec’.
I was trying to create a new drs vm-vm anti affinity rule and got this red error : PowerCLI C:\> New-DrsRule…
-
I was reading today about permissions on different level in virtual center. While reading i was doing many different tests in…
-
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…