vCenter 6.5d and e (tested with single VCSA/PSCA and three linked VCSA and external PSCA)
vRO 7.2.0.4629841 (built-in service in vRA 7.2.0.4659752, PS plugin @ 1.0.11)
PS script host tested with Windows 2008R2 and 2016 (connected with HTTPS, WinRM, shared session, Kerboros, and a domain cert)
Test script as follows: |
---|
Import-Module vmware.VimAutomation.core Connect-VIServer -Server 'vcenter.company.loc' -User 'domain\account' -Password 'password' $TagList = Get-Tag |
Which results in: |
---|
PowerShellInvocationError: Errors found while executing script Get-Tag : 8/8/2017 9:37:46 PM Get-Tag vSphere single sign-on failed for connection '/VIServer=domain\account@vcenter.company.loc:443/'. Future operations which require single sign-on on this connection will fail. The underlying cause was: The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation. |
That all being said... this worked prior to our upgrade to 6.5 from 6.0. (and still does work to a 6.0 vCenter) If I change the server name to a 6.0 vCenter in the connection string it works as expected. 6.5 vCenter.... errors. What changed in the upgrade?
Does anyone think an vRO update to 7.3 would help?