MSTeamsCQD
1.2.4
MSTeamsCQD is a fork of CQDPowerShell Module
Allows Tenant Admins to connect to the Call Quality Dashboard data API for Teams and Skype for Business Online through PowerShell. Requires Report Reader role in Office 365 at a minimum to authenticate.'
what we add to CQDPowerShell Module
- Connect-CqdOnline cmdlet.
- Get-CQDUserReport cmdlet to retrieve call r
Allows Tenant Admins to connect to the Call Quality Dashboard data API for Teams and Skype for Business Online through PowerShell. Requires Report Reader role in Office 365 at a minimum to authenticate.'
what we add to CQDPowerShell Module
- Connect-CqdOnline cmdlet.
- Get-CQDUserReport cmdlet to retrieve call r
MSTeamsCQD is a fork of CQDPowerShell Module
Allows Tenant Admins to connect to the Call Quality Dashboard data API for Teams and Skype for Business Online through PowerShell. Requires Report Reader role in Office 365 at a minimum to authenticate.'
what we add to CQDPowerShell Module
- Connect-CqdOnline cmdlet.
- Get-CQDUserReport cmdlet to retrieve call record for a single user (CONF & P2P).
- Get-CQDConferenceReport cmdlet to retrieve all the call records inside a meeting (CONF)
- Get-CQDSubnetsReport cmdlet to retrieve all the call records of calls made inside a subnet.
- if you are already authenticated, you can use the existing login and avoid authenticating with MFA again
- The modify the module and colaborate please go to the Github repository in the below link:
https://github.com/lucahttp/MSTeamsCQD
Show more
Allows Tenant Admins to connect to the Call Quality Dashboard data API for Teams and Skype for Business Online through PowerShell. Requires Report Reader role in Office 365 at a minimum to authenticate.'
what we add to CQDPowerShell Module
- Connect-CqdOnline cmdlet.
- Get-CQDUserReport cmdlet to retrieve call record for a single user (CONF & P2P).
- Get-CQDConferenceReport cmdlet to retrieve all the call records inside a meeting (CONF)
- Get-CQDSubnetsReport cmdlet to retrieve all the call records of calls made inside a subnet.
- if you are already authenticated, you can use the existing login and avoid authenticating with MFA again
- The modify the module and colaborate please go to the Github repository in the below link:
https://github.com/lucahttp/MSTeamsCQD
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2022 Microsoft Corporation. All rights reserved.
Package Details
Author(s)
- Microsoft
Tags
Functions
Get-CQDData Get-CQDDimensions Get-CQDMeasures Connect-CqdOnline Get-CQDUserReport Get-CQDConferenceReport Get-CQDSubnetsReport
Dependencies
This module has no dependencies.
Release Notes
**1.2.4** (The project - MSTeamsCQD contains changes till this release)
- Releases Get-CQDUserReport cmdlet.
- Releases Get-CQDConferenceReport cmdlet.
- Releases Get-CQDSubnetsReport cmdlet.
FileList
- MSTeamsCQD.nuspec
- publish.ps1
- MSTeamsCQD.psd1
- README.md
- MSTeamsCQD.psd1.source
- .github\workflows\main.yml
- MSTeamsCQD.psm1
- Examples\Get-CQD4OneSubnet.ps1