Todays one liner

After you for example do a change to the topology in Skype for Business, its wise to restart the services on the front end.

This can be done with one simple line in PowerShell:

Get-CsWindowsService | Restart-Service -Force

Because the Skype for Business Server Bandwith Policy Service has dependant services, we need to add the -Force parameter.

Leave a comment