11---
22description : Describes the system requirements and configuration requirements for running remote commands in PowerShell.
33Locale : en-US
4- ms.date : 07/03/2023
4+ ms.date : 08/18/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-7.6&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Remote_Requirements
@@ -49,7 +49,7 @@ computers must have the following:
4949- Windows Remote Management 2.0
5050
5151To be fully supported, you should be using WMF 5.1. For more information about
52- WMF support, see [ Windows Management Framework (WMF)] [ 02 ] .
52+ WMF support, see [ Windows Management Framework (WMF)] [ 03 ] .
5353
5454You can create a remote session between a computer running Windows PowerShell
55552.0 and one running a newer version of PowerShell. However, features that run
@@ -90,7 +90,7 @@ configurations with different security descriptors. Users can use the
9090different endpoints.
9191
9292For more information about session configurations, see
93- [ about_Session_Configurations] [ 07 ] .
93+ [ about_Session_Configurations] [ 08 ] .
9494
9595## Windows network locations
9696
@@ -190,7 +190,11 @@ Id Name ComputerName State ConfigurationName
1901901 Session1 localhost Opened Microsoft.PowerShell
191191```
192192
193- If the command fails, see [ about_Remote_Troubleshooting] [ 04 ] .
193+ If the command fails, see [ about_Remote_Troubleshooting] [ 05 ] .
194+
195+ The PowerShell Remoting Protocol (PSRP) requires a secure transport layer for
196+ secure data transfer. For more information, see _ Secure data transfer in
197+ PowerShell remoting_ section of [ PowerShell security features] [ 02 ] .
194198
195199## Understand policies
196200
@@ -204,21 +208,22 @@ policies on the remote computer are in effect.
204208
205209## See also
206210
207- - [ about_Remote] [ 06 ]
208- - [ about_Remote_Variables] [ 05 ]
209- - [ about_PSSessions] [ 03 ]
210- - [ Invoke-Command] [ 09 ]
211- - [ Enter-PSSession] [ 08 ]
212- - [ New-PSSession] [ 10 ]
211+ - [ about_Remote] [ 07 ]
212+ - [ about_Remote_Variables] [ 06 ]
213+ - [ about_PSSessions] [ 04 ]
214+ - [ Invoke-Command] [ 10 ]
215+ - [ Enter-PSSession] [ 09 ]
216+ - [ New-PSSession] [ 11 ]
213217
214218<!-- link references -->
215219[ 01 ] : /powershell/scripting/learn/remoting/ssh-remoting-in-powershell-core
216- [ 02 ] : /powershell/scripting/windows-powershell/wmf/overview
217- [ 03 ] : about_PSSessions.md
218- [ 04 ] : about_Remote_Troubleshooting.md
219- [ 05 ] : about_Remote_Variables.md
220- [ 06 ] : about_Remote.md
221- [ 07 ] : about_Session_Configurations.md
222- [ 08 ] : xref:Microsoft.PowerShell.Core.Enter-PSSession
223- [ 09 ] : xref:Microsoft.PowerShell.Core.Invoke-Command
224- [ 10 ] : xref:Microsoft.PowerShell.Core.New-PSSession
220+ [ 02 ] : /powershell/scripting/security/security-features#secure-data-transfer-in-powershell-remoting
221+ [ 03 ] : /powershell/scripting/windows-powershell/wmf/overview
222+ [ 04 ] : about_PSSessions.md
223+ [ 05 ] : about_Remote_Troubleshooting.md
224+ [ 06 ] : about_Remote_Variables.md
225+ [ 07 ] : about_Remote.md
226+ [ 08 ] : about_Session_Configurations.md
227+ [ 09 ] : xref:Microsoft.PowerShell.Core.Enter-PSSession
228+ [ 10 ] : xref:Microsoft.PowerShell.Core.Invoke-Command
229+ [ 11 ] : xref:Microsoft.PowerShell.Core.New-PSSession
0 commit comments