In PowerShell 2.0 the new way to create a Dictionary
is:
$object = New-Object 'system.collections.generic.dictionary[string,int]'
In PowerShell 2.0 the new way to create a Dictionary
is:
$object = New-Object 'system.collections.generic.dictionary[string,int]'