PowerShell hashtables (also called associative arrays) let you associate keys with values. To define a hashtable, use the syntax: $myHashtable ...
確定! 回上一頁