exam questions

Exam 70-332 All Questions

View all questions & answers for the 70-332 exam

Exam 70-332 topic 1 question 115 discussion

Actual exam question from Microsoft's 70-332
Question #: 115
Topic #: 1
[All 70-332 Questions]

You are the administrator for your company's SharePoint environment. Company policy requires that you use Windows PowerShell to deploy farm solutions.
You need to deploy a SharePoint solution to the farm. The solution is named solution.wsp and is located at c:\solution.wsp.
Which Windows PowerShell command should you run?

  • A. Enable-SPFeature-Identitysolution
  • B. Install-SPSolution -Identity solution.wsp -Confirm $true
  • C. Update-SPSolution -Identity solution.wsp -LiteralPath c:\soIution.wsp -Confirm $true
  • D. Add-SPSolution solution.wsp-Confirm $true
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
To deploy a solution package to a single Web application by using Windows PowerShell
1. Verify that you meet the following minimum requirements.
2. On the Start menu, click All Programs.
3. Click Microsoft SharePoint 2010 Products.
4. Click SharePoint 2010 Management Shell.
5. At the Windows PowerShell command prompt, type the following command:
6. Install-SPSolution -Identity <SolutionName> -WebApplication <URLname>
Where:
<SolutionName> is the name of the solution.
<URLname> is the URL of the Web application to which you want to deploy the imported solution.
Reference: Deploy solution packages (SharePoint Server 2010)
https://technet.microsoft.com/en-us/library/cc262995(v=office.14).aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...