Powershell Output display the output as (dot)….


Powershell Output display the output as (dot)….

By default the output of the powershell command can display upto 16 character which is hardcoded in the Exchange.ps1 file. You can verify them by running the following command in the exchange mangement shell

[PS] C:\>$FormatEnumerationLimit

Solution:

This can be overcome setting the $FormatEnumerationLimit value to -1 which is unlimited

[PS] C:\>$FormatEnumerationLimit =-1

Ref: http://blogs.technet.com/b/heyscriptingguy/archive/2011/11/20/change-a-powershell-preference-variable-to-reveal-hidden-data.aspx

About Raji Subramanian

Nothing great to say about me...Just want to share my knowledge for others that will be useful at any moment of time when they stuck in critical issue....
This entry was posted in Commands, Exchange Server, OWA 2013, Uncategorized and tagged , , , , , . Bookmark the permalink.

Leave a comment