I have an issue with all computers in AD:
I'm getting this error after creating VBScriptEngine with debugging flag: either a required impersonation level was not provided, or the provided impersonation level is invalid.
(Exception from HRESULT: 0x80070542)
The problem is around this line:
processDebugManager.AddApplication(debugApplication, out debugApplicationCookie))
where processDebugManager is COM:
{78A51822-51F4-11D0-8F20-00805F2CD064} [IProcessDebugManager]
Impersonation is enabled in the local politics.
Any ideas which restriction could it be?