Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 310 Bytes

File metadata and controls

18 lines (13 loc) · 310 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.CloudCommunications

$params = @{
	participants = @(
	""
)
clientContext = "clientContext-value"
}

Invoke-MgBetaMuteAllCommunicationCallParticipant -CallId $callId -BodyParameter $params