diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs index f972983b..21a8d875 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs @@ -5072,9 +5072,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);