Fixed Lync Enterprise Edition simple url are not created

This commit is contained in:
robvde 2013-10-29 21:28:00 +04:00
parent 2ac947a9ad
commit 65e43a4b20

View file

@ -637,7 +637,7 @@ namespace WebsitePanel.Providers.HostedSolution
command = new Command("Set-CsSimpleUrlConfiguration");
command.Parameters.Add("Identity", "Global");
command.Parameters.Add("Tenant", id);
//command.Parameters.Add("Tenant", id);
command.Parameters.Add("SimpleUrl", SimpleUrls);
ExecuteShellCommand(runspace, command, false);
}