mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #290] Feature Request: Agent Migration to another Tactical Installation #2134
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnnyq on GitHub (Feb 24, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/290
The possibility to migrate RMM agents to another Tactical RMM Installation on another server.
The options could be migrate all, migrate client, migrate site or migrate single device.
This would prove useful if for example a client wants to move from their current MSP to another MSP or IT Company. This will allow the current MSP to migrate the client seamlessly to the new MSP that also has Tactical RMM.
Another scenario if your company changes domain names for example smallITFirm.com to simpleMSP.com
@dinger1986 commented on GitHub (Feb 24, 2021):
yes, you can do this with a script, powershell or otherwise and then setup a task
@johnnyq commented on GitHub (Feb 25, 2021):
that makes sense @dinger1986 I'll give it a test whirl. Thanks
@dinger1986 commented on GitHub (Feb 25, 2021):
This is the script I use to reinstall tactical and it could be used to move deployments as well.
powershell Set-ExecutionPolicy -ExecutionPolicy Unrestricted
powershell Add-MpPreference -ExclusionPath C:\TEMP\TRMM
powershell Add-MpPreference -ExclusionPath 'C:\Program Files\TacticalAgent*'
powershell Add-MpPreference -ExclusionPath 'C:\Windows\Temp\winagent-v*.exe'
powershell Add-MpPreference -ExclusionPath 'C:\Program Files\Mesh Agent*'
cd c:\temp\trmm
powershell Invoke-WebRequest "deployment URL" -Outfile tactical.exe
"C:\Program Files\TacticalAgent\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /FORCECLOSEAPPLICATIONS
tactical.exe
powershell Remove-MpPreference -ExclusionPath C:\TEMP\TRMM
Let me know how it goes and we can maybe close this?
@johnnyq commented on GitHub (Mar 1, 2021):
Fantastic @dinger1986 Ill give this a shot.
@dinger1986 commented on GitHub (Mar 28, 2021):
@johnnyq can we close this now?
@johnnyq commented on GitHub (Mar 30, 2021):
absolutely