I use Octopus for our deployments. I have a problem with one of the Powershell scripts to control the deployment:
# stops running processes $processes = @(\"Note
I just tried to use Remove-Item on the directory with children and got same message: Remove-Item : PowerShell is in NonInteractive mode. Read and Prompt functionality is not available. In my case -Recurse key has helped.
Remove-Item : PowerShell is in NonInteractive mode. Read and Prompt functionality is not available.
-Recurse