PrepAway - Latest Free Exam Questions & Answers

Which Windows PowerShell cmdlet should you run?

You deploy SharePoint Server 2013.
You need to install a SharePoint hosted app named App1 in a site.
Which Windows PowerShell cmdlet should you run?

PrepAway - Latest Free Exam Questions & Answers

A.
Install-SPSolution and then run Add-SPSolution

B.
Import-SPAppPackage and then run Install-SPApp

C.
Add-SPSolution and then run Install-SPSolution

D.
Install-SPAppPackage and then run Import-SPApp

Explanation:
The Add-SPSolution cmdlet adds a SharePoint solution package to the farm. This cmdlet does not
deploy the uploaded SharePoint solution. Use the Install-SPSolution cmdlet to deploy the SharePoint
solution in the farm.
Example:
Install-SPSolution -Identity contoso_solution.wsp -GACDeployment -CompatibilityLevel {14,15}
This example deploys the installed SharePoint solution installs a previously added solution so it can
be used correctly in both 14 and 15 mode site collections.

3 Comments on “Which Windows PowerShell cmdlet should you run?


Leave a Reply