Fixes #12590 - Remove ambiguously confusing statement.#12594
Fixes #12590 - Remove ambiguously confusing statement.#12594sdwheeler merged 1 commit intoMicrosoftDocs:mainfrom
Conversation
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 |
There was a problem hiding this comment.
Pull request overview
This PR removes a confusing statement about empty directories from the Get-ChildItem cmdlet documentation and makes several minor documentation improvements across multiple PowerShell versions.
- Removes the ambiguous statement claiming
Get-ChildItemdoesn't display empty directories - Clarifies Example 1 description to specify empty directories/folders more precisely
- Fixes casing inconsistencies in references (Filesystem → FileSystem)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| reference/7.6/Microsoft.PowerShell.Management/Get-ChildItem.md | Removes confusing empty directory statement, clarifies Example 1, fixes FileSystem casing in two locations, updates ms.date |
| reference/7.5/Microsoft.PowerShell.Management/Get-ChildItem.md | Removes confusing empty directory statement, clarifies Example 1, updates ms.date |
| reference/7.4/Microsoft.PowerShell.Management/Get-ChildItem.md | Removes confusing empty directory statement, clarifies Example 1, fixes FileSystem casing, updates ms.date |
| reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.md | Removes confusing empty directory statement, updates ms.date |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Learn Build status updates of commit bdc406f: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Remove ambiguously confusing statement.
PR Checklist