exam questions

Exam 70-339 All Questions

View all questions & answers for the 70-339 exam

Exam 70-339 topic 1 question 29 discussion

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

During the upgrade from SharePoint 2013 to SharePoint 2016, you discover there is a missing feature. You review the logs and observe the following error message:

The missing feature may cause upgrade to fail. Please install any solution which contains the feature and restart upgrade if necessary.
You need to identify the page that is missing the feature.
Which of the following will identify the page?

  • A. On the SQL Server, run the following SQL syntax against WSS_Contoso_OR01: SELECT FeatureID, FullURL FROM WebsINNER JOIN FeaturesON Webs.Id = Features.WebIdWHERE FeatureID = "˜4be9a980-965f-486f-9eda-074e284875d7'ORDER BY FeatureID
  • B. On the SharePoint Server, review the Health Analyzer and find the missing dependencies.
  • C. On the SharePoint Server, run the following Windows PowerShell command: Test-SPContentDatabase-Name $dbName ;-WebApplication $wa | Select Category, Message | Where {$_.Category ""eq "MissingFeature"}
  • D. On the SharePoint Server, run the following Windows PowerShell command: Test-SPContentDatabase-Name $dbName -WebApplication $wa | Select Category, Message | Where {$_.Category ""eq "MissingFeature"}
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Lucho1970
5 years, 7 months ago
It's not Test-SPContentDatabase-Name it is Test-SPContentDatabase -Name ... -Name is a parameter
upvoted 3 times
...
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 ...