From 8f4614b355d2155067a95c51e7942ecca04e62e5 Mon Sep 17 00:00:00 2001 From: robvde Date: Sat, 5 Jan 2013 10:42:04 +0400 Subject: [PATCH] Fixed Exchange Offline Address Book Generation To recover from previous versions: search on oab.xml within the address list server, remove all oab.xml files with a size of 1kb and run Get-OfflineAddressBook | Update-OfflineAddressBook --- .../WebsitePanel.Providers.HostedSolution/Exchange2007.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);