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.