Not able to execute a powershell command through java intelliJ
This is the command in powershell to get the names and starting time of all currently running processes: Get-Process | select name, starttime. This command works perfectly fine when trying to execute using the code 0.1 (given below)