diff --git a/Servers/Automation/Ansible/Enable WinRM on Windows Devices.md b/Servers/Automation/Ansible/Enable WinRM on Windows Devices.md index 97e3718..caf2695 100644 --- a/Servers/Automation/Ansible/Enable WinRM on Windows Devices.md +++ b/Servers/Automation/Ansible/Enable WinRM on Windows Devices.md @@ -1,5 +1,5 @@ **Purpose**: -You will need to enable secure WinRM management of the Windows devices you are running playbooks against, as compared to the Linux devices. The following powershell script needs to be ran on every Windows device you intend to run Ansible playbooks on: +You will need to enable secure WinRM management of the Windows devices you are running playbooks against, as compared to the Linux devices. The following powershell script needs to be ran on every Windows device you intend to run Ansible playbooks on. This script can also be useful for simply enabling / resetting WinRM configurations for Hyper-V hosts in general, just omit the Powershell script remote signing section if you dont plan on using it for Ansible. ``` powershell # Script to configure WinRM over HTTPS on the Hyper-V host