Skip to content

Sync changes from PR#13059 - part 3#13084

Merged
sdwheeler merged 1 commit into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w588507-i13059-sync-changes-p3
Jun 16, 2026
Merged

Sync changes from PR#13059 - part 3#13084
sdwheeler merged 1 commit into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w588507-i13059-sync-changes-p3

Conversation

@sdwheeler

@sdwheeler sdwheeler commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

PR Summary

Sync changes from PR#13059 - part 3

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 June 16, 2026 15:50
@sdwheeler sdwheeler changed the title Fixes #13059 - Sync changes from PR#13059 - part 3 Sync changes from PR#13059 - part 3 Jun 16, 2026
@learn-build-service-prod

Copy link
Copy Markdown
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.

@learn-build-service-prod

This comment was marked as outdated.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 syncs additional documentation style/link updates from PR #13059 across multiple PowerShell reference versions (7.7, 7.6, 7.5, 7.4, and 5.1), primarily focusing on formatting for publishing requirements and standardizing link formats.

Changes:

  • Reflows/wraps long SYNTAX blocks and prose to meet line-length/style requirements.
  • Updates examples to use splatting / clearer multi-line formatting in several cmdlet docs.
  • Standardizes some .NET API links to xref: format and removes extraneous blank lines in select sections.

Reviewed changes

