Remove Teams Policy from a user powershell code example
Example: Remove Teams Policy from a user powershell
$users_ids = @("[email protected]", "[email protected]", "[email protected]")
New-CsBatchPolicyAssignmentOperation -PolicyType TeamsMeetingPolicy -PolicyName $null -Identity $users_ids -OperationName "Unassign meeting policy"