Hi guys,
Scenario: I have a service account that is granted permission to run a script on a server. I've noticed that when other users who are non-domain admin sometimes use the credentials for the account to run a script they get access is denied.
I come in and run the same exact script with the same service account credentials and it works. Funny part is once I run it and it works then when they try it works again till they have the issue again. The account is not locked, disabled or anything like that whenever this happens. Password is set to never expire.
This does not make sense to me because they are doing "run as" and using the same credentials I'm using.
Is there a permission that is needed from AD or maybe on the server for other users to be able to use the credentials?