Filter By

Package Types

Operating System

Categories

Trust Information

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