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
This commit is contained in:
robvde 2013-01-05 10:42:04 +04:00
parent 9e684350ad
commit 8f4614b355

View file

@ -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);