Copilot reviewed 229 out of 229 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
reference/7.7/PSReadLine/About/about_PSReadLine_Functions.md Updates link reference to xref: format for publishing consistency.
reference/7.7/Microsoft.WSMan.Management/Invoke-WSManAction.md Reformats examples to use splatting for readability.
reference/7.7/Microsoft.WSMan.Management/Get-WSManInstance.md Reflows SYNTAX formatting/line wrapping.
reference/7.7/Microsoft.PowerShell.Utility/Show-Command.md Wraps long prose lines for style/line-length.
reference/7.7/Microsoft.PowerShell.Utility/Send-MailMessage.md Converts .NET API links to xref: format.
reference/7.7/Microsoft.PowerShell.Utility/Select-Xml.md Corrects parameter casing in prose (Xml).
reference/7.7/Microsoft.PowerShell.Utility/Invoke-WebRequest.md Reflows SYNTAX lines for line-length limits.
reference/7.6/PSReadLine/Set-PSReadLineOption.md Reflows SYNTAX lines for publishing constraints.
reference/7.6/PSReadLine/Get-PSReadLineKeyHandler.md Wraps long lines (CommonParameters reference).
reference/7.6/PSReadLine/About/about_PSReadLine.md Wraps long prose lines for consistency.
reference/7.6/PSReadLine/About/about_PSReadLine_Functions.md Updates link reference to xref: format.
reference/7.6/PSDiagnostics/Start-Trace.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.WSMan.Management/Test-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.WSMan.Management/Set-WSManQuickConfig.md Wraps long CommonParameters reference line.
reference/7.6/Microsoft.WSMan.Management/Remove-WSManInstance.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.WSMan.Management/New-WSManSessionOption.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.6/Microsoft.WSMan.Management/New-WSManInstance.md Reflows SYNTAX and reformats FilePath example.
reference/7.6/Microsoft.WSMan.Management/Get-WSManInstance.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.6/Microsoft.WSMan.Management/Enable-WSManCredSSP.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.6/Microsoft.WSMan.Management/Disconnect-WSMan.md Wraps CommonParameters reference line.
reference/7.6/Microsoft.WSMan.Management/Connect-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Write-Information.md Removes empty SYNOPSIS blank line per style.
reference/7.6/Microsoft.PowerShell.Utility/Write-Host.md Removes empty SYNOPSIS blank line and reflows SYNTAX.
reference/7.6/Microsoft.PowerShell.Utility/Write-Error.md Wraps long line in prose section.
reference/7.6/Microsoft.PowerShell.Utility/Wait-Event.md Wraps long example prose lines for readability.
reference/7.6/Microsoft.PowerShell.Utility/Update-TypeData.md Reflows SYNTAX and wraps long prose lines.
reference/7.6/Microsoft.PowerShell.Utility/Update-List.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Update-FormatData.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/7.6/Microsoft.PowerShell.Utility/Unregister-Event.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Unblock-File.md Minor inline formatting change in example prose.
reference/7.6/Microsoft.PowerShell.Utility/Trace-Command.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Tee-Object.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.6/Microsoft.PowerShell.Utility/Show-Markdown.md Wraps CommonParameters reference line.
reference/7.6/Microsoft.PowerShell.Utility/Show-Command.md Wraps long prose lines for style.
reference/7.6/Microsoft.PowerShell.Utility/Set-Variable.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Set-TraceSource.md Reflows SYNTAX, improves code fence language, wraps CommonParameters section.
reference/7.6/Microsoft.PowerShell.Utility/Set-PSBreakpoint.md Reflows SYNTAX and wraps long prose link line.
reference/7.6/Microsoft.PowerShell.Utility/Set-MarkdownOption.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Set-Date.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Set-Alias.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Send-MailMessage.md Converts .NET API links to xref: format.
reference/7.6/Microsoft.PowerShell.Utility/Select-Xml.md Reflows SYNTAX and corrects parameter casing in prose.
reference/7.6/Microsoft.PowerShell.Utility/Select-Object.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Remove-Variable.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/7.6/Microsoft.PowerShell.Utility/Remove-TypeData.md Wraps long prose link line.
reference/7.6/Microsoft.PowerShell.Utility/Remove-PSBreakpoint.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Out-GridView.md Wraps list items/steps for style and line-length constraints.
reference/7.6/Microsoft.PowerShell.Utility/Out-File.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/New-Variable.md Reflows SYNTAX and wraps CommonParameters block.
reference/7.6/Microsoft.PowerShell.Utility/New-TemporaryFile.md Wraps example prose and CommonParameters reference.
reference/7.6/Microsoft.PowerShell.Utility/New-Object.md Reflows SYNTAX, converts inline example to splatting/code block, wraps prose.
reference/7.6/Microsoft.PowerShell.Utility/New-Event.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/New-Alias.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Join-String.md Reflows SYNTAX formatting/line wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Import-PSSession.md Reflows SYNTAX and wraps long prose link line.
reference/7.6/Microsoft.PowerShell.Utility/Import-LocalizedData.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/PSReadLine/Set-PSReadLineOption.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/PSReadLine/Get-PSReadLineKeyHandler.md Wraps long lines (CommonParameters reference).
reference/7.5/PSReadLine/About/about_PSReadLine.md Wraps long prose lines for consistency.
reference/7.5/PSReadLine/About/about_PSReadLine_Functions.md Updates link reference to xref: format.
reference/7.5/PSDiagnostics/Start-Trace.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.WSMan.Management/Test-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.WSMan.Management/Set-WSManQuickConfig.md Wraps long CommonParameters reference line.
reference/7.5/Microsoft.WSMan.Management/Remove-WSManInstance.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.WSMan.Management/New-WSManSessionOption.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.5/Microsoft.WSMan.Management/New-WSManInstance.md Reflows SYNTAX and reformats FilePath example.
reference/7.5/Microsoft.WSMan.Management/Get-WSManInstance.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.5/Microsoft.WSMan.Management/Enable-WSManCredSSP.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.5/Microsoft.WSMan.Management/Disconnect-WSMan.md Wraps CommonParameters reference line.
reference/7.5/Microsoft.WSMan.Management/Connect-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Write-Information.md Removes empty SYNOPSIS blank line per style.
reference/7.5/Microsoft.PowerShell.Utility/Write-Host.md Removes empty SYNOPSIS blank line and reflows SYNTAX.
reference/7.5/Microsoft.PowerShell.Utility/Write-Error.md Wraps long line in prose section.
reference/7.5/Microsoft.PowerShell.Utility/Wait-Event.md Wraps long example prose lines for readability.
reference/7.5/Microsoft.PowerShell.Utility/Update-TypeData.md Reflows SYNTAX and wraps long prose lines.
reference/7.5/Microsoft.PowerShell.Utility/Update-List.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Update-FormatData.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/7.5/Microsoft.PowerShell.Utility/Unregister-Event.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Unblock-File.md Minor inline formatting change in example prose.
reference/7.5/Microsoft.PowerShell.Utility/Trace-Command.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Tee-Object.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.5/Microsoft.PowerShell.Utility/Show-Markdown.md Wraps CommonParameters reference line.
reference/7.5/Microsoft.PowerShell.Utility/Show-Command.md Wraps long prose lines for style.
reference/7.5/Microsoft.PowerShell.Utility/Set-Variable.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Set-TraceSource.md Reflows SYNTAX, improves code fence language, wraps CommonParameters section.
reference/7.5/Microsoft.PowerShell.Utility/Set-PSBreakpoint.md Reflows SYNTAX and wraps long prose link line.
reference/7.5/Microsoft.PowerShell.Utility/Set-MarkdownOption.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Set-Date.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Set-Alias.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Send-MailMessage.md Converts .NET API links to xref: format.
reference/7.5/Microsoft.PowerShell.Utility/Select-Xml.md Reflows SYNTAX and corrects parameter casing in prose.
reference/7.5/Microsoft.PowerShell.Utility/Select-Object.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Remove-Variable.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/7.5/Microsoft.PowerShell.Utility/Remove-TypeData.md Wraps long prose link line.
reference/7.5/Microsoft.PowerShell.Utility/Remove-PSBreakpoint.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Out-GridView.md Wraps list items/steps for style and line-length constraints.
reference/7.5/Microsoft.PowerShell.Utility/Out-File.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/New-Variable.md Reflows SYNTAX and wraps CommonParameters block.
reference/7.5/Microsoft.PowerShell.Utility/New-TemporaryFile.md Wraps example prose and CommonParameters reference.
reference/7.5/Microsoft.PowerShell.Utility/New-Object.md Reflows SYNTAX, converts inline example to splatting/code block, wraps prose.
reference/7.5/Microsoft.PowerShell.Utility/New-Event.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/New-Alias.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Join-String.md Reflows SYNTAX formatting/line wrapping.
reference/7.5/Microsoft.PowerShell.Utility/Import-PSSession.md Reflows SYNTAX and wraps long prose link line.
reference/7.5/Microsoft.PowerShell.Utility/Import-LocalizedData.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/PSReadLine/Set-PSReadLineOption.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/PSReadLine/Get-PSReadLineKeyHandler.md Wraps long lines (CommonParameters reference).
reference/7.4/PSReadLine/About/about_PSReadLine.md Wraps long prose lines for consistency.
reference/7.4/PSReadLine/About/about_PSReadLine_Functions.md Wraps YAML description and updates link reference to xref: format.
reference/7.4/PSDiagnostics/Start-Trace.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.WSMan.Management/Test-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.WSMan.Management/Set-WSManQuickConfig.md Wraps long CommonParameters reference line.
reference/7.4/Microsoft.WSMan.Management/Remove-WSManInstance.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.WSMan.Management/New-WSManSessionOption.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.4/Microsoft.WSMan.Management/New-WSManInstance.md Reflows SYNTAX and reformats FilePath example.
reference/7.4/Microsoft.WSMan.Management/Get-WSManInstance.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.4/Microsoft.WSMan.Management/Enable-WSManCredSSP.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.4/Microsoft.WSMan.Management/Disconnect-WSMan.md Wraps CommonParameters reference line.
reference/7.4/Microsoft.WSMan.Management/Connect-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Write-Information.md Removes empty SYNOPSIS blank line per style.
reference/7.4/Microsoft.PowerShell.Utility/Write-Host.md Removes empty SYNOPSIS blank line and reflows SYNTAX.
reference/7.4/Microsoft.PowerShell.Utility/Write-Error.md Wraps long line in prose section.
reference/7.4/Microsoft.PowerShell.Utility/Wait-Event.md Wraps prose, fixes AutoReset property casing, and removes trailing blank line.
reference/7.4/Microsoft.PowerShell.Utility/Update-TypeData.md Reflows SYNTAX and wraps long prose lines.
reference/7.4/Microsoft.PowerShell.Utility/Update-List.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Update-FormatData.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/7.4/Microsoft.PowerShell.Utility/Unregister-Event.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Unblock-File.md Minor inline formatting change in example prose.
reference/7.4/Microsoft.PowerShell.Utility/Trace-Command.md Reflows SYNTAX and removes an extraneous blank line in parameter section.
reference/7.4/Microsoft.PowerShell.Utility/Tee-Object.md Reflows SYNTAX and wraps CommonParameters reference.
reference/7.4/Microsoft.PowerShell.Utility/Show-Markdown.md Wraps CommonParameters reference and removes trailing blank line.
reference/7.4/Microsoft.PowerShell.Utility/Show-Command.md Wraps long prose lines for style.
reference/7.4/Microsoft.PowerShell.Utility/Set-Variable.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Set-TraceSource.md Reflows SYNTAX, improves code fence language, wraps CommonParameters section.
reference/7.4/Microsoft.PowerShell.Utility/Set-PSBreakpoint.md Reflows SYNTAX and adjusts spacing around headings.
reference/7.4/Microsoft.PowerShell.Utility/Set-MarkdownOption.md Reflows SYNTAX and removes trailing blank line.
reference/7.4/Microsoft.PowerShell.Utility/Set-Date.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Set-Alias.md Reflows SYNTAX and updates example placeholder casing.
reference/7.4/Microsoft.PowerShell.Utility/Send-MailMessage.md Converts .NET API links to xref: format.
reference/7.4/Microsoft.PowerShell.Utility/Select-Xml.md Reflows SYNTAX, fixes parameter/properties casing in examples, removes stray blank line.
reference/7.4/Microsoft.PowerShell.Utility/Select-Object.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Remove-Variable.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/7.4/Microsoft.PowerShell.Utility/Remove-TypeData.md Wraps long prose link line.
reference/7.4/Microsoft.PowerShell.Utility/Remove-PSBreakpoint.md Reflows SYNTAX and adjusts spacing around headings.
reference/7.4/Microsoft.PowerShell.Utility/Out-GridView.md Wraps list items/steps for style and line-length constraints.
reference/7.4/Microsoft.PowerShell.Utility/Out-File.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/New-Variable.md Reflows SYNTAX and wraps CommonParameters block.
reference/7.4/Microsoft.PowerShell.Utility/New-TemporaryFile.md Wraps example prose and CommonParameters reference; removes trailing blank line.
reference/7.4/Microsoft.PowerShell.Utility/New-Object.md Reflows SYNTAX, converts inline example to splatting/code block, wraps prose.
reference/7.4/Microsoft.PowerShell.Utility/New-Event.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/New-Alias.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Join-String.md Reflows SYNTAX formatting/line wrapping.
reference/7.4/Microsoft.PowerShell.Utility/Import-PSSession.md Reflows SYNTAX and wraps long prose link line.
reference/7.4/Microsoft.PowerShell.Utility/Import-LocalizedData.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/PSReadLine/Set-PSReadLineOption.md Reflows SYNTAX formatting and modernizes type display.
reference/5.1/PSReadLine/Get-PSReadLineKeyHandler.md Wraps long lines (CommonParameters reference).
reference/5.1/PSReadLine/About/about_PSReadLine.md Wraps long prose lines for consistency.
reference/5.1/PSDiagnostics/Start-Trace.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.WSMan.Management/Test-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.WSMan.Management/Set-WSManQuickConfig.md Wraps long CommonParameters reference line.
reference/5.1/Microsoft.WSMan.Management/Remove-WSManInstance.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.WSMan.Management/New-WSManSessionOption.md Reflows SYNTAX and wraps CommonParameters reference.
reference/5.1/Microsoft.WSMan.Management/New-WSManInstance.md Reflows SYNTAX and reformats FilePath example.
reference/5.1/Microsoft.WSMan.Management/Get-WSManInstance.md Reflows SYNTAX and wraps CommonParameters reference.
reference/5.1/Microsoft.WSMan.Management/Enable-WSManCredSSP.md Reflows SYNTAX and wraps CommonParameters reference.
reference/5.1/Microsoft.WSMan.Management/Disconnect-WSMan.md Wraps CommonParameters reference line.
reference/5.1/Microsoft.WSMan.Management/Connect-WSMan.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Write-Information.md Refactors example to pipeline Write-Information usage.
reference/5.1/Microsoft.PowerShell.Utility/Write-Host.md Removes empty SYNOPSIS blank line and reflows SYNTAX.
reference/5.1/Microsoft.PowerShell.Utility/Write-Error.md Reflows SYNTAX and wraps long prose lines.
reference/5.1/Microsoft.PowerShell.Utility/Wait-Event.md Wraps prose and fixes AutoReset property casing.
reference/5.1/Microsoft.PowerShell.Utility/Update-TypeData.md Wraps long prose lines.
reference/5.1/Microsoft.PowerShell.Utility/Update-List.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Update-FormatData.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/5.1/Microsoft.PowerShell.Utility/Unregister-Event.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Unblock-File.md Minor inline formatting change in example prose.
reference/5.1/Microsoft.PowerShell.Utility/Trace-Command.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Tee-Object.md Reflows SYNTAX and wraps CommonParameters reference.
reference/5.1/Microsoft.PowerShell.Utility/Show-Command.md Wraps long prose lines for style.
reference/5.1/Microsoft.PowerShell.Utility/Set-Variable.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Set-TraceSource.md Reflows SYNTAX, improves code fence language, wraps CommonParameters section.
reference/5.1/Microsoft.PowerShell.Utility/Set-PSBreakpoint.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Set-Date.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Set-Alias.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Send-MailMessage.md Converts .NET API links to xref: format.
reference/5.1/Microsoft.PowerShell.Utility/Select-Xml.md Reflows SYNTAX and fixes property casing (InnerXml).
reference/5.1/Microsoft.PowerShell.Utility/Select-String.md Wraps long example pipeline for readability.
reference/5.1/Microsoft.PowerShell.Utility/Select-Object.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Remove-Variable.md Reflows SYNTAX and wraps long prose/CommonParameters lines.
reference/5.1/Microsoft.PowerShell.Utility/Remove-TypeData.md Wraps long prose link line.
reference/5.1/Microsoft.PowerShell.Utility/Remove-PSBreakpoint.md Updates example prose wording.
reference/5.1/Microsoft.PowerShell.Utility/Out-GridView.md Wraps list items/steps for style and line-length constraints.
reference/5.1/Microsoft.PowerShell.Utility/Out-File.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/New-Variable.md Reflows SYNTAX and wraps CommonParameters block.
reference/5.1/Microsoft.PowerShell.Utility/New-TemporaryFile.md Wraps example prose and CommonParameters reference.
reference/5.1/Microsoft.PowerShell.Utility/New-Object.md Reflows SYNTAX, converts inline example to splatting/code block, wraps prose.
reference/5.1/Microsoft.PowerShell.Utility/New-Event.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/New-Alias.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Invoke-RestMethod.md Reflows SYNTAX formatting/line wrapping.
reference/5.1/Microsoft.PowerShell.Utility/Import-PSSession.md Reflows SYNTAX and updates about_PSSnapins link format.
reference/5.1/Microsoft.PowerShell.Utility/Import-LocalizedData.md Reflows SYNTAX formatting/line wrapping.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread reference/7.6/Microsoft.PowerShell.Utility/Unblock-File.md Outdated
Comment thread reference/7.5/Microsoft.PowerShell.Utility/Unblock-File.md Outdated
Comment thread reference/7.4/Microsoft.PowerShell.Utility/Unblock-File.md Outdated
Comment thread reference/5.1/Microsoft.PowerShell.Utility/Unblock-File.md Outdated
Comment thread reference/7.6/Microsoft.WSMan.Management/New-WSManInstance.md
Comment thread reference/7.5/Microsoft.WSMan.Management/New-WSManInstance.md
Comment thread reference/7.4/Microsoft.WSMan.Management/New-WSManInstance.md
Comment thread reference/5.1/Microsoft.WSMan.Management/New-WSManInstance.md
@learn-build-service-prod

