--- title: "Start-VBREntraIDDBRepositoryRescan" description: "This cmdlet rescans the repository where the Entra ID tenant backups are stored." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrentraiddbrepositoryrescan.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Microsoft EntraID Support > Infrastructure Components > Start-VBREntraIDDBRepositoryRescan" dateModified: "2026-08-19" --- # Start-VBREntraIDDBRepositoryRescan ## Short Description Starts rescan of the repository where the Microsoft Entra ID tenant backups are stored. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Start-VBREntraIDDBRepositoryRescan [] ``` ## Detailed Description This cmdlet rescans the repository where the Entra ID tenant backups are stored. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object This cmdlet returns the `VBRSession` object that defines properties of the rescan session. ## Examples ::: example ### Rescanning Repository with Tenant Backups This example shows how to rescan the repository where the tenant backups are stored. ``` Start-VBREntraIDDBRepositoryRescan ``` :::