Exchange 2013 - Powershell output not showing all results
I get the 3 dots (...) in the results. I'm using this command:
Get-ReceiveConnector | where {$_.Identity -like "*MailRelay*"} | ft Identity,remote* -AutoSize -Wrap
I've set the enumeration to unlimited
$FormatEnumerationLimit =-1
PowershellExchange
Last Comment
Jason Crawford
8/22/2022 - Mon
Chris Dent
FormatEnumerationLimit affects the number of items displayed from an array, I take it that's what the command is attempting to show? If the command is presenting you with ellipses, use something other than Format-Table.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!