get-cluster HQ | get-vm | Get-NetworkAdapter | Where{$_.NetworkName -eq “Server”} | Set-NetworkAdapter -networkname “Server_192.168.11.X” -confirm:$false
A place to store my quick notes I want to access later, plus maybe help the world…?
get-cluster HQ | get-vm | Get-NetworkAdapter | Where{$_.NetworkName -eq “Server”} | Set-NetworkAdapter -networkname “Server_192.168.11.X” -confirm:$false