Skip to content

Instantly share code, notes, and snippets.

@tomarbuthnot
Created June 2, 2014 12:51
Show Gist options
  • Save tomarbuthnot/d4c29bce32c693130308 to your computer and use it in GitHub Desktop.
Save tomarbuthnot/d4c29bce32c693130308 to your computer and use it in GitHub Desktop.
Get Lync Media Ports (Qos)
Get-CsService -ConferencingServer | fl Identity,*port*
Get-CsService -ApplicationServer | fl Identity,*port*
Get-CsService -MediationServer | fl Identity,*Port*
Get-CsMediaConfiguration | fl
Get-CsUCPhoneConfiguration | fl
Get-CsConferencingConfiguration | fl
# Credit http://guybachar.wordpress.com/2014/05/28/script-lync-qos-quality-of-service-configuration-report/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment