79666229

Date: 2025-06-15 00:20:50
Score: 1.5
Natty:
Report link

It's ugly, but it should work for anything that format-table works with, which means any sort of object, not just predefined types (though you'll get a lot of output for unknowns).


$($($($obj[0] | format-table | Out-string).split('-')[0]).split(" ").trim() | WHERE { $_.length -gt 0 })
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: mallwitt