Please tell me, there is a upgrade from mspcontrol to yours. I did not know an open source solution was in the works.
thanks
Marco Tiggelaar selected answer
Done!!! Ran the below
USE [WebsitePanel]
GO
DELETE FROM [dbo].[Providers]
WHERE ProviderType like ‘MSPControl%’
GO
v/r
Marco Tiggelaar commented on answer