Get-CsCallQueue Statistics now returns 0

Ashley Maple 1 Reputation point
2021-06-23T08:57:50.753+00:00

The Get-CsCallQueue has a property named "Statistics" that returns a "Current queue size" value. As of a few weeks ago this value is now only returning 0 even when this queue is not empty.

echo (Get-CsCallQueue -name "NodeOne Support").Statistics.StatValue
Attached is a full output showing the incorrect line:
Statistics : Current queue size = 0

Is this a problem that can be fixed, or is there a new way to get this data?

Tested using both MicrosoftTeams Connector 2.3.1 & 2.3.2-preview
Tested using both Powershell 5.1 and Powershell 7
Tested using Credential Login (Since Token Login is also broken for Get-CsCallQueue)

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,034 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,826 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Kartheek Raparthy 1 Reputation point
    2021-06-28T04:41:38.08+00:00

    Please check with any of one id. example gets the Call Queue with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01. If no Call Queue exists with the identity 5e3a575e-1faa-49ff-83c2-5cf1c36c0e01, then this example generates an error.

    0 comments No comments