Update windows_setup.rst (#55535)
Wrong protocol and port in command. +label: docsite_prpull/4420/head
parent
7e0603282d
commit
6ea3eca8ff
|
@ -381,7 +381,7 @@ target Windows host:
|
||||||
winrs -r:http://server:5985/wsman -u:Username -p:Password ipconfig
|
winrs -r:http://server:5985/wsman -u:Username -p:Password ipconfig
|
||||||
|
|
||||||
# Test out HTTPS (will fail if the cert is not verifiable)
|
# 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
|
# Test out HTTPS, ignoring certificate verification
|
||||||
$username = "Username"
|
$username = "Username"
|
||||||
|
|
Loading…
Reference in New Issue