-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Committee-ReviewedPS-Committee has reviewed this and made a decisionPS-Committee has reviewed this and made a decisionResolution-FixedThe issue is fixed.The issue is fixed.WG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer
Description
Steps to reproduce
-
Run elevated pwsh.exe
-
Unregister any existing PowerShell Core remoting endpoint
Get-PSSessionConfiguration | Unregister-PSSessionConfiguration
- Run Install-PowerShellRemoting.ps1 from $PSHome
& $PSHome\Install-PowerShellRemoting.ps1
- List the remoting endpoints
Get-PSSessionConfiguration | ft name
- Unregister any existing PowerShell Core remoting endpoint from step 2
Get-PSSessionConfiguration | Unregister-PSSessionConfiguration
- Run Enable-PSRemoting cmdlet
Enable-PSRemoting
- List the remoting endpoints
Get-PSSessionConfiguration | ft name
Expected behavior
After steps 3 and 5, the endpoint names should be same:
- PowerShell.6
- PowerShell.6.1.0-preview.3
Actual behavior
Endpoint names are different after steps 3 and 5
After Step 3
- PowerShell.6
- PowerShell.6.1.0-preview.3
After Step 5
- PowerShell.6
- PowerShell.v6.1.0-preview.3 (extra 'v' before version number)
Metadata
Metadata
Assignees
Labels
Committee-ReviewedPS-Committee has reviewed this and made a decisionPS-Committee has reviewed this and made a decisionResolution-FixedThe issue is fixed.The issue is fixed.WG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer