Changes

Jump to: navigation, search

Windows PowerShell 1.0 Hashtables

486 bytes added, 13:40, 14 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Working with Arrays in Windows PowerShell 1.0|Previous]]<td align="center">[[Windows PowerShell 1.0 Essentials|Table of Contents]]<td width="20%" align="right">[[Basic Windows PowerShell 1.0 Operators|Next]]</td>
<tr>
<td width="20%">Working with Arrays in Windows PowerShell 1.0<td align="center"><td width="20%" align="right">Basic Windows PowerShell 1.0 Operators</td>
</table>
<hr>
 
 
<google>BUY_WPS</google>
 
 
Hash tables, also known as ''associative arrays'', are arrays where each element consists of key-value pairs. Unlike regular arrays where elements are accessed using an index, the values in a hash table are accessed using the value's respective key.

Navigation menu