--- title: "Stop-VBORepositoryMaintenanceSession" description: "This cmdlet stops a maintenance session. After the maintenance session stops, Veeam Backup for Microsoft 365 resumes operations on the backup repositories for which this session was started." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/stop-vborepositorymaintenancesession.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Backup Infrastructure > JET-based Backup Repositories and Object Storage Repositories > Stop-VBORepositoryMaintenanceSession" dateModified: "2026-08-21" --- # Stop-VBORepositoryMaintenanceSession ## Short Description Stops maintenance sessions. ## Syntax This cmdlet provides the following parameter sets:
BySession (Default)
BySessionId
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of the maintenance session. The cmdlet will stop the maintenance session with this ID. |
|
True |
Named |
False |
|
Session |
Specifies a maintenance session. The cmdlet will stop this session. Accepts the To get this object, run the |
True |
Named |
True (ByValue) |