Learning VMware vSphere 7 Course 123 Stopping, Starting or Restarting vCenter Server services
VMware PowerCLI – Error : Invalid server certificate (eKB 00121) Sometime when you are trying to connect to VMware ESXi or vCenter using PowerCli you face this issue This issue because you are using invalid certificate , to ignore Invalid Server certificate error message you have to run one command: Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false Now Connect again to […]