Success, that did the trick. Just to keep things clean, I did receive the following, even though the command worked.
The system cannot find the file specified.
'.
At line:1 char:141
+ Get-vm -Name rickpo-test | Get-VMGuestNetworkInterface -GuestUser Administrator -GuestPassword Passw0rd | Set-VMGuestNetworkInterface <<<< -GuestUser Administrator -GuestPassword Passw0rd -IPPolicy Static 10.10.10.10 -Netmask 255.255.255.0 -Gateway 10.10.10.1
+ CategoryInfo : InvalidArgument: (:) [Set-VMGuestNetworkInterface], ViError
+ FullyQualifiedErrorId : Client20_VmGuestService_SetVmGuestNetworkInterface_Error,VMware.VimAutomation.ViCore.Cmdlets.Commands.SetVmGuestNetworkInterface
Is there something that can be done to prevent this error? Not sure what it is trying to do. There is only one interface on each VM.
thank you again.
Rick