Fix on update-offlineaddressbook exchange 2013
This commit is contained in:
parent
6008aed1d3
commit
62fa923f13
1 changed files with 3 additions and 3 deletions
|
@ -5160,9 +5160,9 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
|
|
||||||
string path = AddADPrefix(id);
|
string path = AddADPrefix(id);
|
||||||
|
|
||||||
Command cmd = new Command("Update-OfflineAddressBook");
|
//Command cmd = new Command("Update-OfflineAddressBook");
|
||||||
cmd.Parameters.Add("Identity", id);
|
//cmd.Parameters.Add("Identity", id);
|
||||||
ExecuteShellCommand(runSpace, cmd);
|
//ExecuteShellCommand(runSpace, cmd);
|
||||||
|
|
||||||
AdjustADSecurity(path, securityGroup, true);
|
AdjustADSecurity(path, securityGroup, true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue