Skip to content

Instantly share code, notes, and snippets.

@mozziemozz
Created April 10, 2022 09:33
Show Gist options
  • Save mozziemozz/10283870a4485a30ae9792da12f9a91b to your computer and use it in GitHub Desktop.
Save mozziemozz/10283870a4485a30ae9792da12f9a91b to your computer and use it in GitHub Desktop.
$callQueues = Get-CsCallQueue
foreach ($callQueue in $callQueues) {
Set-CsCallQueue -Identity $callQueue.Identity -OverflowThreshold $callQueue.OverflowThreshold
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment