Skip to content

Commit db1f8b8

Browse files
authored
Merge pull request #91 from netwrix/Ayesha/NTP7.5-Sidebar
Ayesha/ntp7.5 sidebar
2 parents d04becd + fe8775b commit db1f8b8

File tree

236 files changed

+2318
-1058
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+2318
-1058
lines changed

docs/threatprevention/7.5/admin/agents/agent-management/clearqueue.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ SQLite Agent Queue option dumps the queue and all pending events are lost.
1212

1313
Follow the steps to clear the SQLite Agent queue for an Agent:
1414

15-
**CAUTION:** These events are permanently deleted and are not processed by the Enterprise Manager on
15+
:::warning
16+
These events are permanently deleted and are not processed by the Enterprise Manager on
1617
reconnection. This option is for diagnostic and troubleshooting purposes only.
18+
:::
19+
1720

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

@@ -26,10 +29,13 @@ to connect to the target machine and query information about shares. A local Adm
2629
on the target machine should have access to the system shares. Click **OK** after entering the
2730
credentials.
2831

29-
**NOTE:** The wizard does not block access to the Administration Console and can be minimized while
32+
:::note
33+
The wizard does not block access to the Administration Console and can be minimized while
3034
actions are in progress. If this wizard is hidden by clicking outside of the dialog box, a flashing
3135
blue link displays on the upper right corner of the interface with the action name displayed. Click
3236
this link to bring back the focus to the wizard.
37+
:::
38+
3339

3440
**Step 4 –** On the Access Verification window, the system performs a prerequisites or verification
3541
check that can fail or succeed.
@@ -38,8 +44,11 @@ check that can fail or succeed.
3844
of prior to the next attempt.
3945
- Success – Click **Next** to begin clearing the SQLite Agent Queue
4046

41-
**NOTE:** Closing the Administration Console while this action is in process causes problems with
47+
:::note
48+
Closing the Administration Console while this action is in process causes problems with
4249
data collection.
50+
:::
51+
4352

4453
**Step 5 –** The Clear Agent Queue window displays the task in progress and then its status as
4554
either:

docs/threatprevention/7.5/admin/agents/agent-management/harden.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,19 @@ check that can fail or succeed.
2222
of prior to the next attempt.
2323
- Success – Click **Next** to begin hardening the Agent.
2424

25-
**NOTE:** The wizard does not block access to the Administration Console and can be minimized while
25+
:::note
26+
The wizard does not block access to the Administration Console and can be minimized while
2627
actions are in progress. If this wizard is hidden by clicking outside of the dialog box, a flashing
2728
blue link displays on the upper right corner of the interface with the action name displayed. Click
2829
this link to bring back the focus to the wizard.
30+
:::
2931

30-
**NOTE:** Closing the Administration Console while this action is in process causes problems with
32+
33+
:::note
34+
Closing the Administration Console while this action is in process causes problems with
3135
data collection.
36+
:::
37+
3238

3339
**Step 4 –** The Harden Agent window displays the task in progress and then its status as either:
3440

docs/threatprevention/7.5/admin/agents/agent-management/removeserver.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ The Agents Interface displays a list of servers where the Agent has been deploye
1010
remove a server from this list for any reason, such as when the Agent is no longer required on the
1111
server.
1212

13-
**NOTE:** If the server has a deployed Agent, it will be added back to the list the next time the
13+
:::note
14+
If the server has a deployed Agent, it will be added back to the list the next time the
1415
Agent sends information to the Enterprise Manager.
16+
:::
17+
1518

1619
Follow the steps to remove a server from the list on the Agents Interface.
1720

docs/threatprevention/7.5/admin/agents/agent-management/soften.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,19 @@ check that can fail or succeed.
2222
of prior to the next attempt.
2323
- Success – Click **Next** to begin softening the Agent.
2424

25-
**NOTE:** The wizard does not block access to the Administration Console and can be minimized while
25+
:::note
26+
The wizard does not block access to the Administration Console and can be minimized while
2627
actions are in progress. If this wizard is hidden by clicking outside of the dialog box, a flashing
2728
blue link displays on the upper right corner of the interface with the action name displayed. Click
2829
this link to bring back the focus to the wizard.
30+
:::
2931

30-
**NOTE:** Closing the Administration Console while this action is in process causes problems with
32+
33+
:::note
34+
Closing the Administration Console while this action is in process causes problems with
3135
data collection.
36+
:::
37+
3238

3339
**Step 4 –** The Soften Agent window displays the task in progress and then its status as either:
3440

