Hi guys,
I am trying to have WSUSuo service a bunch of domain administered computers.
However prior to approaching that level, I've decided to first test if it works with one machine accessing another machine to pick up the updates.
At this moment, I've ran into an issue where when calling DoUpdate.cmd, it starts the script but then runs into errors: "access is denied".
I've checked all permissions and can see that they are all in order.
I've tried running the UpdateInstaller but I didn't see any error which now I'm confused as to where the problem might be.
Are there any experts here that might be able to shed some light on what I might be doing wrong?
Image attached: https://drive.google.com/file/d/0B-hhFBwzbwqPdnFobXVlaV9nNXM/view?usp=sharing
Add on 1:
I've further investigated and found that UAC is the problem as when I run a command prompt with Administrator rights, I can get through and execute the DoUpdate.cmd with no issues.
In saying so, does anyone know of a way to bypass UAC just for this DoUpdate to work silently in the background.
Thank you.