Filter By

Package Types

Operating System

Categories

Trust Information

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