Powershell scripts are not running

powershell-2.0

Solution

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

DT_DISABLEINITIALLOGGING=true

Problem

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.

Original source