Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.07 KB

Get-CIPPMailboxes.md

File metadata and controls

24 lines (20 loc) · 1.07 KB

Get-CIPPMailboxes

SYNOPSIS

Retrieves a list of mailboxes for a specified customer tenant ID.

DESCRIPTION

The Get-CIPPMailboxes function retrieves a list of mailboxes for a specified customer tenant ID. It can also include soft-deleted mailboxes if the -SoftDeletedMailboxes switch is used.

PARAMETERS

-CustomerTenantID

Foo Foo
Specifies the customer tenant ID for which to retrieve the mailbox list.

-SoftDeletedMailboxes

Foo Foo Foo
Indicates whether to include soft-deleted mailboxes in the result. By default, this parameter is set to $false.

EXAMPLE 1

PS > Get-CIPPMailboxes -CustomerTenantID "contoso.onmicrosoft.com"

EXAMPLE 2

PS > Get-CIPPMailboxes -CustomerTenantID "contoso.onmicrosoft.com" -SoftDeletedMailboxes