can u add here line 63 in convertto-hashstring the validation check if value of attribute is not null? https://github.com/torgro/HashData/blob/374f81b9c1901854676c8e31399efeb05b692a24/Functions/ConvertTo-HashString.ps1#L63 $objType = if($null -ne $value){$value.GetType().Name}else{$null}