CtrList Main Topic
CtrList Syntax
ctrlist [-c | -m | -d] [LangID] [\\machine]
Where:
- -c
- prints data in a CSV format.
- -m
- prints data as a Windows Management Instrumentation MOF.
- -d
- prints data as a Windows Management Instrumentation MOF with performance data instances defined.
Note
Only one of the above command switches may be used at a time.
- LangID
- Language identifier.
- 009 for English (default)
- 007 for German
- 00A for Spanish
- 00C for French
- \\machine
- may be specified to list counters on a remote system
Example
Get all French system objects and counters and put them in the file french.lst
"ctrlist 00C > french.lst"