PowerShell-RFC icon indicating copy to clipboard operation
PowerShell-RFC copied to clipboard

RFC (Request for Comments) documents for community feedback on design changes and improvements to PowerShell ecosystem

Results 41 PowerShell-RFC issues
Sort by recently updated
recently updated
newest added

Adds the RFC to support specifying environment variable(s) that are only set on subprocesses. This is to support a feature that is currently preset on sh based shells like bash...

This is an RFC for the issue https://github.com/PowerShell/PowerShell/issues/17444. I've also created a PR to prove this approach works and is non-intrusive https://github.com/PowerShell/PowerShell/pull/24620.

Update to indicate 30 min time slot for community call and process for requesting a demo slot.

This additional option opens up the process and enables us to say `Yes I wanna do this` **but** `I may require help to make this happen` which can then be...

This pull request proposes a new RFC (RFC0066) to change the default location of PowerShell user content on Windows machines from OneDrive to the AppData directory. The goal is to...

Review - Committee

### Summary of the new feature / enhancement The RFC Template should in the `Plan to implement` section allow a `Yes but with help` option as such to detail the...

I read through old PS community call notes and noticed my last name was a bit off. 😁

On Windows, when a user installs a tool using a package manager like WinGet or Chocolatey in PowerShell, the tool is often added to the system or user PATH environment...

See https://github.com/jborean93/PowerShell-RFC/pull/1 for background of this approach and a small community poll. Also see https://github.com/PowerShell/PowerShell/pull/25821 for a POC implementation of the proposed approach.

### Summary of the new feature / enhancement Changing the handling of enums as cmdlet parameters uses to display the possible values the values of the enum and the get...