SharePoint Timer needs to be restarted after Kaspersky Security 9.0 Maintenance Release 1 is upgraded to version 9.0 Maintenance Release 2. The SharePoint Timer service must be restarted on all the servers on which Kaspersky Security is installed.
To restart the SharePoint Timer service:
Add-PSSnapin Microsoft.SharePoint.PowerShell
command.The Windows PowerShell snap-in will be added.
Get-SPTimerJob job-timer-recycle | Start-SPTimerJob
command.SharePoint Timer will be restarted.
Page top