Hi all,
I'm trying to write powercli scripts to mass change VM IP addresses and hostnames. The hostnames I have no clue how to tackle, but I figured I could use Set-VMGuestNetworkInterface and Get-VMGuestNetworkinterface. I get this to work fine on the Windows XP machines in my environment, but it will not work on my Windows 7-32bit machines, or in my Windows 8 32/64 machines.
I've googled and read the help documents, and it looks like the cmdlet does not support those operating systems. I was wondering if anyone knows an alternative route or how I can make the cmdlet work. I read where someone edited the cmdlet .bat file to make it work, but they never gave details or responded to PMs.
Any help would be much appreciated.
Thank you!