exam questions

Exam MS-302 All Questions

View all questions & answers for the MS-302 exam

Exam MS-302 topic 6 question 1 discussion

Actual exam question from Microsoft's MS-302
Question #: 1
Topic #: 6
[All MS-302 Questions]

You have a SharePoint Server farm and a Microsoft 365 subscription.
You plan to migrate some SharePoint sites to SharePoint Online.
You do NOT plan to migrate alerts. You need to use the SharePoint Migration Assessment Tool (SMAT) to identity potential migration issues.
The solution must prevent assessing alert issues.
Which file should you modify before you run SMAT?

  • A. ScanDef.json
  • B. Web.config
  • C. SkipSitesList.csv
  • D. WebTemp.xml
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
ScanDef.json is installed in the same directory as the SMAT tool. You can use ScanDef.json to enable or disable individual scans for the assessment tool.
To disable a scan, locate the entry in the ScanDef.json file and set Enabled to false. This is useful if there is a scan that your business doesn't care about and disabling the scan will reduce the overall execution time of the assessment tool.
The following disables the Alerts scan.
{ "Name": "Alerts", "Type": "AlertsScanner", "SupportedVersions": [ "2010", "2013", "2016" ], "ReportCategoryType": "SPSite", "Enabled": false }
References:
https://docs.microsoft.com/en-us/sharepointmigration/overview-of-the-sharepoint-migration-assessment-tool

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