Teams Get-CQDData SignIn

2023-03-02T17:55:46.9966667+00:00

Hi ,

I am using "Get-CQDData" PowerShell command to get the teams call quality details. When i ran the Get-CQDData command it opening a window and asking for the login. If any approach or sample code to the login without asking the prompt window please suggest.

Thanks In advance

Satya

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,445 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.
3,065 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Parkes (MSFT) 0 Reputation points Microsoft Employee
    2023-03-13T16:02:50.2266667+00:00

    The CQDPowerShell module requires the user to log in manually and does not support programmatic access. This is to prevent export-type queries from running repeatedly against the CQD back-end and overloading the service.

    I would recommend exploring CallRecords in Graph API to see if that fits your requirements.