exam questions

Exam 70-339 All Questions

View all questions & answers for the 70-339 exam

Exam 70-339 topic 2 question 13 discussion

Actual exam question from Microsoft's 70-339
Question #: 13
Topic #: 2
[All 70-339 Questions]

You need to upgrade the SharePoint farm for warehouse users.
Which Windows PowerShell cmdlet should you run first?

  • A. Mount-SPContentDatabase
  • B. Test-SPContentDatabase
  • C. Convert-SPWebApplication
  • D. Test-SPSite
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Scenario: Boston:You must upgrade the existing SharePoint farm to SharePoint 2016. Employees who use the farm must be able to continue using the farm during the upgrade process.
The Mount-SPContentDatabase cmdlet attaches an existing content database to the farm. If the database being mounted requires an upgrade, this cmdlet will cause the database to be upgraded.
The default behavior of this cmdlet causes an upgrade of the schema of the database and initiates upgraded builds for all site collections within the specified content database if required. To prevent initiation of upgraded builds of site collections, use the NoB2BSiteUpgrade parameter. This cmdlet does not trigger version-to-version upgrade of any site collections.
Incorrect Answers:
B: Use the Test-SPContentDatabase cmdlet to test a content database against a Web application to verify all customizations referenced within the content database are also installed in the web application.
C: Use the Convert-SPWebApplication cmdlet to convert the authentication mode of a Web application to Windows Claims authentication mode and migrate the user accounts in the content database to claims encoded values.
D: The Test-SPSite cmdlet runs one or all site collection health checks on the site collection and its contents. This cmdlet reports the rules which were run and provides a summary of the results.
References:
https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/convert-spwebapplication?view=sharepoint-ps

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 ...