Skip to content

winrm setup for ansible kerberos authentication

Notifications You must be signed in to change notification settings

Ye-Min-Tun/WinRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

1. Copy the ConfigureRemotingForAnsible.ps1 file under C:\

2. Then, run the following commands. 

$file = "C:\ConfigureRemotingForAnsible.ps1"
powershell.exe -ExecutionPolicy ByPass -File $file

3. Verify WinRM configured

winrm get winrm/config/Service
winrm get winrm/config/Winrs
winrm enumerate winrm/config/Listener

4. Make sure both the HTTP and HTTPS listeners are opened 

About

winrm setup for ansible kerberos authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published