Add Microsoft Document URL for WinRM Memory Hotfix (#55680)
* Add microsoft document for memory hotfix * Update docs/docsite/rst/user_guide/windows_setup.rst Co-Authored-By: hiyokotaisa <thel.vadam2485@gmail.com>
This commit is contained in:
parent
2732cde031
commit
7b86208fcd
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ The following PowerShell command will install the hotfix:
|
||||||
(New-Object -TypeName System.Net.WebClient).DownloadFile($url, $file)
|
(New-Object -TypeName System.Net.WebClient).DownloadFile($url, $file)
|
||||||
powershell.exe -ExecutionPolicy ByPass -File $file -Verbose
|
powershell.exe -ExecutionPolicy ByPass -File $file -Verbose
|
||||||
|
|
||||||
|
For more details, please refer to the `Hotfix document <https://support.microsoft.com/en-us/help/2842230/out-of-memory-error-on-a-computer-that-has-a-customized-maxmemorypersh>`_ from Microsoft.
|
||||||
|
|
||||||
WinRM Setup
|
WinRM Setup
|
||||||
```````````
|
```````````
|
||||||
Once Powershell has been upgraded to at least version 3.0, the final step is for the
|
Once Powershell has been upgraded to at least version 3.0, the final step is for the
|
||||||
|
|
Loading…
Reference in a new issue