Ramesh
Ramesh

Reputation: 143

Powershell scripts are not running

When I launch powershell I get the following message and am unable to run powershell scripts.

2013-03-21 14:21:19 [000002fc] info    [native] No Registry-Settings exist for this process
2013-03-21 14:21:19 [000002fc] info    [native] Agent has no active settings - running normally
Windows PowerShell

This does not happen on another machine where I have powershell.

Upvotes: 9

Views: 2596

Answers (2)

mikolaj
mikolaj

Reputation: 66

late reply, but instead of disabling the .net agent, you can suppress initial console logging by adding this env var:

DT_DISABLEINITIALLOGGING=true

Upvotes: 5

Ramesh
Ramesh

Reputation: 143

Finally we figured that it was Dynatrace agent hooked in powershell process caused that info/warning. Disabled Dynatrace service, rebooted the server. No more errors.

Upvotes: 5

Related Questions