I can't get the PowerShell started from a ConEmu console.
Trying to start with powershell.exe -NoProfile
(works from cmd.exe). When I start it as a task I get:
ConEmuC: Root process was alive less than 10 sec, ExitCode=0.
Press Enter or Esc to close console...
Even if I start a cmd.exe console in ConEmu and execute powershell.exe -NoProfile
nothing happens. Tried with cmd.exe /k powershell.exe -NoProfile
. No way to get the PowerShell console.
Any hints to debug this strange behaviour?