Skip to main content

SYNOPSIS

Exports Exchange Online resource mailboxes and their calendar processing settings

SYNTAX

DESCRIPTION

This function retrieves Exchange Online resource mailboxes (rooms and equipment) and their calendar processing parameters. It also includes a It also includes a “splatting” feature that deploys distribution groups to display all individual members. PARAMETER Filter Specifies filters to target specific mailboxes. If no filter is provided, all resource mailboxes will be returned. Example: ‘{emailaddresses -like “*contoso.com”}”

EXAMPLES

EXAMPLE 1

Exports all resource mailboxes to a CSV file.

EXAMPLE 2

Exports resource mailboxes from the contoso.com domain with group expansion.

EXAMPLE 3

Exports results to an Excel file.

PARAMETERS

-ExportToExcel

If specified, exports the results to an Excel file in the user’s profile directory.

-Filter

{{ Fill Filter Description }}

-PrimarySmtpAddress

Specifies an array of primary SMTP addresses to retrieve specific mailboxes. If not specified, the function will automatically retrieve the mailboxes according to the filters.

-UseExchangeDNHash

Uses a hash of Exchange Legacy DNs to optimize performance when processing delegates and reservation strategies.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String[]

OUTPUTS

NOTES