Tag: Sitecore 9.x

Uninstall Sitecore 9.x: Remove Sitecore Certificates
With Sitecore 9.2 and above, Uninstalling Sitecore has never been much easier. The Uninstall-SitecoreConfiguration SIF PS Module Commandlet does a clean uninstall of the respective configurations installed on your workstation/server. Here is the Command line for your reference: Uninstall-SitecoreConfiguration @singleDeveloperParams *>&1 | Tee-Object XP0-SingleDeveloper-Uninstall.log This comes up as a commented line in the respective SP ...