Using SMAT to Assess Your SharePoint Server Migration to SharePoint Online

September 8, 2023
6 min read

The SharePoint Migration Assessment Tool (SMAT) is a command-line utility designed to help organizations evaluate their current on-premises SharePoint environment and prepare for migration to SharePoint Online. SMAT assists in identifying potential issues that could arise during the migration process and provides recommendations to address these issues. It's essentially a tool to ensure a smoother migration experience.

Note: For information about the free SharePoint Migration Tool (SPMT), which assists in the migration process from SharePoint sites to SharePoint Online, OneDrive, and Teams, see Using the SharePoint Migration Tool (SPMT) to Migrate SharePoint Sites to Microsoft 365.

SMAT Tasks

  • Scans and Analyzes: The tool scans your existing SharePoint environment to collect information about the sites, libraries, lists, customizations, permissions, and other related components.
  • Identifies Issues: SMAT identifies potential issues that might affect the migration process, such as unsupported customizations, permission inconsistencies, large lists, or deprecated features.
  • Provides Recommendations: Based on the analysis, SMAT provides recommendations on how to mitigate the identified issues before starting the migration. This can include suggestions for remediating customizations or optimizing data.

Considerations When Running SMAT

SMAT requires the following to be in place:

  • An English version of SharePoint Server 2010, 2013, or 2016.
  • Windows Server 2003, 2008, or 2012.
  • A SharePoint Server farm service account.

There are two configuration files that can be used to modify what SMAT scans:

  • SiteSkipList.csv: Add sites to this file indicating to SMAT to skip assessment of  them.Figure 1 shows the sample SiteSkipList.csv you can use to populate sites you don’t want to be include in the assessment scan.
A sample SiteSkipList.csv file. Edit the file to specify what content you want the smat assessment tool to skip over when it is performing the assessment.
Figure 1: A sample SiteSkipList.csv file used to indicate which sites not to scan when smat.exe runs. View Full Size
  • ScanDef.json: Enable or disable individual scans for SMAT by setting Enabled to true or false.
Edit the ScanDef.json file to control what smat.exe scans by modifying the Enabled field to false to exclude, or set it to true for it to be included in the scan.
Figure 2: The beginning of the ScanDef.json file which allows you to control individual scan options when smat.exe is running the assessment. Modify the Enabled field to false to disable an individual scan.

You can control the behavior of SMAT.exe by using any of these launch parameters:

  • -help: Displays help about the SMAT.exe application.
  • -o: Specifies the location of the log files and reports generated by SMAT.exe.
  • -t: Specifies the maximum number of threads in parallel used by SMAT.exe. The minimum is 1; the maximum is total number of processors; and the default is half of the available processors.
  • -sv: Skips pre-execution checks.

Running SMAT

You can run SMAT in two modes:

  • Assessment: Runs a scan of your SharePoint Server farm looking for issues known to surface when performing a migration to SharePoint Online. This is the default mode if you run smat.exe.
  • Identity Mapping: Generates a report of all user and group identities who have access to your on-premises SharePoint environment and attempts to map those identities to Entra ID (formerly Azure Active Directory) user and group identities.

Note: This process is used to ensure identities are configured correctly before the migration to prevent users from losing access to content, and to prevent incorrect information on the site. (Created by and Modified fields on content could inadvertently contain incorrect values.)

Use the following steps to complete the migration assessment:

  1. Download SMAT: Download the SharePoint Migration Assessment Tool from this download site.
  2. Install and Configure: Install the tool on a machine with access to your SharePoint environment by extracting the files from the .zip file you downloaded. Configure the tool to connect to your SharePoint sites using the files contained in the extracted directory.
  3. Run Scan: Using the SharePoint farm service account, choose the appropriate tool to initiate a scan of your SharePoint environment. The tool will collect data about your sites, lists, libraries, and configurations.
    • SMAT2010.exe: performs assessment on SharePoint 2010 farms.
    • SMAT2013.exe: performs assessment on SharePoint 2013 farms.
    • SMAT.exe: determines version of SharePoint where it is installed and runs appropriate tool.
    • SMIT.exe: performs assessment of identity mapping between SharePoint Server environments and Entra ID.
  4. Review Results: Once the scan is complete, review the results and recommendations provided by SMAT
Sample output displayed on your screen from the smat.exe assessment scan, providing you a summary of the scan including the object categories, status of the scan, percent complete, number of items scanned in the category, and status message about the scan.
Figure 3: Sample output displayed upon the completion of the assessment scan broken into numerous categories.

Files Generated in Output Directory

Two types of files will be generated in the output directory: log files and reports.

Log files

After SMAT.exe completes, you should visit the output directory where you will see up to three log files in the directory:

  • SMAT.log: contains all information from the execution of SMAT.exe.
  • SMAT_Errors.log: contains only the error events discovered by SMAT.exe (if there is no file, then there were no errors).
  • SMATTelemetry.log: contains information that can be used for telemetry uploading.

Reports

When SMAT.exe finishes, you should visit the output directory and view the plethora of reports generated and stored in this directory. These detailed reports are used to interpret your scan results, provide migration preparation information, and recommend tasks you should take after a successful migration.

The following list contains these report types as well as a link to a page that describes the report in more detail:

AlertsLarge Sites
AppsList Items With Audience Targeting
Business Connectivity ServicesLocked Sites
Browser File HandlingLong OneDrive URLs
Checked-out filesManaged Metadata Columns
Custom Permission LevelMaster Pages
Custom Profile Property MappingsPublishing Pages
Customized PagesPublishing Sites
Customized Profile PagesSandbox Solution
Email Enabled ListsSecure Store
External ListSite notebook
File VersionsSite Template Language
Full Trust Component ResultsUnsupported Site Templates
InfoPathWeb Application Policies
IRM Enabled ListsWorkflow Associations 2010
Large Excel FilesWorkflow Associations 2013
Large List ViewsWorkflow Running Solutions 2010
Large ListsWorkflow Running Solutions 2013

SMAT.exe is a valuable tool that I strongly recommend you use to help assess your migration from SharePoint Server to SharePoint Online. It provides both log files and helpful reports, including:

  • Comprehensive reports detailing the state of your SharePoint environment, including potential issues that could impact your migration to SharePoint Online.
  • Recommendations for addressing these issues to ensure a smoother migration process.
  • A better understanding of potential challenges and considerations before performing the actual migration to SharePoint Online.
Brian Alderman

Brian Alderman

Brian Alderman is a former Microsoft MVP, and has his Master's in Computer Information Systems. Since 1995, he has held several Microsoft certifications that currently include; MCT, MCSE for SharePoint, MCSA for Office 365, MCITP for SQL Server(R), MCSA and MCSE for Windows Server(R), and also his PMP certification. As a Senior Technical Instructor and Consultant, he has 30 years of experience in networking, SQL Server databases, SharePoint technologies, and project management. Brian's publications include Windows 2000 Professional, SQL Server 2000 Administration, SharePoint 2010 Administrator's Companion, and Microsoft SharePoint 2013 Administration Inside Out. He is an active speaker at SharePoint Industry conferences including SharePoint Saturday's, SPLive, DevIntersection, SharePoint Fest, Microsoft Ignite, and several international SharePoint conferences including London, Milan, and Madrid.