Search code examples
How can I output a PSCustomObject from a compiled Cmdlet?...


c#powershellpowershell-cmdletpscustomobject

Read More
PSCustomObject to Hashtable...


powershellhashtablepscustomobject

Read More
How to pass object to a function in PowerShell...


powershellfunctionpscustomobject

Read More
Windows PowerShell parsing json - bracket vs dot...


jsonpowershellsyntaxpropertiespscustomobject

Read More
Accessing PSCustomObject Properties After Return from Function in PowerShell...


powershellfunctionreturn-valuepscustomobject

Read More
Sort an array of PSCustomObject by values of a property...


arrayspowershellsortingpscustomobject

Read More
Join two PowerShell Queries into one PSCustomObject Table...


arrayspowershellpscustomobject

Read More
Powershell Selecting NoteProperty Type Objects From Object...


powershellpscustomobjectobject-graph

Read More
How do I convert a powershell hashtable to an object?...


powershellhashtablepscustomobject

Read More
Iterating Json attributes and PSCustom Objects...


jsonpowershellpscustomobjectobject-graph

Read More
Adding additional values to property of a PSCustomObject...


powershellpscustomobject

Read More
Create an array of pscustomobjects which include a hasthable for export...


arrayspowershellpscustomobject

Read More
Export PSCustomObject containing HashTable to CSV...


powershellexport-to-csvpscustomobject

Read More
PSCustomObject only shows last value written...


arrayspowershellpscustomobject

Read More
How can I remove $null and whitespace key/value pairs in a [System.Collections.Specialized.OrderedDi...


arrayspowershellsortinghashtablepscustomobject

Read More
Import-CSV: add rows (members) to resulting object in foreach loop...


powershellimport-csvpsobjectpscustomobject

Read More
How to convert PSCustomObject with additional props to a custom class...


powershellpowershell-5.0pscustomobject

Read More
How to get Select-Object to return a raw type (e.g. String) rather than PSCustomObject?...


powershellpscustomobject

Read More
How to initialize an array of custom objects...


powershellpscustomobject

Read More
powershell where-object changes type of psobject to pscustomobject - how to workaround?...


powershellobjectpsobjectpscustomobject

Read More
Powershell - PSCustomObject with Calculated Property...


powershellpscustomobjectcalculated-property

Read More
PowerShell - "Write-Output" vs "return" in functions...


powershellsyntaxpsobjectpscustomobject

Read More
Access Array of object inside a PSCustomObject Powershell...


arraysexcelpowershellpscustomobject

Read More
Powershell Invoke-RestMethod : body content is not interpreted correctly when send PUT Request...


jsonpowershellmethodspscustomobjectinvoke-restmethod

Read More
Merge two PSCustomObject tables into a single one with PowerShell...


powershellmergepscustomobject

Read More
How to replace only specific strings in PowerShell custom object?...


powershellhashtablewindows-firewallevent-viewerpscustomobject

Read More
How to create a reference to a child item in XML using PSCustomObject...


powershellpscustomobject

Read More
Output PScustom object to CSV...


powershellpscustomobjectexport-csv

Read More
PowerShell, PSCustomObject, array format issue...


arrayspowershellpscustomobjectveeam

Read More
How to use PS calculated properties to collate data into a cell?...


powershellpscustomobjectcalculated-property

Read More
BackNext