Removing Privilege Manager from a Combined Install
To remove the Privilege Manager instance from a combined install instance with Secret Server perform the following steps:
Remove the Privilege Manager to Secret Server Connection
-
Open SQL Management Studio and connect to the SQL Server that hosts the Secret Server database.
-
Expand Databases.
-
Right-click on the Secret Server database and choose New Query.
-
Copy the following query and paste into the New Query screen.
CopyDELETE from [dbo].tbAppClient WHERE AppClientId = 1
UPDATE [dbo].tbConfiguration set TmsRootUrl = null -
Click Execute to run the query.
Remove the TMS Site
- Open IIS Manager and go to Application Pools.
- Stop the TMS, TMSAgent and TMSWorker pools.
- Expand Sites and find and expand the TMS site.
-
Right-click the following site applications and choose Remove:
- TMS,
- Agent,
- ServiceBus,
- Services,
- Setup, and
- Worker.
- Navigate back to Application Pools and remove the TMS, TMSAgent and TMSWorker pools.
Remove the TMS Site Files and Registry Key
- On the IIS Server, open File Explorer.
- Find the TMS site folder (default:
c:\inetpub\wwwroot\TMS
) - Delete the TMS site folder.
- Navigate to the Registry and remove the Registry key:
HKLM\Software\Thycotic\Tms