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 … Continue reading Todays one liner
Author: Alexander Holmeset
Skype for Business security
I start of my first blogpost with a PowerShell script. My experience is that most Active Directory admins disable a user in AD and move them to an OU called "Disabled Users" and underlying OU named by the month they are disabled. Then they delete disabled users every 3 month or so. Most AD admins … Continue reading Skype for Business security