

Couple of little additions that you might like.
You can expand properties using foreach-object as well. Eg
Get-childitem | foreach-object name
If you specify a method name instead of a property, it will call the method on the input object.
You can also inspect types using [typename].getmembers() to list properties and methods without having to create an instance for get-member.

















Probably doesn’t need the extension and would work with the same vector clickfix uses. I do think this is probably a decent reason that some old tools probably should be put behind a windows feature that defaults to disabled. I get that some tools are useful, but some like finger should probably have been removed a while ago.
Not that I think they couldn’t find another utility, after all curl is now installed by default.