Fixed Lync Enterprise Edition simple url are not created
This commit is contained in:
parent
2ac947a9ad
commit
65e43a4b20
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
||||||
|
|
||||||
command = new Command("Set-CsSimpleUrlConfiguration");
|
command = new Command("Set-CsSimpleUrlConfiguration");
|
||||||
command.Parameters.Add("Identity", "Global");
|
command.Parameters.Add("Identity", "Global");
|
||||||
command.Parameters.Add("Tenant", id);
|
//command.Parameters.Add("Tenant", id);
|
||||||
command.Parameters.Add("SimpleUrl", SimpleUrls);
|
command.Parameters.Add("SimpleUrl", SimpleUrls);
|
||||||
ExecuteShellCommand(runspace, command, false);
|
ExecuteShellCommand(runspace, command, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue