Greetings, I am seeing the following error when trying to work with Tags and PowerCLI. The error is the same whether I use my own domain account (AD) or the vsphere.local administrator.
get-tag -Server 'vcenterprd01a' get-tag : 11/4/2019 9:30:38 AM Get-Tag Server vcenterprd01a is not connected. At line:1 char:1 + get-tag -Server 'vcenterprd01a.' + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Get-Tag], ViServerConnectionException + FullyQualifiedErrorId : Client20_ConnectivityServiceImpl_TryVerifyIsConnected_NotConnected,VMware.VimAutomation.ViCore.Cmdlets.Commands.Tagging.GetTag get-tag : 11/4/2019 9:30:38 AM Get-Tag vSphere single sign-on failed for connection 'https://vssoprd01a.:7444/sts/STSService/vsphere.local'. Future operations which require single sign-on on this connection will fail. The underlying cause was: There was no endpoint listening at https://vssoprd01a.:7444/sts/STSService/vsphere.local that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. At line:1 char:1 + get-tag -Server 'vcenterprd01a.' + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-Tag], CisException + FullyQualifiedErrorId : VMware.VimAutomation.ViCore.Impl.V1.Service.Tagging.Cis.TaggingServiceCisImpl.GetTag.Error,VMware.VimAutomation.ViCore.Cmdlets.Commands.Tagging.GetTag
The port in the error, 7444, is not mentioned anywhere in `ports.vmware.com` firewall port guide. Where might I look to see where in my environment this port may be configured/misconfigured ?
Thank you,