Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Jonathanv
2011-05-03T17:29:39Z
I create a powershell task with a credential. From the PS1 file I'm using the current context to connect ressource. It's already SYSTEM (I used the command [Environment]::UserName to show it) but I configured one credential in the task.
There are no problem with a task of type EXECUTE using the powershell.exe command.

Is it a bug?

Rgds
Sponsor
Forum information
Support
2011-05-04T12:02:31Z
The Credential in powershell Task lets you run with Credentials that another user have but it is still the same user that runs the process VisualCronService.exe. So, you have the rights - but the user is the same.

Execute (with profile) works differently as the new process is run as another user (not only with credentials).
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Jonathanv
2011-05-04T13:15:54Z
Thanks for your explanation.
Scroll to Top