Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 718 Bytes

Get-CIPPTeamsVoice.md

File metadata and controls

16 lines (13 loc) · 718 Bytes

Get-CIPPTeamsVoice

SYNOPSIS

Retrieves teams voice information for a specified customer tenant ID.

DESCRIPTION

The Get-CIPPTeamsVoice function retrieves teams voice information for a specified customer tenant ID. It makes use of the Invoke-CIPPRestMethod function to send a request to the "/api/listteamsvoice" endpoint with the provided tenant filter.

PARAMETERS

-CustomerTenantID

Foo Foo
The customer tenant ID for which to retrieve teams voice information. This parameter is mandatory.

EXAMPLE 1

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