Open
Description
On Linux, users can use man ssh
to get the man page for ssh for help information. However, Windows doesn't understand man pages. Instead, we could publish an about topic using the contents of the man page so that within PowerShell, the user can do:
get-help ssh
help ssh
To get detailed help information