Skip to content

Instantly share code, notes, and snippets.

@mikebranstein
Created August 24, 2016 17:29
Show Gist options
  • Save mikebranstein/8a2bbd63a8425a303b6aaac5713db41a to your computer and use it in GitHub Desktop.
Save mikebranstein/8a2bbd63a8425a303b6aaac5713db41a to your computer and use it in GitHub Desktop.
Add a device to the trusted hosts file
Set-Item WSMan:\localhost\Client\TrustedHosts -Value $ipAddress -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment