Skype: Difference between revisions

From Piszczynski
piszczynski>Aleks
piszczynski>Aleks
Line 19: Line 19:


Check the clustermanifest.xml file in programfiles\skypeforbusiness\server\core for details on retention time
Check the clustermanifest.xml file in programfiles\skypeforbusiness\server\core for details on retention time
Get details on state of fabric of skype pool:
*Get-Cspool (to get the fqdn of pool to query)
*Get0CsPoolFabricState -PoolFqdn "<fqdn of pool>"

Revision as of 10:49, 10 July 2020

Skype for Business

Get skype client config by ctrl + right clicking on skype icon and selecting Configuration information


Check autodiscover settings:

  • Get-CsOAuthConfiguration

Manage all Skype services on skype server:

  • Start-CsWindowsService
  • Get-CsWindowsService
  • Stop-CsWindowsService

Get info on logging:

  • Get-csclsconfiguration
  • Show-csclslogging
  • logman (gets current logging traces)

Check the clustermanifest.xml file in programfiles\skypeforbusiness\server\core for details on retention time

Get details on state of fabric of skype pool:

  • Get-Cspool (to get the fqdn of pool to query)
  • Get0CsPoolFabricState -PoolFqdn "<fqdn of pool>"