Top "Pscustomobject" questions

Shorthand syntax for initializing object properties in powershell

How to initialize an array of custom objects

First, as this leads to my question, I'll start by noting that I've worked with XML a fair bit in …

powershell pscustomobject
PSCustomObject to Hashtable

What is the easiest way to convert a PSCustomObject to a Hashtable? It displays just like one with the splat …

powershell hashtable pscustomobject
How to add a custom property to a PowerShell array?

Say I have a PowerShell array $Sessions = @() which I am going to fill with PSCustomObjects. How can I add a …

arrays powershell properties pscustomobject
Powershell Custom Objects: How To Acess NoteProperty of collected result

Reading through an Article about custom Objects: http://technet.microsoft.com/en-us/library/ff730946.aspx I wonder why i get …

powershell custom-object pscustomobject
Powershell pscustomobject format-table new row instead of one line

I have a very large JSON response for employees that I am trying to get into table format, export to …

powershell export-to-csv newrow pscustomobject formattable