Return information about one or more users on a specified system from the Windows command-line. The remote system must be running the Finger service.
:: To display information about a specific user:
finger <user>@<host>
:: To display information about all users on the specified host:
finger @<host>
:: To display information in a longer format:
finger <user>@<host> -l
:: To display help information:
finger /?