--- title: "Unmount-VBRObjectStorageRepository" description: "This cmdlet unmounts object storage and archive repositories." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/unmount-vbrobjectstoragerepository.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Object Storage Repositories > Managing Object Storage Repositories > Unmount-VBRObjectStorageRepository" dateModified: "2026-08-19" --- # Unmount-VBRObjectStorageRepository ## Short Description Unmounts object storage and archive repositories. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
ObjectStorageRepository
ArchiveObjectStorageRepository
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ArchiveRepository |
Specifies an archive repository. The cmdlet will mount this archive repository. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Force |
Defines that the cmdlet will unmount an object storage repository and will not show up any warnings or notifications. |
|
False |
Named |
False |
|
Repository |
Specifies an object storage repository. The cmdlet will unmount this repository. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue. |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |