Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Last active August 10, 2016 11:32
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/0f2dbdf2090bf9b77f4dc656b17470d5 to your computer and use it in GitHub Desktop.
Save jonathanmedd/0f2dbdf2090bf9b77f4dc656b17470d5 to your computer and use it in GitHub Desktop.
Connect to vRO
$cred = Get-Credential
Connect-vROServer -Server vro03.vrademo.local -Credential $cred -IgnoreCertRequirements
Server : https://vro03.vrademo.local:8281
Username : vrosvc@vrademo.local
EncodedPassword : dnJvc3ZjQHZyYWRlbW8ubG9jYWw6WHRyYXYxcnQ=
Version : 7.0.1.3533702
APIVersion : 5.5.2
EnabledSecurityProtocols : Ssl3, Tls, Tls12
SignedCertificates : False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment