I'm trying VC to replace our current scheduler tools.
With the version 5.6.9 no problem.
But with 5.7.2 (build 29215) powershell scripts are blocked. The task never stop.
I created a simple PS1 file with just a line: write-host 'test'
From the command line it's working.
command: powershell
Arguments: .\script.ps1
Working Dir: dir with script file
Credential: a domain user
With profile, with API
Without credential it's working, but I need it to connect to network ressource.
PS I'm using Win2008 R2 (64bit)
All idea are welcome
Thx