Send-VBRScaleOutBackupRepositoryReport
Short Description
Sends reports on processing results of scale-out backup repositories.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Send-VBRScaleOutBackupRepositoryReport -Repository <VBRScaleOutBackupRepository> [<CommonParameters>] |
Detailed Description
This cmdlet sends reports that contain information on processing results of scale-out backup repositories. For more information on reports for scale-out backup repositories, see the Receiving Scale-Out Backup Repository Reports section of User Guide for VMware vSphere.
|
Before running this cmdlet, you must configure global email notification settings. For more information on setting global email notification settings, see the Configuring Global Email Notification Settings section of the User Guide for VMware vSphere. |
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Repository | Specifies a scale-out backup repository. The cmdlet will send a report on processing results of this scale-out backup repository. | True | Named | True | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example
This example shows how to send a report on processing results of a scale-out backup repository.
- Run Get-VBRBackupRepository to get a scale-out backup repository on which you want to get a report. Save the result to the $scaleoutrepository variable.
- Run Send-VBRScaleOutBackupRepositoryReport with the $scaleoutrepository variable.
$scaleoutrepository = Get-VBRBackupRepository -ScaleOut -Name "Amazon S3" Send-VBRScaleOutBackupRepositoryReport -Repository $scaleoutrepository |
Related Commands