Skip to content

Increase Format-Table Max Limit to 30 properties - #27858

Draft
Ryan Yates (kilasuit) wants to merge 1 commit into
PowerShell:masterfrom
kilasuit:FormatTableMaxColumns
Draft

Increase Format-Table Max Limit to 30 properties#27858
Ryan Yates (kilasuit) wants to merge 1 commit into
PowerShell:masterfrom
kilasuit:FormatTableMaxColumns

Conversation

@kilasuit

@kilasuit Ryan Yates (kilasuit) commented Aug 16, 2026

Copy link
Copy Markdown
Collaborator

PR Summary

This increases the MaxCount from 10 to 30 in Format-Table & adds a comment about potential future move for setting this limit into a UserConfigurable manner using PSStyle (which is up for debate)

PR Context

Interim Fix #20108

Note: as far as I could tell from a quick review of that issue and dig into the code the existing tests for Format-Table don't seem to really test this area out properly which is why I'm raising this as a draft PR for now

PR Checklist

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@kilasuit Ryan Yates (kilasuit) added WG-Interactive-Console the console experience WG-NeedsReview Needs a review by the labeled Working Group labels Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

WG-Interactive-Console the console experience WG-NeedsReview Needs a review by the labeled Working Group

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider removing Format-Table's hard 10-column limit in the absence of a -Property argument

1 participant