Hash Tables and Dictionaries in Powershell
What is a Dictionary in PowerShell? Looking around a Dictionary is a Data Structure in which you can store key and value pairs. In PowerShell it is more common to use hashtables. Some common uses for hashtables would be: storing IP addresses with computer names. If I was an Admin I would store MAC addresses […]
Read More Hash Tables and Dictionaries in Powershell