Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
113 downloads
|
Last Updated: 6/24/2024
|
Latest Version: 0.0.3
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 |