Skip to content

Commit

Permalink
Update configure-winrm.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftTwixWand authored Jan 22, 2024
1 parent fc146d9 commit 7f027b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/configure-winrm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

winrm enumerate winrm/config/listener;

winrm delete winrm/config/Listener?Address=*+Transport=HTTPS;

winrm enumerate winrm/config/listener;

winrm quickconfig;

$ip = "10.1.0.5";
Expand Down

0 comments on commit 7f027b6

Please sign in to comment.