Skip to content

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

Notifications You must be signed in to change notification settings

gclark01/SfBUserSession

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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.

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

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published