diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs index b8cd6a62..7894d701 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs @@ -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); }