Multiple choice technology

Select the wrong STSADM commands related to Solution Deployment in SharePoint 2007:

  1. stsadm -o addsolution -filename SampleSolution.wsp

  2. stsadm -o deploysolution -name SampleSolution.wsp

  3. stsadm -o retractsolution -name SampleSolution.wsp

  4. stsadm -o removesolution -name SampleSolution.wsp

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

STSADM solution commands include addsolution, deploysolution, retractsolution, and deletesolution - but NOT removesolution. Option D is incorrect because 'removesolution' is not a valid STSADM command in SharePoint 2007. The correct command to remove a solution from the store is 'deletesolution'. Options A, B, and C show valid STSADM syntax.