Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
138 downloads
|
Last Updated: 3/18/2025
|
Latest Version: 0.1.0
Apteco PS Modules - PowerShell merge PSCustomObject This module merges two PSCustomObjects into one. It is able to handle nested structures like hashtables, arrays and PSCustomObjects. Please see the examples below. Just use ```PowerShell $left = [PSCustomObject]@{ "firstname" = "Florian" "lastname" = "Friedrichs" "address"... More info |