Get-VBOVersionBackupOptions
Short Description
Returns the version backup options for Microsoft organizations.
Syntax
|
Get-VBOVersionBackupOptions -Organization <VBOOrganization> [<CommonParameters>] |
Detailed Description
This cmdlet returns the version backup options for a Microsoft organization. These options are used for the SharePoint backup.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Organization |
Specifies a Microsoft organization. The cmdlet will return the version backup options for this Microsoft organization. VBOOrganization
Accepts the
To get this object, run the |
True |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOVersionBackupOptions object that contains details on the version backup options for the specified Microsoft organization.
Examples
Getting Version Backup Options for SharePoint Backup
This example shows how to get the version backup options for a Microsoft organization.
|
$org = Get-VBOOrganization -Name "Columbus" Get-VBOVersionBackupOptions -Organization $org |
Perform the following steps:
- Run the
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure. cmdlet. Specify theNameparameter value. Save the result to the$orgvariable. - Run the
Get-VBOVersionBackupOptionscmdlet. Set the$orgvariable as theOrganizationparameter value.
Related Commands
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.