Google News
logo
PowerShell - Interview Questions
Can you explain the hash table functions in PowerShell?
PowerShell’s hash table can be referred to as a dictionary. Basically, it is a series that enables users in storing data with a pair association known as “key-value”. Here, both “key”, as well as “value”, might comprise any length and data. In order to declare hash table users will have to apply @ in front of curly braces.
Advertisement