I am trying to merge two hashtables, overwriting key-value pairs in the first if the same key exists in the second.
To do this I wrote this function which first remo
Here is the one that does deep merge and supports ordered hashtables.
https://github.com/majkinetor/posh/blob/master/MM_HashTables/Merge-Hashtables.ps1