Update windows_setup.rst (#55535)

Wrong protocol and port in command.

+label: docsite_pr
pull/55614/head
spellis 5 years ago committed by Alicia Cozine
parent 7e0603282d
commit 6ea3eca8ff

@ -381,7 +381,7 @@ target Windows host:
winrs -r:http://server:5985/wsman -u:Username -p:Password ipconfig
# Test out HTTPS (will fail if the cert is not verifiable)
winrs -r:http://server:5985/wsman -u:Username -p:Password -ssl ipconfig
winrs -r:https://server:5986/wsman -u:Username -p:Password -ssl ipconfig
# Test out HTTPS, ignoring certificate verification
$username = "Username"

Loading…
Cancel
Save