esxiPowershell Set-NetworkAdapter The operation for the entity VirtualMachine-vm- failed with the following message: “Invalid configuration for device ‘0’.” by Grzegorz Kulikowski July 6, 2012 July 6, 2012 When trying to set the connected property of a network card within virtual machine you receive: [sourcecode language=”powershell”] Get-VM -name XYZ… Read more 0 FacebookTwitterPinterestLinkedinWhatsappEmail
Powershell Check vm vmnic vlan by Grzegorz Kulikowski April 13, 2012 April 13, 2012 I wanted to get a list of vms that are using specific vlan so i wrote this one: [sourcecode language=”powershell”] foreach($vm… Read more 0 FacebookTwitterPinterestLinkedinWhatsappEmail
Powershell vmnic renumeration by Grzegorz Kulikowski January 31, 2012 January 31, 2012 I had an issue with esx 3.5u2 box, that had wrong vmnic numeration. In order to correct it edit file /etc/vmware/esx.conf… Read more 0 FacebookTwitterPinterestLinkedinWhatsappEmail