Guy Bachar vient de partager dans les galeries Technet un outil intéressant: Lync/Skype4B top reported users with Poor Calls
Lien: https://gallery.technet.microsoft.com/Reported-Users-with-Poor-d5a15f63
Description:
- This script will query the reporting services database for users that were reported having poor calls within the last week (more than one instance)
- The script automatically pulls the QoEMetrics instance name from the topology and query the database for all reported calls within the last week.
- The script can also be used as a scheduled tasks and send an email with the results instead of creating a temp html file
- Thanks for Yoav Barzilay for his help with the script
Poor Call Definition:
- PacketLossRate > 0.1
- DegradationAvg > 1.0
- RoundTrip > 500
- JitterInterArrival > 30
- RatioConcealedSamplesAvg > 0.07
Prerequisites:
- Reporting Services Database
- User with access to the QoEMetrics Database (Read Permissions)
- PowerShell 3.0 and above
Usage:
Runnign from a Lync / Skype for Business Server:
- ./ReportedUsersWithPoorCalls-v0.5
Runnign from a Lync / Skype for Business Server and sending email with the results:
- ./ReportedUsersWithPoorCalls-v0.5 -From <Mail> -To <Mail> -SmtpServer <Server Name>
Runnign from any client and connect remotely to the Front End Services:
- ./ReportedUsersWithPoorCalls-v0.5 -RemoteConnection