Abdalla Omran

Abdalla Omran

  • NA
  • 334
  • 29.4k

Access Microsoft-Windows-Application Server Applications/Operational

Oct 25 2021 3:13 PM

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();

 


Answers (2)