diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs index 15e61400..7d878843 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Exchange2013/Exchange2013.cs @@ -7275,7 +7275,7 @@ namespace WebsitePanel.Providers.HostedSolution runSpace = OpenRunspace(); Command cmd = new Command("Remove-TransportRule"); cmd.Parameters.Add("Identity", Name); - cmd.Parameters.Add("Confirm", true); + cmd.Parameters.Add("Confirm", false); ExecuteShellCommand(runSpace, cmd); } catch (Exception exc)