WMI script launched by Scheduler

S

Scott

I have a script that I want to launch at various time through out the day so
I want to use Scheduler but the script reports "Access Denied". The script
runs fine under Admin account but not as LocalSystem and it runs fine as
LocalSystem if the machine is Win2k3 SP1. Does anyone know what permissions
have to be changes to allow a WMI script to ran from a service (Local
System)?

thanks
ST
 
S

Scott McNairy \(MVP\)

Local System context run scripts should have access to do most everything
via WMI.

However you will want to post the code of the script so that we can see what
exceptions might apply.
 
Joined
Sep 21, 2005
Messages
2
Reaction score
0
remote wmi

after I have install sp1 in windows server 2003, when i start a remote script with user (not administrator) who has the wmi permissions....go out this msg:

access denied!!!!

why? remember that only after i install SP1.

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top