Fix on update-offlineaddressbook exchange 2013

This commit is contained in:
robvde 2013-01-05 11:37:37 +04:00
parent 6008aed1d3
commit 62fa923f13

View file

@ -5160,9 +5160,9 @@ namespace WebsitePanel.Providers.HostedSolution
string path = AddADPrefix(id);
Command cmd = new Command("Update-OfflineAddressBook");
cmd.Parameters.Add("Identity", id);
ExecuteShellCommand(runSpace, cmd);
//Command cmd = new Command("Update-OfflineAddressBook");
//cmd.Parameters.Add("Identity", id);
//ExecuteShellCommand(runSpace, cmd);
AdjustADSecurity(path, securityGroup, true);