diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs index a84b9d18..98b3f008 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs @@ -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);