Last active
September 5, 2019 07:55
-
-
Save D4R4/889ab55568dc008a3ba46d03a1c28f59 to your computer and use it in GitHub Desktop.
You gotta get this SSL stuff sorted out before literally every interaction with ESXi, frustrating
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false | |
Connect-VIServer -server vcenter.test.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment