Quick SharePoint Tip: Remove SharePoint Solutions
When working in a development environment you’re bound to get it dirty or someone else on the team make major refactoring’s. You need do clean up and make a clean deploy. Here’s a simple way to retract and un-install all SharePoint Farm Solutions using PowerShell (haven’t tried this with sandboxed solutions). Retract All Get-SPSolution | […]