I have a problem how to use the code below for the admin of the local remote computer. Typing ".", "" Or "computer name" as domain doesn't help. The omission results in a syntax error.
EventLogSession session = new EventLogSession(
"ComputerName", // Remote Computer
"Domain", //Domain
"Admin", // Username
pw,
SessionAuthentication.Default);