-
Notifications
You must be signed in to change notification settings - Fork 8.3k
WinRM Plugin Registration and Modification #1193
Copy link
Copy link
Closed
Labels
Area-SideBySiderelated to ability to run PS7 side-by-side with WinPS or different versions of PS7related to ability to run PS7 side-by-side with WinPS or different versions of PS7Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugOS-WindowsResolution-FixedThe issue is fixed.The issue is fixed.
Milestone
Metadata
Metadata
Assignees
Labels
Area-SideBySiderelated to ability to run PS7 side-by-side with WinPS or different versions of PS7related to ability to run PS7 side-by-side with WinPS or different versions of PS7Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugOS-WindowsResolution-FixedThe issue is fixed.The issue is fixed.
Overview
On Windows, the PowerShell installer will not automatically enable receiving incoming requests. The feature shall be activated as a post-install step that requires Administrator-level authorization (due to the WinRM plugin's System32 placement requirement).
Changes Required
Enable-PSRemoting Changes
Cmdlet implementation should be changed to also
Get-PSSessionConfiguration should work with these changes.