Command-Line parameter to open the Event Viewer on Another Computer
I use my Event Viewer to look at other computers' Event Logs. This is very usefule, for example, to see what is going on on a SQL Server without Remote Desktop.
Here is a way to start Event Viewer already connected to another computer:
eventvwr.msc /computer=OTHER_NAME
Where OTHER_NAME is the name of the other computer. I find this useful to set up as an external tool in Enterprise Manager. I set up one for each of my SQL Servers.
Handy command line tip. Thanks!
ReplyDeleteUseful post. Thanks.
ReplyDeleteThis was awesome. Used it to recover from a failure where I could only reach the task manager but had to view some logs.
ReplyDeleteYou can use the first part of this command in the task manager.
click File -> Run -> eventvwr.msc Awesome.