So here's the deal, I am trying to automate this load test using VM's and WinTask. So I'm writing a script using psexec that will kick off another script on each VM that will kick of WinTask and that is how I will get concurrent users for this test. Well I keep getting Access is Denied errors with this script. I've researched this problem and I've tried everything I can think.
This was my latest attempt:
psexec \\ipaddress -u administrator -p password -d -h -i -s cmd.exe /c start C:\Users\Administrator\Desktop\runtest.exe
I opened credential manager and tried that, I've turned off the firewall on both computers, I've tried every -<> and still Access is Denied. Any suggestions?
EDIT: Also I can ping, RDP from machine A-B and B-A, everything network wise is connected, its only when I try to use this psexec it wont run it
EDIT: Tried using the computer name instead of the IP address and I got a little bit different error, Couldn't install PsExec service: Access is denied So still access is denied error