Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.69 KB

Add-CIPPRoomMailbox.md

File metadata and controls

41 lines (31 loc) · 1.69 KB

Add-CIPPRoomMailbox

SYNOPSIS

Adds a room mailbox to a specified tenant.

DESCRIPTION

This function adds a room mailbox to a specified tenant by calling the CIPP API endpoint '/api/AddRoomMailbox'.
It requires the tenant ID, display name, domain, and username as mandatory parameters.
Optionally, the resource capacity can also be specified.

PARAMETERS

-CustomerTenantID

Foo Foo
The ID of the customer tenant where the room mailbox will be added. Either TenantID or Default domain can be used to identify the tenant.

-DisplayName

Foo Foo
The display name for the room mailbox.

-Domain

Foo Foo
The domain for the room mailbox.

-Username

Foo Foo
The username for the room mailbox.

-ResourceCapacity

Foo Foo Foo
The resource capacity for the room mailbox. This parameter is optional.


EXAMPLE 1

Add-CIPPRoomMailbox -CustomerTenantID "7e3effb6-6efe-42f2-b071-48ce318eaf95" `
                    -DisplayName "Conference Room 1" `
                    -Domain "example.com" `
                    -Username "confroom1" `
                    -ResourceCapacity 10