mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update windows_setup.rst (#50941)
<!--- Your description here --> minor spelling correction +label: docsite_pr
This commit is contained in:
parent
560e922440
commit
94b74f1419
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ WinRM Memory Hotfix
|
||||||
When running on PowerShell v3.0, there is a bug with the WinRM service that
|
When running on PowerShell v3.0, there is a bug with the WinRM service that
|
||||||
limits the amount of memory available to WinRM. Without this hotfix installed,
|
limits the amount of memory available to WinRM. Without this hotfix installed,
|
||||||
Ansible will fail to execute certain commands on the Windows host. These
|
Ansible will fail to execute certain commands on the Windows host. These
|
||||||
hotfixes should installed as part of the system bootstapping or
|
hotfixes should installed as part of the system bootstrapping or
|
||||||
imaging process. The script `Install-WMF3Hotfix.ps1 <https://github.com/jborean93/ansible-windows/blob/master/scripts/Install-WMF3Hotfix.ps1>`_ can be used to install the hotfix on affected hosts.
|
imaging process. The script `Install-WMF3Hotfix.ps1 <https://github.com/jborean93/ansible-windows/blob/master/scripts/Install-WMF3Hotfix.ps1>`_ can be used to install the hotfix on affected hosts.
|
||||||
|
|
||||||
The following PowerShell command will install the hotfix:
|
The following PowerShell command will install the hotfix:
|
||||||
|
|
Loading…
Reference in a new issue