Retrieves teams voice information for a specified customer tenant ID.
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.
The customer tenant ID for which to retrieve teams voice information. This parameter is mandatory.
PS > Get-CIPPTeamsVoice -CustomerTenantID "contoso.onmicrosoft.com"