Updated Exchange 2013 provider to support litigation hold.

This version requires an updated configuration where the powershell remoting
urls are required.
This commit is contained in:
robvde 2013-03-09 15:13:15 +04:00
parent e3901f2440
commit cfd6bc1629
4 changed files with 140 additions and 28 deletions

View file

@ -162,7 +162,7 @@ namespace WebsitePanel.EnterpriseServer
counter++;
}
{
// skip execution if the current task is still running
scheduledTasks = TaskManager.GetScheduledTasks();
if (!scheduledTasks.ContainsKey(schedule.ScheduleInfo.ScheduleId))