Skip to content

Commit 9be49f4

Browse files
kalgizSean Wheeler
authored andcommitted
Update docs with the info about session configurations created by Enable-PSRemoting cmdlet. (#2252)
1 parent 7d04bc6 commit 9be49f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/6/Microsoft.PowerShell.Core/About/about_Session_Configurations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ supported versions of Windows, you must change the security descriptors of the
195195
session configurations to allow remote access.
196196

197197
To enable remote access to the session configurations on the computer, use the
198-
Enable-PSRemoting cmdlet.
198+
Enable-PSRemoting cmdlet. This cmdlet creates two session configurations:
199+
- with the name defined as: "PowerShell." + "current PowerShell version"
200+
- with name "PowerShell.6", untied to any specific PowerShell version.
199201

200202
Also, by default, only members of the Administrators group on the computer
201203
have Execute permission to the default session configurations, but you can

0 commit comments

Comments
 (0)