schtasks.exe /u username /p pwd /run /s remote desktop machine /tn "taskname" - using this command we are trying to trigger batch file inside a remote desktop machine using bamboo plan but we are facing "user credentials are not allowed on the local machine"
We have tried by passing ip address in remote desktop machine faces different error - Access denied
Thanks