Answer the question
In order to leave comments, you need to log in
Combining objects?
How to adequately combine the properties of 2 objects into an array?
There is something like this code:
[psobject] $place1 = $Config1 |
Select-Object -Property `
@{label = "lbl"; expression = {$_.Custom.Property} }
[psobject] $place2 = $Config2 |
Select-Object -Property `
@{label = "lbl"; expression = {$_.AnyProperty} }
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question