Skip to content

Enable-PSRemoting/Install-PowerShellRemoting should have configuration name that is independent of the version #6470

@SteveL-MSFT

Description

@SteveL-MSFT

Steps to reproduce

Enable-PSRemoting

Expected behavior

Predictable ConfigurationName created that is not tied to the specific version as administrators cannot guess which specific version is installed on the target.
Would make sense to keep the version specific ConfigurationName for side-by-side use, but perhaps we should also create a PowerShell-6 (last one wins, so it may not be the latest)

Actual behavior

ConfigurationName is powershell-6.0.1 or worse powershell-6.1.0-Preview1

Environment data

Name                           Value                                                                                                                                                                                                       
----                           -----                                                                                                                                                                                                       
PSVersion                      6.0.2                                                                                                                                                                                                       
PSEdition                      Core                                                                                                                                                                                                        
GitCommitId                    v6.0.2                                                                                                                                                                                                      
OS                             Darwin 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64                                                                                               
Platform                       Unix                                                                                                                                                                                                        
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                                                                                                                                     
PSRemotingProtocolVersion      2.3                                                                                                                                                                                                         
SerializationVersion           1.1.0.1                                                                                                                                                                                                     
WSManStackVersion              3.0   

Metadata

Metadata

Assignees

Labels

Resolution-FixedThe issue is fixed.WG-RemotingPSRP issues with any transport layer

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions