Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in psobject

New-Object add-member - cannot add a member - powershell

powershell psobject

Powershell: How to properly count number of items in array of objects when there is only one object left in array

arrays powershell psobject

Preventing PowerShell from wrapping value types in PSObjects

Return Powershell PSObject as DataTable in C#

Property passed to Invoke-Command changes type from IDictionary to HashTable

Why does Get-Date seem to return DateTime objects, but the BinarySerializer indicate it returns a PSObject?

Powershell - how do I edit an existing property in a custom object

powershell edit psobject

Deep copying a PSObject

PowerShell: Custom Property XML Tags with ConvertTo-XML Output

xml powershell hash psobject

Passing "native" object to background jobs

powershell scope psobject

PowerShell type accelerators: PSObject vs PSCustomObject

Access PSObject property by name in C#

c# powershell psobject

PowerShell - "Write-Output" vs "return" in functions

Difference between PSObject, Hashtable, and PSCustomObject