Set-VBODataRetrieval
Short Description
Modifies retrieval job settings.
Syntax
Set-VBODataRetrieval -DataRetrieval <VBODataRetrieval> [-Name <string>] [-Description <string>] [-AvailabilityPeriodDays <int32>] [-EnableExpirationNotification [switchparameter]] [-ExpirationHoursThreshold <int32>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of a retrieval job. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
DataRetrieval | Specifies a retrieval job. The cmdlet will modify settings of this retrieval job. | Accepts the VBODataRetrieval object. To get this object, run the Get-VBODataRetrieval cmdlet. | True | Named | True (ByValue) | False |
Name | Specifies a new name of a retrieval job. The cmdlet will replace the current name with the specified name. | String | False | Named | False | False |
Description | Specifies a description of a retrieval job. The cmdlet will replace the current description with the specified description. | String | False | Named | False | False |
AvailabilityPeriodDays | Specifies the number of days during which the retrieved backed-up data will be available to explore and restore using Veeam Explorers. Default: 1 | Int32 | False | Named | False | False |
EnableExpirationNotification | Defines that Veeam Backup for Microsoft 365 will notify you when the availability period is about to end. | SwitchParameter | False | Named | False | False |
ExpirationHoursThreshold | For the EnableExpirationNotification option. Specifies how many hours should remain before the retrieved backed-up data expires to send a notification by email. | Int32 | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBODataRetrieval object that contains settings for a retrieval job.
Examples
Example 1. Changing Availability Period for Retrieved Data
This example shows how to change the availability period of the retrieved backed-up data and enable notification by email before the retrieved backed-up data expires.
Perform the following steps:
|
Related Commands