{"id":4739,"date":"2012-11-02T11:59:00","date_gmt":"2012-11-02T11:59:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/heyscriptingguy\/2012\/11\/02\/powertip-automatically-format-your-powershell-table\/"},"modified":"2012-11-02T11:59:00","modified_gmt":"2012-11-02T11:59:00","slug":"powertip-automatically-format-your-powershell-table","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/scripting\/powertip-automatically-format-your-powershell-table\/","title":{"rendered":"PowerTip: Automatically Format Your PowerShell Table"},"content":{"rendered":"<p><b>Summary:<\/b>&nbsp;Set a default preference variable and avoid typing&nbsp;<b>&ndash;autosize<\/b>&nbsp;and&nbsp;<b>&ndash;wrap<\/b>&nbsp;with Windows PowerShell&nbsp;3.0.<\/p>\n<p><strong><img decoding=\"async\" alt=\"Hey, Scripting Guy! Question\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/q-for-powertip.jpg\" \/>&nbsp;<\/strong>How can I avoid always having to type&nbsp;<b>&ndash;autosize<\/b>&nbsp;and&nbsp;<b>&ndash;wrap<\/b>&nbsp;with the&nbsp;<b>Format-Table<\/b>&nbsp;cmdlet? I am using Windows PowerShell&nbsp;3.0.<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<img decoding=\"async\" alt=\"Hey, Scripting Guy! Answer\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/a-for-powertip.jpg\" \/>&nbsp;Set the&nbsp;<b>$PSDefaultParameterValues<\/b>&nbsp;automatic variable with the appropriate default values. This can be done on a Windows PowerShell session basis or stored in your Windows PowerShell profile. Here is an example of setting the default behavior of the&nbsp;<b>Format-Table<\/b>&nbsp;cmdlet to always autosize and wrap the output.<\/p>\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$PSDefaultParameterValues=@{&#8220;Format-Table:autosize&#8221;=$true;&#8221;Format-Table:wrap&#8221;=$true}<\/p>\n<p><a href=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/7610.Dr.ScriptoForTips.jpg\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/7610.Dr.ScriptoForTips.jpg\" border=\"0\" alt=\"\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary:&nbsp;Set a default preference variable and avoid typing&nbsp;&ndash;autosize&nbsp;and&nbsp;&ndash;wrap&nbsp;with Windows PowerShell&nbsp;3.0. &nbsp;How can I avoid always having to type&nbsp;&ndash;autosize&nbsp;and&nbsp;&ndash;wrap&nbsp;with the&nbsp;Format-Table&nbsp;cmdlet? I am using Windows PowerShell&nbsp;3.0. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Set the&nbsp;$PSDefaultParameterValues&nbsp;automatic variable with the appropriate default values. This can be done on a Windows PowerShell session basis or stored in [&hellip;]<\/p>\n","protected":false},"author":596,"featured_media":87096,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[362,356,3,45],"class_list":["post-4739","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-scripting","tag-powershell-3","tag-powertip","tag-scripting-guy","tag-windows-powershell"],"acf":[],"blog_post_summary":"<p>Summary:&nbsp;Set a default preference variable and avoid typing&nbsp;&ndash;autosize&nbsp;and&nbsp;&ndash;wrap&nbsp;with Windows PowerShell&nbsp;3.0. &nbsp;How can I avoid always having to type&nbsp;&ndash;autosize&nbsp;and&nbsp;&ndash;wrap&nbsp;with the&nbsp;Format-Table&nbsp;cmdlet? I am using Windows PowerShell&nbsp;3.0. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Set the&nbsp;$PSDefaultParameterValues&nbsp;automatic variable with the appropriate default values. This can be done on a Windows PowerShell session basis or stored in [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/4739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/users\/596"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/comments?post=4739"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/4739\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media\/87096"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media?parent=4739"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/categories?post=4739"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/tags?post=4739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}