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

Authentication Scripts

Prerequisites

Main steps

  1. Open an elevated PowerShell command prompt and navigate to the location where you unzipped Auth.zip.

  2. Run .\start-auth.ps1 to begin tracing. Wait until you see the message: The tracing has now started..

    • If it is the first time the script has been run on this device, you will be prompted to accept a EULA.

    • If the command fails due to the error: running scripts is disabled on this system, run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned to allow script execution and try again.

End steps

  1. Return to the elevated PowerShell command prompt where you ran .\start-auth.ps1, and run .\stop-auth.ps1 to stop tracing.
  2. All logs will be saved in an authlogs folder inside the same location where you unzipped Auth.zip. Please zip the authlogs folder and name it authlogs.zip.