Disable IE for PowerShell Authentication Requests

This will be a short Post, but I solved something that often caused trouble.

I recently wanted to change some Azure Sync settings on my local DC, so I had to execute a Command, which then used IE to authenticate, and that’s on a Server 2022

As you might know, IE is not very good at those things; honestly, it does not work.

So, I figured out how to remove that link and remove IE from the Server.

Run the following command in an Admin PowerShell Session

“dism /online /Remove-Capability /CapabilityName:Browser.InternetExplorer~~~~0.0.11.0”

Try again, and the Authentication Process will use your favorite Browser, Edge 🙂

Michael Seidl aka Techguy
au2mate everything

Leave a Comment

Your email address will not be published. Required fields are marked *

*