Skip to content

Tag: vCO

PowerShell 0

vCO PowerShell Plugin: Import-CliXml fails with System.Security.Cryptography.CryptographicException

When using the PowerShell plugin for vCenter Orchestrator (vCO) you might receive a ‘System.Security.Cryptography.CryptographicException’ exception when using ‘Import-CliXml’ with a PSCredential object. Furthermore, you might get the message: ‘The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation’. The reason behind this seems that the security […]

vCenter Orchestrator 0

Access UNC Shares from VCO

In certain cases you might want to access a UNC share from a VCO instance. This is especially true when you have a mainly Windows based environment with more than one VCO instance. In addition it comes in handy when you implement the VCO Powershell Bridge I presented earlier. First you have to run the VCO service under a service […]