How to reduce the refresh time for Tasks in SharePoint My Site?
Start SharePoint Management Shell as Administrator
$wmservice = Get-SPServiceApplication -Name "Work Management Service Application"
$refreshTime = New-Timespan -Minutes 1
Set-SPWorkManagementServiceApplication -Identity $wmservice -MinimumTimeBetweenProviderRefreshes $refreshTime
No comments:
Post a Comment