Open EventLog on remote computer with PowerShell

Hello,

How many of you ever need to open eventvwr.msc on a remote computer without wasting time inĀ loading the logs of the localhostĀ ? Well, you can now do it in PowerShell :

Show-EventLog -ComputerName DC1

This will open Eventvwr.msc directly on the named computer.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.