Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ enrollment secret is applied depends on the method used to install the Agent.
and use a new enrollment secret as part of automated Agent installation.
- If installing the Agent manually, the enrollment secret must be entered in the Certificates window
of the Agent Setup wizard during installation. See the
[Manual Agent Deployment](/docs/threatprevention/7.5/install/agent/manual/manual.md) topic for additional information.
[Manual Agent Deployment](/docs/threatprevention/7.5/install/agent/manual.md) topic for additional information.

Follow the steps to generate the enrollment secret.
To generate the enrollment secret, complete the following steps:

**Step 1 –** Click **Agents** in the left pane to launch the Agents interface. Then click **Agent
Enrollment Secret** to launch the Enrollment Secret Configuration window.

![Enrollment Secret Configuration window](/images/threatprevention/7.5/admin/agents/window/enrollmentsecret.webp)

The Enrollment Secret Configuration window enables you to generate the enrollment secret required to
Use the Enrollment Secret Configuration window to generate the enrollment secret required to
manually deploy the Agent. It has the following fields:

- Enrollment Secret – A limited-life (1 hour) password generated by the Enterprise Manager. The
Expand Down
30 changes: 15 additions & 15 deletions docs/threatprevention/7.5/admin/agents/deploy/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 20

The Threat Prevention Agent can be deployed through any of the following methods:

- Deploy the Agent to server(s) through the Administration Console – You can deploy the Agent to one
- Deploy the Agent to servers through the Administration Console – You can deploy the Agent to one
or multiple servers through the Administration Console

:::info
Expand All @@ -18,30 +18,30 @@ The Threat Prevention Agent can be deployed through any of the following methods

- Manually through the Windows Agent Setup Wizard – Run the Agent executable to launch this wizard

See the [Manual Agent Deployment](/docs/threatprevention/7.5/install/agent/manual/manual.md) topic for additional
See the [Manual Agent Deployment](/docs/threatprevention/7.5/install/agent/manual.md) topic for additional
information.

## Deploy Agents Wizard

The Deploy Agents wizard enables you to deploy Agents from the Administration Console. Computers
Use the Deploy Agents wizard to deploy Agents from the Administration Console. Computers
targeted for Agent deployment must meet the minimum .NET Framework version required by the Agent or
the deployment fails. Remember to check server requirements before deploying the Agent, including
compatibility with other security products. See the
[Agent Server Requirements](/docs/threatprevention/7.5/requirements/agent/agent.md) topic for additional information.

:::note
The wizard does not block access to the Administration Console and can be minimized while
The wizard doesn't block access to the Administration Console and can be minimized while
actions are in progress. If this wizard is hidden by clicking outside of the dialog box, a flashing
blue link displays on the upper right corner of the interface with the action name displayed. Click
this link to bring back the focus to the wizard.
the flashing blue link to bring back the focus to the wizard.
:::


The Deploy Agents wizard consists of four windows: Select Computers, Set Options, Prerequisites
Check, and Installing.

Follow the steps to deploy the Agent from the Administration Console to a new or existing machine
using the Deploy Agents wizard.
To deploy the Agent from the Administration Console to a new or existing machine
using the Deploy Agents wizard, complete the following steps:

:::warning
Closing the Administration Console while this action is in process causes problems with
Expand All @@ -63,13 +63,13 @@ tabs on the window. See the [Select Computers Window](/docs/threatprevention/7.5
information. Click **Next**.

If you open this window through the [Right-Click Menu](/docs/threatprevention/7.5/admin/agents/overview.md#right-click-menu) action, the
list is auto-populated with the computer(s) selected on the Agents interface.
list is auto-populated with the computers selected on the Agents interface.

![Deploy Agents wizard – Set Options page](/images/threatprevention/7.5/admin/agents/deploy/setoptions.webp)

**Step 4 –** On the Set Options window, enter the credentials required to deploy the Agent on the
selected machine(s). Review the Enterprise Manager IP address/name and port for accuracy and select
the desired modules to install for this Agent. You can also set other properties for the Agent. See
selected machines. Review the Enterprise Manager IP address/name and port for accuracy and select
the modules you want to install for this Agent. You can also set other properties for the Agent. See
the [Set Options Window ](/docs/threatprevention/7.5/admin/agents/deploy/setoptions.md)topic for additional information.

**Step 5 –** Once configurations are set, click **Next**.
Expand All @@ -83,7 +83,7 @@ for additional information.

![Deploy Agents wizard – Installing page](/images/threatprevention/7.5/admin/agents/deploy/installing.webp)

**Step 7 –** The Installing window performs the installation and displays whether or not the action
**Step 7 –** The Installing window performs the installation and displays whether the action
was successful. See the [Installing Window ](/docs/threatprevention/7.5/admin/agents/deploy/installing.md) topic for additional information.

**Step 8 –** When the task is successfully completed, click **Finish** to close the window.
Expand All @@ -92,15 +92,15 @@ The Agent will be listed in the table on the Agents interface.

:::note
If the server where the Agent is deployed has multiple network adapters (multi-homed),
then it is necessary to bind the Agent to an adapter that can communicate with the Enterprise
then you must bind the Agent to an adapter that can communicate with the Enterprise
Manager. See the [Bind To](/docs/threatprevention/7.5/troubleshooting/agentcommunication.md#bind-to) topic for
additional information.
:::


## Update Agent Settings

Follow the steps to update the settings for a deployed Agent through the Agents interface.
To update the settings for a deployed Agent through the Agents interface, complete the following steps:

**Step 1 –** Click Agents in the left pane to launch the Agents interface.

Expand All @@ -113,7 +113,7 @@ automatically added to the Update Agent settings on These Computers box. See the

**Step 4 –** On the Set Options window, ensure the proper credentials, modules, and Enterprise
Manager location are accurate alongside additional options. To make changes to the settings, uncheck
the **Keep Existing Settings** box. Make necessary updates as needed. See the
the **Keep Existing Settings** box. Make the necessary updates. See the
[Set Options Window ](/docs/threatprevention/7.5/admin/agents/deploy/setoptions.md) topic for additional information.

**Step 5 –** On the Prerequisites Check window, the credentials provided on the Set Options window
Expand All @@ -125,7 +125,7 @@ either succeed or fail during a prerequisites or verification check. See the
status messages display:

- Failed – Read the failure message and either click **Back** to provide new credentials or click
**Finish** to close the window and ensure any error messages are taken care of prior to next
**Finish** to close the window and ensure any error messages are taken care of before the next
attempt
- Completed – Indicates that the Agent has been successfully updated

Expand Down
Loading