Get Help
How to get help for a specific CAT PowerShell command?
As with any cmdlet in PowerShell (not only from CAT module), you can very easily get help for a specific command, without using your search engine. It really is easier to display help directly in the PowerShell window. Let’s say you want to know more about the command Open-CatProject
. Just type this in PowerShell:
help Open-CatProject
Output looks like this:
The help contains basic syntax of the command, detailed information about parameters follow. There are also examples.
The output is usually long, use space
key for going to next page.
To display help for specific parameter, run this:
help Open-CatProject -Parameter LoggingLevel