So I'm trying to install v13.2.0.0 agents on windows 2008 R2 servers and I'm hitting lots of roadblocks. I was trying to follow the instructions in the Enterprise Manager Cloud Control Basic Installation Guide manual under the appendix that says "Installing Management Agents on Microsoft Windows Target Hosts Without Using Cygwin" but it's not working. First it says to download PsExec utility from Microsoft. I did that but when I tried to run it from the command line it says "access denied". At first I thought it's a permissions issue so I checked, but I have full control over the executable. I saw there's also a PsExec64 executable so I thought I would give that a shot since I am running 64 bit version of windows 10 on the windows staging host server and boom it works like a charm! I figured since 64 bit o/s's have been out for some time now the agentDeployPsExec.bat that is required to do the install would know which one to run. No, it doesn't, it tries to run PsExec and it fails. Any one ever tried this before?