{"id":2744,"date":"2013-10-10T11:59:00","date_gmt":"2013-10-10T11:59:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/heyscriptingguy\/2013\/10\/10\/powertip-change-output-object-property-names-with-powershell\/"},"modified":"2013-10-10T11:59:00","modified_gmt":"2013-10-10T11:59:00","slug":"powertip-change-output-object-property-names-with-powershell","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/scripting\/powertip-change-output-object-property-names-with-powershell\/","title":{"rendered":"PowerTip: Change Output Object Property Names with PowerShell"},"content":{"rendered":"<p><strong>Summary<\/strong>: Use Windows PowerShell to change output object property names.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/q-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Question\" \/>&nbsp;How can I use Windows PowerShell to change the property names of my output objects?<\/p>\n<p style=\"padding-left: 30px\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/a-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Answer\" \/>&nbsp;The easiest way to achieve this to use&nbsp;<strong>Select-Object<\/strong>&nbsp;and a calculated field:<\/p>\n<p style=\"padding-left: 90px\">Get-WmiObject -Class win32_OperatingSystem -ComputerName webr201 |<\/p>\n<p style=\"padding-left: 90px\">select @{N=&#8217;ComputerName&#8217;; E={$_.PSComputerName}},<\/p>\n<p style=\"padding-left: 90px\">@{N=&#8217;OS&#8217;; E={$_.caption}},<\/p>\n<p style=\"padding-left: 90px\">@{N=&#8217;SP&#8217;; E={$_.ServicePackMajorVersion}}<\/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\" alt=\"\" border=\"0\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary: Use Windows PowerShell to change output object property names. &nbsp;How can I use Windows PowerShell to change the property names of my output objects? &nbsp;The easiest way to achieve this to use&nbsp;Select-Object&nbsp;and a calculated field: Get-WmiObject -Class win32_OperatingSystem -ComputerName webr201 | select @{N=&#8217;ComputerName&#8217;; E={$_.PSComputerName}}, @{N=&#8217;OS&#8217;; E={$_.caption}}, @{N=&#8217;SP&#8217;; E={$_.ServicePackMajorVersion}}<\/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":[356,189,4,45,6],"class_list":["post-2744","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-scripting","tag-powertip","tag-richard-siddaway","tag-scripting-techniques","tag-windows-powershell","tag-wmi"],"acf":[],"blog_post_summary":"<p>Summary: Use Windows PowerShell to change output object property names. &nbsp;How can I use Windows PowerShell to change the property names of my output objects? &nbsp;The easiest way to achieve this to use&nbsp;Select-Object&nbsp;and a calculated field: Get-WmiObject -Class win32_OperatingSystem -ComputerName webr201 | select @{N=&#8217;ComputerName&#8217;; E={$_.PSComputerName}}, @{N=&#8217;OS&#8217;; E={$_.caption}}, @{N=&#8217;SP&#8217;; E={$_.ServicePackMajorVersion}}<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/2744","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=2744"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/2744\/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=2744"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/categories?post=2744"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/tags?post=2744"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}