[SOLVED] Windows equivalent to man pages?
nhpr
Member Posts: 165
I'm studying for the 70-680 and I was wondering if, for the command line tools, whether or not there's any analog to UNIX man pages? Going to Google and looking for a website regarding the syntax/options of the commands every time I'm curious about something is getting a bit old.
EDIT: Ah! That's the ticket. Thank you, kind sir.
EDIT: Ah! That's the ticket. Thank you, kind sir.
Comments
-
Claymoore Member Posts: 1,637Just put a /? at the end of the command. Some commands will have further sub-help information for certain functions as well, just keep trying the /?
Powershell has a different help structure, using get-help cmdlet will get you the information you want