Skip to content

Commit f376cdb

Browse files
Merge pull request #12500 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-07 23:00 UTC
2 parents bfd45db + 201d71c commit f376cdb

File tree

4 files changed

+85
-70
lines changed

4 files changed

+85
-70
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Remote_Requirements.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the system requirements and configuration requirements for running remote commands in PowerShell.
33
Locale: en-US
4-
ms.date: 07/03/2023
4+
ms.date: 11/07/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Remote_Requirements
@@ -49,7 +49,7 @@ computers must have the following:
4949
- Windows Remote Management 2.0
5050

5151
To 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

5454
You can create a remote session between a computer running Windows PowerShell
5555
2.0 and one running a newer version of PowerShell. However, features that run
@@ -67,9 +67,9 @@ that is running SSH. For more information, see
6767

6868
## User permissions
6969

70-
To create remote sessions and run remote commands, by default, the current user
71-
must be a member of the **Administrators** group on the remote computer or
72-
provide the credentials of an administrator. Otherwise, the command fails.
70+
To create remote sessions and run remote commands connect with a user account
71+
that's a member of the **Administrators** or **Remote Management Users** group
72+
on the remote computer.
7373

7474
The permissions required to create sessions and run commands on a remote
7575
computer are established by the session configuration. The session
@@ -90,7 +90,7 @@ configurations with different security descriptors. Users can use the
9090
different endpoints.
9191

9292
For 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
190190
1 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

reference/7.4/Microsoft.PowerShell.Core/About/about_Remote_Requirements.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the system requirements and configuration requirements for running remote commands in PowerShell.
33
Locale: en-US
4-
ms.date: 07/03/2023
4+
ms.date: 11/07/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Remote_Requirements
@@ -49,7 +49,7 @@ computers must have the following:
4949
- Windows Remote Management 2.0
5050

5151
To 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

5454
You can create a remote session between a computer running Windows PowerShell
5555
2.0 and one running a newer version of PowerShell. However, features that run
@@ -67,9 +67,9 @@ that is running SSH. For more information, see
6767

6868
## User permissions
6969

70-
To create remote sessions and run remote commands, by default, the current user
71-
must be a member of the **Administrators** group on the remote computer or
72-
provide the credentials of an administrator. Otherwise, the command fails.
70+
To create remote sessions and run remote commands connect with a user account
71+
that's a member of the **Administrators** or **Remote Management Users** group
72+
on the remote computer.
7373

7474
The permissions required to create sessions and run commands on a remote
7575
computer are established by the session configuration. The session
@@ -90,7 +90,7 @@ configurations with different security descriptors. Users can use the
9090
different endpoints.
9191

9292
For 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
190190
1 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

reference/7.5/Microsoft.PowerShell.Core/About/about_Remote_Requirements.md

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the system requirements and configuration requirements for running remote commands in PowerShell.
33
Locale: en-US
4-
ms.date: 07/03/2023
4+
ms.date: 11/07/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-7.5&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Remote_Requirements
@@ -49,7 +49,7 @@ computers must have the following:
4949
- Windows Remote Management 2.0
5050

5151
To 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

5454
You can create a remote session between a computer running Windows PowerShell
5555
2.0 and one running a newer version of PowerShell. However, features that run
@@ -67,9 +67,9 @@ that is running SSH. For more information, see
6767

6868
## User permissions
6969

70-
To create remote sessions and run remote commands, by default, the current user
71-
must be a member of the **Administrators** group on the remote computer or
72-
provide the credentials of an administrator. Otherwise, the command fails.
70+
To create remote sessions and run remote commands connect with a user account
71+
that's a member of the **Administrators** or **Remote Management Users** group
72+
on the remote computer.
7373

7474
The permissions required to create sessions and run commands on a remote
7575
computer are established by the session configuration. The session
@@ -90,7 +90,7 @@ configurations with different security descriptors. Users can use the
9090
different endpoints.
9191

9292
For 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
190190
1 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

reference/7.6/Microsoft.PowerShell.Core/About/about_Remote_Requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Describes the system requirements and configuration requirements for running remote commands in PowerShell.
33
Locale: en-US
4-
ms.date: 08/18/2025
4+
ms.date: 11/07/2025
55
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_remote_requirements?view=powershell-7.6&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_Remote_Requirements
@@ -67,9 +67,9 @@ that is running SSH. For more information, see
6767

6868
## User permissions
6969

70-
To create remote sessions and run remote commands, by default, the current user
71-
must be a member of the **Administrators** group on the remote computer or
72-
provide the credentials of an administrator. Otherwise, the command fails.
70+
To create remote sessions and run remote commands connect with a user account
71+
that's a member of the **Administrators** or **Remote Management Users** group
72+
on the remote computer.
7373

7474
The permissions required to create sessions and run commands on a remote
7575
computer are established by the session configuration. The session

0 commit comments

Comments
 (0)