Copy link
Copy Markdown
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.

@learn-build-service-prod

This comment was marked as outdated.

@learn-build-service-prod

Copy link
Copy Markdown
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.

@learn-build-service-prod

This comment was marked as outdated.

@sdwheeler sdwheeler force-pushed the sdw-w588507-i13059-sync-changes-p3 branch from aedd4ec to 0b0d8dd Compare June 16, 2026 18:08
@learn-build-service-prod

Copy link
Copy Markdown
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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 0b0d8dd:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Utility/Import-LocalizedData.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Import-PSSession.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Invoke-RestMethod.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/New-Alias.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/New-Event.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/New-Object.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/New-TemporaryFile.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/New-Variable.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Out-File.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Out-GridView.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Register-ObjectEvent.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Remove-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Remove-TypeData.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Remove-Variable.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Select-Object.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Select-String.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Select-Xml.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Send-MailMessage.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Set-Alias.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Set-Date.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Set-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Set-TraceSource.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Set-Variable.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Show-Command.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Tee-Object.md ✅Succeeded View (powershell-5.1)

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

@sdwheeler sdwheeler merged commit 3bcc275 into MicrosoftDocs:main Jun 16, 2026
5 checks passed
@sdwheeler sdwheeler deleted the sdw-w588507-i13059-sync-changes-p3 branch June 17, 2026 16:06
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.

2 participants