Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Jul 28, 2024
1 parent bc67ce0 commit 9998aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ open powershell terminal & check winrm is running using below commands
Test-WSMan
Get-Service WinRM
Set-Item -Force WSMan:\localhost\Service\auth\Basic $true
Set-Item -Force WSMan:\localhost\Service\AllowUnencrypted $true
New-NetFirewallRule -DisplayName "Allow WinRM Ports" -Direction Inbound -Action Allow -Protocol TCP -LocalPort 5985-5986
```

### Step2: `enable winrm`
Expand Down

0 comments on commit 9998aeb

Please sign in to comment.