We are working with another company and wanted to start to move their assets into our account. I was thinking using a script that would uninstall Syncro and reinstall it with our installer.
Would something like this work? I figure I would just use the PS install syncro but add a few lines in the beginning to first remove Syncro. So far I am running into a problem trying to find Syncro as an option to uninstall from PS. I do not see it when I run this command:
Get-WmiObject -Class Win32_Product | Select-Object -Property Name
That script completely wipes away Syncro from the machine. I am simply trying to replicate the actions of installing it from Program files just to right away re-install it under a new account. This would be easy in the GUI but I am doing it for multiple machines so I thought I would be able to script it.
@trevor1 - I know I am a bit late on this, but I’m wondering something similar. Are you wanting to have the asset belong to another customer? Or belong to a different MSP Syncro instance?
@Jimmie - I know this is an older ticket, but I’m searching and I found this ticket.
I found the uninstall script on the page you referenced. However, it is a batch file. Are you aware of one that is a PowerShell one? I know how to do various things in PowerShell and have a default script template I use, but it is all in PS.