From 0c073e0677135a40686d5c6fc9ae2693d21d4063 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 13 Mar 2025 18:20:44 -0600 Subject: [PATCH] Update Servers/Automation/Ansible/Enable WinRM on Windows Devices.md --- Servers/Automation/Ansible/Enable WinRM on Windows Devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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