Skip to content

Instantly share code, notes, and snippets.

@jonathanmedd
Last active January 3, 2018 16: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/9335f1aaa24da9c788de22654c66fa42 to your computer and use it in GitHub Desktop.
Save jonathanmedd/9335f1aaa24da9c788de22654c66fa42 to your computer and use it in GitHub Desktop.
macOS-Connect-vROServer
$cred = Get-Credential
Connect-vROServer -Server vro03.vrademo.local -Credential $cred -IgnoreCertRequirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment