Difference between revisions of "Winrm"
Jump to navigation
Jump to search
(Created page with "https://www.codetwo.com/kb/troubleshooting-remote-powershell-connections/") |
|||
Line 1: | Line 1: | ||
https://www.codetwo.com/kb/troubleshooting-remote-powershell-connections/ | https://www.codetwo.com/kb/troubleshooting-remote-powershell-connections/ | ||
+ | |||
+ | https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting | ||
+ | ``` | ||
+ | Enable-PSRemoting -Force | ||
+ | winrm quickconfig | ||
+ | ``` |
Revision as of 06:24, 9 July 2021
https://www.codetwo.com/kb/troubleshooting-remote-powershell-connections/
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting
Enable-PSRemoting -Force winrm quickconfig