What Do I Have Installed?

Installation of CAT will take you couple of minutes.

As mentioned above, you can have multiple versions of CAT installed on your computer.

To check all what you have, run this command:

Get-Module CAT -ListAvailable

Example output:

Get-Module example output

This means, both version 0.10.0.3 and 0.8.0.6 are installed on the computer.

To import specific version to your PowerShell session, you need to specify the required version:

Import-Module CAT -RequiredVersion '0.8.0.6'