Getting this below error while we are trying to add vCenter FQDN instead of vCenter IP via powershell
The remote name could not be resolved : 'Veeam.Veeam12.VMware.net'
It was working as fine, and I was able to add the vCenter when I was passing the vCenter IP address. I am getting this error when I am trying to pass the FQDN name of the vCenter.
I just wanted to make sure. Is this expected scenario?
Code: Select all
Connect-VIServer -Server "vCenterIP" -User "Username" -Password "Password" -Force
Thanks in advance.
Regards
Leo.