项目作者: gclark01

项目描述 :
Based on Get-CsUserSession cmdlet to pull back QoE data from SfB O365
高级语言: PowerShell
项目地址: git://github.com/gclark01/SfBUserSession.git
创建时间: 2018-04-25T16:58:43Z
项目社区:https://github.com/gclark01/SfBUserSession

开源协议:

下载


SfBUserSession

Based on Get-CsUserSession cmdlet to pull back QoE data from SfB O365

Example Syntax

get-userstreams.ps1 -Type Report -startTime 04/01/2018 -endTime 04/15/2018 -ReportPath -c:\temp\reports

Optional Parameter
-CsvUsers c:\temp\specific-users.csv

CSV Format

SipAddress

sip:user1@contoso.com

sip:user2@contoso.com

sip:user3@contoso.com

Output

This will output seven separate reports to the report path you provided when you executed the script


  • Application Sharing

  • Audio

  • Reliability

  • Rate My Call

  • VBSS

  • Video

  • IMFED

Admin Override URL

If you need to utilize the admin override url, you can modify this from pssessions.psm1 on line 69.

  1. try {
  2. # Create new PSSession
  3. $session = New-CsOnlineSession -Credential $mycredentials
  4. #$session = New-CsOnlineSession -Credential $mycredentials -OverrideAdminDomain "domain.onmicrosoft.com"
  5. }

General Notes

This is a in development script.

Since the script is based on Get-CsUserSession it can take a while to run based on total number of users.