Hi All,
From EventViewer on remore Server i am trying to access this path : Application and service logs/Mirosoft/Windows/PrintService but didn't get it until now.
Is there any soultion for that ?
What I have tried until now :
EventLog[] remoteEventLogs; remoteEventLogs = EventLog.GetEventLogs(@"ServerName"); foreach (var item in remoteEventLogs) { RegistryKey regEventLog = Registry.CurrentUser.OpenSubKey("? NotSure here"); foreach (var item1 in item.Entries) { } } Console.ReadLine();