Merge
This commit is contained in:
commit
cb17239137
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