Fixes #12576 - Add notes about how search works for Get-Help#12584
Fixes #12576 - Add notes about how search works for Get-Help#12584michaeltlombardi merged 3 commits intoMicrosoftDocs:mainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Pull request overview
This pull request adds documentation explaining how search works in Get-Help, addressing issue #12576. The changes provide users with clarity on how Get-Help behaves when searching for help articles using keywords or wildcard patterns, particularly distinguishing between approved verb searches and general content searches.
- Adds a new paragraph explaining Get-Help search behavior for approved verbs vs. general keywords
- Updates date metadata across all PowerShell version documentation files
- Refactors link formatting for About topics and improves Example 9 description for consistency
- Updates VS Code extension recommendations and gitignore configuration
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| reference/7.6/Microsoft.PowerShell.Core/Get-Help.md | Adds search behavior documentation, updates metadata date, standardizes About links, and refines Example 9 description |
| reference/7.5/Microsoft.PowerShell.Core/Get-Help.md | Adds search behavior documentation, updates metadata date, and refines Example 9 description |
| reference/7.4/Microsoft.PowerShell.Core/Get-Help.md | Adds search behavior documentation, updates metadata date, standardizes About links, and refines Example 9 description |
| reference/5.1/Microsoft.PowerShell.Core/Get-Help.md | Adds search behavior documentation, updates metadata date, and refines Example 9 description |
| .vscode/extensions.json | Adds new recommended VS Code extensions (vale-vscode, gremlins, markdown-yaml-preamble, errorlens) and removes markdown-pdf |
| .gitignore | Reorganizes entries alphabetically for better maintainability |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Copilot <[email protected]>
michaeltlombardi
left a comment
There was a problem hiding this comment.
Other than the nit I found around an extra space, LGTM
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit cc36e86: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 4658320: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Add notes about how search works for Get-Help
PR Checklist