You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lock down services and prevent access to TRMM folders.
4
+
5
+
.DESCRIPTION
6
+
This script configures and starts the "tacticalrmm" and "Mesh Agent" services, setting security descriptors to enforce security. Additionally, it restricts access to the TacticalAgent directory and its executable to prevent unauthorized access.
Unlock TacticalRMM Agent and optionally remove it.
4
+
5
+
.DESCRIPTION
6
+
This script unlocks the TacticalRMM Agent by modifying folder permissions and resetting service security descriptors. Additionally, it includes an optional parameter to remove the TacticalRMM Agent if specified.
7
+
8
+
.PARAMETERremove
9
+
A boolean parameter that, if set to $True, will trigger the removal of the TacticalRMM Agent.
10
+
11
+
.OUTPUTS
12
+
None
13
+
14
+
.EXAMPLE
15
+
.\script.ps1 -remove $False
16
+
- Unlocks the TacticalRMM Agent by adjusting permissions and resetting service security descriptors without removing the agent.
17
+
18
+
.EXAMPLE
19
+
.\script.ps1 -remove $True
20
+
- Unlocks the TacticalRMM Agent and then removes it using its uninstaller.
0 commit comments