When accessing a certain page for testing which requires IE 9+ doesnt seem to work correctly with IE11. However, If I use Emulation and a user agent string for IE 10 I can access the website perfectly fine. I would like to launch IE 11 in this mode automatically using Powershell?
Is this possible? I went through the Powershell 3.0 Help and found a cmdlet called "Invoke-WebRequest". When going through some of the parameters, I notice -UserAgent <String>. I am not sure if that is what I am looking for or how to manipulate it exactly.
Any help would be appreciated.