I'm running a batch file including the below command from the scheduled task using Bamboo. But I'm not able to process it because it is being stuck.
powershell.exe -noprofile -NoExit -command "&{start-process powershell -ArgumentList '-NoExit -noprofile -file \"%~dp0psfile.ps1\"' -verb RunAs}"
When we run the same batch file from local it opens up one dialogue asking for allowing permissions, as shown below.

Can you please help me resolve this? This batch file internally calls .PS1 script which runs using RS jobs in parallel threads.
