When adding objects to a hashtable, the "Add" method removes any members which have been added via the Add-Member cmdlet.However, when adding objects to the hashtable using the $hashtable = @{ "myKey" = $myValue } syntax, the custom PS members are retained.This occurs in PS V2 & V3; and also possibly in V1 (not verified).
Have you seen this problem before in this product?
Please wait...