
Internet Explorer Automation - Pt. 2 Installing Edge
In my last post, I built out a quick script to remove Internet Explorer from Windows servers. Now that Internet Explorer has effectively retired, it's time to remove the installation completely. Seeing as I didn't want to log into every server I maintain for demos, I decided to automate as much as I could within the full process. Next up? I needed to download a Microsoft Edge MSI or EXE to push out to all machines and install using a ForEach loop via PowerShell. After searchi