Cómo obtener el tipo de algo en PowerShell

$foo.GetType()
Defiant Dog