Skip to content

Conversation

@sdwheeler
Copy link
Collaborator

@sdwheeler sdwheeler commented Dec 17, 2025

PR Summary

Remove ambiguously confusing statement.

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributor's guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings December 17, 2025 21:21
@sdwheeler sdwheeler changed the title Fixes #12590 - Remove abiguously confusing statement. Fixes #12590 - Remove ambiguously confusing statement. Dec 17, 2025
@learn-build-service-prod
Copy link
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-ChildItem doesn'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-service-prod
Copy link
Contributor

Learn Build status updates of commit bdc406f:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Management/Get-ChildItem.md ✅Succeeded View (powershell-5.1)
reference/7.4/Microsoft.PowerShell.Management/Get-ChildItem.md ✅Succeeded View (powershell-7.4)
reference/7.5/Microsoft.PowerShell.Management/Get-ChildItem.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Management/Get-ChildItem.md ✅Succeeded View (powershell-7.6)

For more details, please refer to the build report.

@sdwheeler sdwheeler merged commit 11445c1 into MicrosoftDocs:main Dec 17, 2025
15 checks passed
@sdwheeler sdwheeler deleted the sdw-w540615-i12590-dir branch January 5, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get-ChildItem empty folder ambiguous documentation

1 participant