diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_Remote_Disconnected_Sessions.md b/reference/6/Microsoft.PowerShell.Core/About/about_Remote_Disconnected_Sessions.md index 396c15a85728..a0dd97312120 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_Remote_Disconnected_Sessions.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_Remote_Disconnected_Sessions.md @@ -21,7 +21,7 @@ continue to run while the session is disconnected. The Disconnected Sessions feature is available only when the computer at the remote end of a connection is running Windows PowerShell 3.0 or a later -version of Windows PowerShell. +version of Windows PowerShell and using the WSMan transport. The Disconnected Sessions feature allows you to close the session in which a PSSession was created, and even close Windows PowerShell, and shut down the diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_Session_Configurations.md b/reference/6/Microsoft.PowerShell.Core/About/about_Session_Configurations.md index c902878e0c6f..3da91e47cefc 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_Session_Configurations.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_Session_Configurations.md @@ -195,7 +195,9 @@ supported versions of Windows, you must change the security descriptors of the session configurations to allow remote access. To enable remote access to the session configurations on the computer, use the -Enable-PSRemoting cmdlet. +Enable-PSRemoting cmdlet. This cmdlet creates two session configurations: +- with the name defined as: "PowerShell." + "current PowerShell version" +- with name "PowerShell.6", untied to any specific PowerShell version. Also, by default, only members of the Administrators group on the computer have Execute permission to the default session configurations, but you can diff --git a/reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md b/reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md index 26945b32c4c7..113d055d47bb 100644 --- a/reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md +++ b/reference/6/Microsoft.PowerShell.Core/About/about_pwsh.md @@ -31,6 +31,7 @@ pwsh[.exe] [-NoProfile] [-OutputFormat {Text | XML}] [-WindowStyle