I am trying to use "connect-ciserver <servername>", and after entering my credentials, I get the following error message:
Connect-CIServer : 5/10/2012 2:22:57 PM Connect-CIServer For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method.
At line:1 char:17
+ connect-ciserver <<<< iod.aac.va.gov
+ CategoryInfo : NotSpecified: (:) [Connect-CIServer], CIException
+ FullyQualifiedErrorId : Cloud_ConnectivityServiceImpl_ConnectCloudServer_ConnectError,VMware.VimAutomation.Cloud.Commands.Cmdlets.ConnectCIServer
I tried searching the PowerCLI files for ProhibitDtd and XMLReader, but found nothing. Any help would be appreciated.
Ben