Created
September 2, 2016 13:31
-
-
Save mikebranstein/af85b3b28a951a4ab75cc535e7bf1fe3 to your computer and use it in GitHub Desktop.
Enable iot remote server on windows 10 iot core with powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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