It looks like the problem with rcmd is you have to connect to one workstation at a time. There are about 300 workstations that this needs run on and I would really like to do them all in one swoop. If I wanted to run one at a time, I could use a program called Remote Execute program.
I set this to run as a startup script, but a lot of users don't even log off their computers, let alone restart them. This command is to configure the Automatic Updates service to be set to Automatic. We have been finding some computers with this set to Disabled, which is a big problem (as most people here would understand).
Remote Execute does have a command line interface. It may be possible to retrieve a list of all the computers from Active Directory and script a loop to read each machine name and use Remote Execute to run the command on each machine, but that is a bit beyond what I know how to write myself.
edit: oops, I see there have been a few responses while I was writing this
