Forum Discussion

John_Dodo's avatar
John_Dodo
Brass Contributor
Jun 08, 2022

oneliner - clean hash with getenumerator

Hi,   is there any way to do this in a oneliner manner ?   #Removing records older than 365 days $tmp = $IPRouteInformation.clone() foreach($k in $tmp.GetEnumerator()){ if($k.Value.TimeID -l...

Resources