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

The official PowerShell documentation sources

Results 55 PowerShell-Docs issues
Sort by recently updated
recently updated
newest added

# PR Summary The MSIEXEC sample and options description excludes ADD_PATH and as such doesn't demonstrate how to enable an important supported option. Adding this will save future readers time...

### Prerequisites - [X] **Existing Issue:** Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react,...

doc-idea
needs-triage

### Prerequisites - [X] **Existing Issue:** Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react,...

doc-idea
hold-for-pr

The existing help topics that touch on error handling ([about_Throw](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_throw), [about_CommonParameters](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_CommonParameters), [about_Preference_Variables](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_Preference_Variables), [about_Trap](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_Trap), [about_Try_Catch_Finally](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_Try_Catch_Finally) ): * have sown **longstanding confusion due to conflating the two distinct types of terminating errors**:...

area-error-handling

### Prerequisites - [X] Write a descriptive title. - [X] Search the existing issues. ### Summary of the new feature or changed behavior An additional `$PSStyle.Formatting.CustomTableHeader` is added to differentiate...

doc-idea
about
hold-for-release

### Prerequisites - [X] Write a descriptive title. - [X] Search the existing issues. - [X] I am reporting the documentation problem for version of PowerShell I am using. ###...

area-sdk-docs
up-for-grabs
issue-doc-bug

This request to add documentation for the new cmdlets that will be added by PR: - PowerShell/PowerShell#12845 Details of requested document: - Proposed title : ConvertTo-Clixml and ConvertFrom-CliXml - Propose...

utility
hold-for-pr
hold-for-release

Related: #5152 Using `Start-Process` to invoke _console_ (terminal) programs is (almost always) inappropriate, but, unfortunately, very common - instead, such programs should be invoked by _direct invocation_ / via `&`,...

management
native-cmds

### Prerequisites - [X] Write a descriptive title. - [X] Search the existing issues. ### Summary of the new feature or changed behavior - Add Custom Remote Connections Feature ([#17011](https://github.com/PowerShell/PowerShell/pull/17011))...

area-remoting

# Documentation Issue PowerShell documentation does not explain how concurrency works within the shell. This can lead to issues, especially on the job system and when inter-operating with C#. The...

issue-doc-idea
area-parallelism