Uninstalling core services
To uninstall IMS core services, proceed with the following steps:
-
Log on to the server as the Domain Service Account user.
-
Open the Windows PowerShell Integrated Scripting Environment (ISE) as an administrator.
-
Use the following command to navigate to the path where the installation scripts are saved:
cd .\[script path]
-
At the command prompt, execute the following command:
.\Deploy-CoreServices.ps1 -CoreJsonConfigFilePath [Core Service json file path] -ServiceAccountPwd [service account password] -Uninstall`
Important! This will uninstall the services based on the service names provided in the installation configuration file (CoreComponents). For more information, see Core services JSON configuration file.
See also Additional commands for core services installation.