docs/threatprevention/7.5/admin/agents/agent-management/start.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ to connect to the target machine and query information about shares. A local Adm
2222
on the target machine should have access to the system shares. Click **OK** after entering the
2323
credentials.
2424

25-
**NOTE:** The wizard does not block access to the Administration Console and can be minimized while
25+
:::note
26+
The wizard does not block access to the Administration Console and can be minimized while
2627
actions are in progress. If this wizard is hidden by clicking outside of the dialog box, a flashing
2728
blue link displays on the upper right corner of the interface with the action name displayed. Click
2829
this link to bring back the focus to the wizard.
30+
:::
31+
2932

3033
**Step 4 –** On the Start Agent window, the Agent will be started. One of two status messages
3134
display:

docs/threatprevention/7.5/admin/agents/agent-management/startpendingmodules.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ deployed. This happens due to a change in the DLL versions. To exit this state,
1212
Prevention administrator must start the Active Directory module. See the
1313
[Agent Safe Mode](/docs/threatprevention/7.5/admin/agents/safemode.md) topic for additional information.
1414

15-
**_RECOMMENDED:_** If multiple DCs are in the Start Pending Modules state, this means one of the
15+
:::info
16+
If multiple DCs are in the Start Pending Modules state, this means one of the
1617
monitored system DLLs was changed from when the Agent was last run. This could impact the operation
1718
of the Agent. It is recommended to enable the pending modules on one DC initially and verify that
1819
Threat Prevention is collecting events as expected from this specific DC and that the DC appears to
1920
be stable before starting the pending modules on additional DCs.
21+
:::
22+
2023

2124
Follow the steps to start pending modules on a server.
2225

docs/threatprevention/7.5/admin/agents/agent-management/stop.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ to connect to the target machine and query information about shares. A local Adm
2121
on the target machine should have access to the system shares. Click **OK** after entering the
2222
credentials.
2323

24-
**NOTE:** The wizard does not block access to the Administration Console and can be minimized while
24+
:::note
25+
The wizard does not block access to the Administration Console and can be minimized while
2526
actions are in progress. If this wizard is hidden by clicking outside of the dialog box, a flashing
2627
blue link displays on the upper right corner of the interface with the action name displayed. Click
2728
this link to bring back the focus to the wizard.
29+
:::
30+
2831

2932
**Step 4 –** On the Stop Agent window, the Agent will be stopped. One of two status messages
3033
display:

docs/threatprevention/7.5/admin/agents/agent-management/upgradeadmonitor.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ DLL), in LSASS without having to upgrade the entire Agent. To facilitate this, t
1111
[Agents Interface](/docs/threatprevention/7.5/admin/agents/overview.md) displays the currently installed versions of the Agent and the
1212
ADMonitor DLL.
1313

14-
**NOTE:** The Agent and the ADMonitor DLL should have the same major/minor version, such as 7.5.x.x,
14+
:::note
15+
The Agent and the ADMonitor DLL should have the same major/minor version, such as 7.5.x.x,
1516
where x.x for the DLL can be equal or higher than that of the Agent. Example: Agent 7.5.0.123 and
1617
DLL 7.5.0.777
18+
:::
19+
1720

1821
In previous Threat Prevention versions, you had to uninstall the Agent and then reinstall it just to
1922
update the ADMonitor DLL. With Threat Prevention 7.5, the _Upgrade ADMonitor_ feature enables you to

docs/threatprevention/7.5/admin/agents/agents-windows/agentinstallerupdate.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ currently in use to the installer downloaded.
3838
- If the downloaded version is newer, the message displays both version numbers and provides an
3939
option to apply the update. Click **Apply Update**.
4040

41-
**NOTE:** When the Agent installer is replaced with a newer version, all Agents’ versions in the
41+
:::note
42+
When the Agent installer is replaced with a newer version, all Agents’ versions in the
4243
Agents interface are highlighted to indicate they are not the current version. Agents should then be
4344
updated to the new version using the Upgrade Agent option on the right-click menu.
45+
46+
:::

docs/threatprevention/7.5/admin/agents/agents-windows/enrollmentsecretconfiguration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ manually deploy the Agent. It has the following fields:
4545
- Click **Copy** to copy the enrollment secret and enter it in the Certificates window of the Agent
4646
Setup wizard during manual Agent installation.
4747

48-
**NOTE:** Restarting the Enterprise Manager cancels the current enrollment secret.
48+
:::note
49+
Restarting the Enterprise Manager cancels the current enrollment secret.
50+
51+
:::

0 commit comments

Comments
 (0)