Skip to content

Instantly share code, notes, and snippets.

@mikebranstein
Created September 2, 2016 13:31
Show Gist options
  • Select an option

  • Save mikebranstein/af85b3b28a951a4ab75cc535e7bf1fe3 to your computer and use it in GitHub Desktop.

Select an option

Save mikebranstein/af85b3b28a951a4ab75cc535e7bf1fe3 to your computer and use it in GitHub Desktop.
Enable iot remote server on windows 10 iot core with powershell
Invoke-AuthenticatedWebRequest -uri "$apiRoot/iot/remote/enable" -userName $username -password $password -method "POST" -contentType ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment