Hi is it possible to turn off force https option with power shell?
Hello,
Yes it is possible to turn off the Force HTTPS property of a Web Browser entry with PowerShell.
Here is a sample.$session = Get-RDMSession -Name "YourSessionNameHere"$session.Web.ForceHttps = $falseSet-RDMSession $session -Refresh
Best regards,
Érica Poirier