- Delete or disable the Lansweeper service on your current scanning server.
- Execute the script below in the Lansweeper web console under Configuration/Scanning Setup/Database Scripts, replacing NewServer with the NetBIOS name of your new scanning server. (Leave the quotes in the code.)
Update tsysasservers set servername = 'NewServer'
GO
Update tblAssets set scanserver = 'NewServer'
GO
- Install the Lansweeper service on your new scanning server and make sure that it is running.