Background: I'm running a
$ie = New-Object -ComObject InternetExplorer.Application
within Powershell 5.1.17134.590, but getting a
"Creating an instance of the COM component with CLSID {0002DF01-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 8150002e Exception from HRESULT: 0x8150002E"
Question: How can I find the root cause of the issue or look up the HResult to aid with troubleshooting?
What I have tried: I have googled for HRESULT exceptions - but was not able to find a matching result. This also includes sites with error lookups: