Skip to content

Solution QuickFix IdMismatchTrouble

Barbarur edited this page Aug 14, 2024 · 5 revisions

Resolve user ID Mismatch

Solution Code: IdMismatchTrouble

Description

It resolves the the ID Mismatch issue for a specific affected user.

Requirements

Run the solution as Global Admin or SharePoint Admin role.

Parameters

Affected user
Parameter Type Description
User UPN Required UPN of the used affected by the ID Mismatch issue.

How this Solution works

  1. Collects the affected user SID number from SharePoint Admin Center.
  2. Collects the required Sites.
  3. Add account as Site Collection Admin.
  4. Check if the target user is registered on the site.
  5. If target user is found on the site compares the SID number.
  6. If SID number doesn't match, the target user is removed from the site.
  7. Records the changes performed in a CSV file.

IdMismatchTrouble 0.8.1

Clone this wiki locally