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:
parent
9e684350ad
commit
8f4614b355
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue