这句话出自朋友的朋友的博客,非常的有道理,至少我所见到的所有的恋人中,最终提出分手的都是看起来对这份感情无所谓的一方。如果你很勤奋的去维护你的感情,整天想着对方,那么恭喜你,你可能是下一个被动的人
When you run Connect-NsxtServer in the PowerCLI, it may show "Unable to connect to the remote server". Because the error message is a little bit confusing with other login issues. It's not easy to troubleshoot. The actual reason is the NSX-T uses a self-signed certificate, and the PowerCLI cannot accept the certificate automatically. The fix is super easy. You need to set the PowerCLI to ignore the invalid certificate with the following command: Set-PowerCLIConfiguration -Scope User -InvalidCertificateAction:Ignore -Confirm:$false