Hello every one !
I am currently working on a tool written in C# using the Powershell C# instance to communicate with our vcenter
vsphere version is 6.5.0.20000 Build 9451637
PowerCLI Version
----------------
VMware PowerCLI 6.5 Release 1 build 4624819
---------------
Component Versions
---------------
VMware Cis Core PowerCLI Component 6.5 build 4624453
VMware VimAutomation Core PowerCLI Component 6.5 build 4624450
tool running on .Net Framework 4.7.1
My issue is:
When i try to run this command:
$myTag = Get-Tag BKP_OTVCSA_CL3_J05_01
i get the following error:
vSphere single sign-on failed for connection '/VIServer=username@vcenterURI:443/'. Future operations which require single sign-on on this connection will fail. The underlying cause was: Specified algorithm is not valid.
Any other command is working fine. but all Tag related commands are failing.
This was working before we updated the vcenter and power cli (previous version 6.0 R2)
Any help is welcomed.
Simon