Skip to content

Instantly share code, notes, and snippets.

@fettesps
fettesps / Remove-Sitecore9-Instance.ps1
Last active December 20, 2021 19:44 — forked from himadric/Remove-Sitecore9-Instance.ps1
A Powershell script for removing Sitecore 9 instance from local machine
############################################################################################
#This script is created to remove Sitecore 9 instance from local machine.
#This will not uninstall Solr but, it will remove Solr collections.
#The script looks at the Prefix parameter and find out all instances and remove them.
#Change the default values before using the script. Or, pass the values as parameters.
#Usage: .\Remove-Sitecore9-Instance.ps1 -Prefix "xp0"
#Declaimer: This is a destructive script, means, it deletes files, databases etc.
#Use it at your own risk.