Help
Updated: January 21, 2005
Using WMIC help
For example:
For a list of alias and syntax, at the command prompt, type wmic to start the WMIC shell and then type:
/?
To display options available for the Process alias, from within the WMIC shell type:
process /?
/?:FULL gives all available details. This can be especially useful for the GET and CALL verbs.
Notes
- You can also use a hyphen (-?) instead of a forward slash (/?).
- For the PATH and CLASS command, progressive help is available for a singular NODE only (on both local and remote computers).
For more information, see Windows Management Instrumentation Command-line .