Get-VBOMailboxProtectionReport
Short Description
Generates reports on protected and unprotected mailboxes of the Microsoft 365 and on-premises Microsoft Exchange organizations.
Syntax
Get-VBOMailboxProtectionReport -Path <string> -Format <VBOReportFormat> [-Organization <VBOOrganization>][-Timezone <TimeZoneInfo>] [<CommonParameters>] |
Detailed Description
This cmdlet generates a report on mailboxes that added to the Microsoft 365 and on-premises Microsoft Exchange organizations. This report contains statistical data on protected and unprotected user mailboxes.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Path | Specifies a path to the folder. The cmdlet will save a report to this folder. | String | True | Named | False | False |
Format | Specifies in which format the cmdlet will save the report:
| VBOReportFormat | True | Named | False | False |
Organization | Specifies an organization. The cmdlet will generate a report on mailboxes that are added to this organization. | Accepts the VBOOrganization object. To get this object, run the Get-VBOOrganization cmdlet. | False | Named | False | False |
Timezone | Specifies a timezone that you want to show in the report. The timezone is displayed at the bottom of the report page. Note: If you do not provide this parameter, the cmdlet will generate a report in the UTC timezone. | Accepts the TimeZoneInfo object. To get this object, run the Get-TimeZone cmdlet. | 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.
Examples
Example 1. Generating Mailbox Report
This command generates a report for mailboxes of the ABC Microsoft organization. The report is generated with the following settings:
Perform the following steps:
|
Example 2. Generating Mailbox Report with Timezone
This example shows how to generate a report for mailboxes of Microsoft organizations. The report is generated with the following settings:
Perform the following steps:
|
Related Commands