Fixed not persisting IIS7 settings
PArtial checkin litigation hold Fixed HideQuota enforce in space resources overview
This commit is contained in:
parent
97bb7eeddd
commit
7ce43121db
4 changed files with 82 additions and 11 deletions
|
@ -5060,9 +5060,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