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

  1. Open SQL Management Studio and connect to the SQL Server that hosts the Secret Server database.

  2. Expand Databases.

  3. Right-click on the Secret Server database and choose New Query.

  4. Copy the following query and paste into the New Query screen.

    Copy
    DELETE from [dbo].tbAppClient WHERE AppClientId = 1
    UPDATE [dbo].tbConfiguration set TmsRootUrl = null
  5. Click Execute to run the query.

Remove the TMS Site

  1. Open IIS Manager and go to Application Pools.
  2. Stop the TMS, TMSAgent and TMSWorker pools.
  3. Expand Sites and find and expand the TMS site.
  4. Right-click the following site applications and choose Remove:

    • TMS,
    • Agent,
    • ServiceBus,
    • Services,
    • Setup, and
    • Worker.
  5. Navigate back to Application Pools and remove the TMS, TMSAgent and TMSWorker pools.

Remove the TMS Site Files and Registry Key

  1. On the IIS Server, open File Explorer.
  2. Find the TMS site folder (default: c:\inetpub\wwwroot\TMS)
  3. Delete the TMS site folder.
  4. Navigate to the Registry and remove the Registry key: HKLM\Software\Thycotic\Tms