Name # As a dictionary $Hashtable['Name'] # Using the Item property $Hashtable.Item('Name') We can also access several values at once if we want! PipeHow:\Blog> $Hashtable['Name','Blog'] Emanuel | How Removing Values Just as we may want to add values after creation, sometimes...