InterviewSolution
Saved Bookmarks
| 1. |
What is a hash table in PowerShell? |
|
Answer» Hash table is a data structure which used the mechanism of value/key PAIR. The professionals who CREATE PowerShell scripts use variables to store data. For the STORAGE of data in a HIGHLY secure environment hash table is used. |
|