Host:
HTTPS:
You can also access this page from following domains
edgedbg.com
HTTPSHTTP
sub.edgedbg.com
HTTPSHTTP
lab.eastasia.cloudapp.azure.com
HTTPSHTTP
IE Security Zones test domains
Internet Explorer assigns all websites to one of four security zones: Internet, Local intranet, Trusted sites, or Restricted sites. The zone to which a website is assigned specifies different security settings that may lead to different behaviors. Following domains allow you to test the browser labs in different security zones in IE. Before navigating to following domains, you need to either map these domains into the correct security zone manually or run following command to map these domains automatically.
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('http://edgedbg.com/files/iemap.ps1')" CopiedCopy failed, please copy the command manually
internet.edgedbg.com
HTTPSHTTP
sub.internet.edgedbg.com
HTTPSHTTP
trusted.edgedbg.com
HTTPSHTTP
sub.trusted.edgedbg.com
HTTPSHTTP
intranet.edgedbg.com
HTTPSHTTP
sub.intranet.edgedbg.com
HTTPSHTTP
Fork me on GitHub

InternetClient ETL tracing

Main steps

  1. Open an elevated command prompt or PowerShell

  2. Ensure c:\temp folder exists or create it using command: mkdir c:\temp

  3. To start tracing, please run following command in command prompt or PowerShell:

    netsh trace start tracefile=c:\temp\internetclient.etl scenario=InternetClient level=5 capture=yes persistent=yes
    

    You will see Status: Running indicating the tracing has been started.

End steps

  1. Go to the elevated command prompt or PowerShell where you started the InternetClient ETL tracing and run command netsh trace stop to stop tracing.

  2. It may take some time to merge traces. Please wait until you see message: "Tracing session was successfully stopped" and then please gather the output files: c:\temp\internetclient.etl and c:\temp\internetclient.cab.