Restrict Event Viewer Access


user1 using desktop1. there application1 running on server1. need give access user1 (from desktop1) access event viewer logs of application1, specific task category , level. required troubleshooting.

can how configure same (without providing admin level access)

hi,

i guess read post on http://blogs.technet.com/b/janelewis/archive/2010/04/30/giving-non-administrators-permission-to-read-event-logs-windows-2003-and-windows-2008.aspx from other thread.

there of course tools can give (example scom), buf if want cheap , somewhat, maybe have a powershell script dump particular events file on a logfile share , have the user to monitor that file. example of log reader cmtrace from configmgr toolkit (found @ http://www.microsoft.com/en-us/download/details.aspx?id=36213)

example of powershell-line that works (you of course need build in bit more of logic don't same entries twice etc:

get-eventlog -logname application -computername servername -entrytype warning -source srmsvc -newest 4 | select ma chinename,source,message | out-file \\yourfileshare\logs\test.log -append

 hope points in right (or @ least some) direction...

mct | mcse: private cloud/server, desktop infrastructure



Windows Server  >  Management



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file