We can also use one of the methods to see if a specific value exists. $Hashtable.Contains('Name') $Hashtable.ContainsKey('Name') $Hashtable.ContainsValue('Emanuel') All of them return either true or false, and