Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Created December 14, 2017 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmedd/61a763be93d56beff0c019af1263b2d3 to your computer and use it in GitHub Desktop.
Save jonathanmedd/61a763be93d56beff0c019af1263b2d3 to your computer and use it in GitHub Desktop.
PowervRA - SSLProtocol
$SecurePassword = ConvertTo-SecureString “P@ssword” -AsPlainText -Force
Connect-vRAServer -Server vraappliance01.domain.local -Tenant Tenant01 -Username TenantAdmin01 -Password $SecurePassword -IgnoreCertRequirements -SslProtocol Tls12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment