Tuesday, April 19, 2011

How to remove farm solution using powershell which already has been deployed

1. First Retract Solution using the following command

Uninstall-SPSolution -Identity MySolution.wsp.


2. Run Start-SPAdminJob


3. Run Remove-SPSolution -Identity MySolution.wsp.

No comments:

Post a Comment