mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -07:00
Update windows_setup.rst (#55535)
Wrong protocol and port in command. +label: docsite_pr
This commit is contained in:
parent
7e0603282d
commit
6ea3eca8ff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue