An application must have SeSecurityPrivilege to receive events from the security event log, otherwise "Access Denied" is returned to the application. (from http://msdn.microsoft.com/
Main Topics
Browse All TopicsI grabbed a script from the technet Scripting archive, and modified it as follows. It watches the event log of the server it is running on, and pulls the log entries that are errors, and inserts them into the application log of another server. It is named EventMonitor.vbs
I run this in a console window with Cscript EventMonitor.vbs
Everything went fine in our test machines, but when I switched it over to the production servers, I get an error message, "eventmonitor.vbs (7,1) SWbemServices: Access denied
The only difference I can see between the servers is the test environments are not part of the domain, but the production machine is. However the currently logged in user is part of the admin group.
I AM rather new to scripting, any assistance would be very much appreciated.
This question is in progress.
Our experts are working on an answer right now.
Sign up for immediate access to the solution once it becomes available.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
An application must have SeSecurityPrivilege to receive events from the security event log, otherwise "Access Denied" is returned to the application. (from http://msdn.microsoft.com/
Business Accounts
Answer for Membership
by: efd_supportPosted on 2009-10-20 at 11:25:11ID: 25616965
As a further update while testing, I ran the script on another server, also part of the domain, and it worked fine. The major difference I could see with this server was that it was Windows 2003 rather than Windows 2000. Is there a Patch / Hotfix / security requirement for Windows 2000 using the WMI?