It is possible to add serial ports to a VM using the process described in this post:
Configuring Serial Ports
However, I would like to update which pipe name an existing serial port is connected to from PowerCLI.
Does someone have a process for doing that?
Presumably I need to somehow get the existing serial port objects on a VM, and then update the "Backing.PipeName" setting for the one I want to change (and then maybe apply that change).
But I'm not exactly sure the steps I will need.