Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 530 Bytes

File metadata and controls

22 lines (12 loc) · 530 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.CloudCommunications

Remove-MgCommunicationCallParticipant -CallId $callId -ParticipantId $participantId

This example shows how to use the Remove-MgCommunicationCallParticipant Cmdlet.

Example 3: Code snippet

Import-Module Microsoft.Graph.CloudCommunications

Remove-MgCommunicationCallParticipant -CallId $callId -ParticipantId $participantId

This example shows how to use the Remove-MgCommunicationCallParticipant Cmdlet.