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

The official PowerShell documentation sources

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

We are looking at example code, but several common members return `NotImplementedException()`. Are these documented elsewhere? ``` public override string StatusMessage { get { throw new NotImplementedException(); } } public...

sdk-docs

# Summary of the new document or enhancement As a user, I want to know: * how PowerShell itself decorates .NET types with additional properties (members), both at the _type...

area-sdk-docs
up-for-grabs

Related: #2361, https://github.com/PowerShell/PowerShell/issues/13068#issuecomment-653526374, and #6239 # Summary of the new document or enhancement Many special considerations apply when you call an external command-line executable (aka native application / utility), which...

issue-doc-idea
area-conceptual
area-about
area-native-cmds

Argument completers can be defined in .NET DLLs by implementing the `IArgumentCompleter` interface and using the `ArgumentCompleterAttribute` on parameters and cmdlets. There are examples of this in the wild, but...

area-sdk-docs
area-sdk-ref

Issue Details --- Highly related to #2967. We don't set a clear expectation on how modules should be bundled and configured in hosted PowerShell applications relying on the SDK. We...

area-sdk-docs

# PR Summary This changes updates the link references in the markdown files located in the root folder of reference/docs-conceptual/ . - Resolves #9314 ## PR Checklist - [x] **Descriptive...

# PR Summary ## PR Checklist - [ ] **Descriptive Title:** This PR's title is a synopsis of the changes it proposes. - [ ] **Summary:** This PR's summary describes...

### 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
release-notes

This issue's related to [Hacktoberfest 2022][01]. For more info, see the meta-issue below: - MicrosoftDocs/PowerShell-Docs#9257 [01]: https://hacktoberfest.com/participation/ ### Prerequisites - [X] **Existing Issue:** Search the existing Hacktoberfest issues for this...

This is the meta-issue for [Hacktoberfest 2022][01] and the PowerShell content on [Learn][02]. For the month of October, we're focusing on providing a low-friction way for community members to contribute...