You can install CarbonCLI by following the README instructions in GitHub.

See Carbon Black/Carbon-CLI.

Procedure

  1. Clone the repository using SSH or HTTPS.
    SSH
     git clone [email protected]:carbonblack/carbon-cli.git
    
     HTTPS
     git clone https://github.com/carbonblack/carbon-cli.git
  2. Change to the root directory of the project.
    cd carbon-cli
  3. Start Powershell.
    pwsh
  4. Import the module.
    Import-Module ./CarbonCLI/CarbonCLI.psm1