Windows
Prerequisites
You have downloaded the BrazenCloud utility
You have launched your command line tool of choice by selecting 'Run as administrator'

Setup
To interact with the BrazenCloud utility, you need to either:
Set your working directory to the directory where the BrazenCloud utility is located
Add the directory where the BrazenCloud utility is located to your PATH environmental variable
For this walkthrough, we will assume that the BrazenCloud utility has already been downloaded and the working directory has been set to where the BrazenCloud utility is located.
For example, if you have downloaded the BrazenCloud utility to your Downloads folder, you can set your working directory in the command prompt with:
cd %USERPROFILE%/DownloadsOr in PowerShell with:
Set-Location ~/DownloadsInstallation
From the 'Devices' view, click on the blue 'ADD ENDPOINTS' to get started.

This will open the 'Add Endpoints' modal:

If you haven't yet downloaded the BrazenCloud utility, you have the option to do so here by clicking on the green 'Download' button.
The install command is listed under 'ENROLL USING A TOKEN'. Click on the green 'Copy' button and paste it into your elevated console.
Installation success
After executing the install command you should see in your command prompt window the following:
> Installation success!
> Exiting.
BrazenAgent install finished with code (0)Now, if you switch back to the BrazenCloud portal, you should see your endpoint on the device list, with a green circle to show that the BrazenAgent is active and ready to be assigned a Job.
Last updated