Hi Guys
How do I use the /AUXSOURCE=flag that the event viewer keeps on talking about
|
Skilled contributor
|
![]() |
| 28Feb2009,06:46 | #2 |
|
When you open an event-log file, you must tell Event Viewer the type of log to use (e.g., Application, Security, System). The computer hosting the event-log file generates this list of options.
Problems can occur if you're not in the Administrator group of the machine hosting the event file or if the Remote Registry service is disabled on the host computer. If either of these conditions are true, the event descriptions might not be available, which leaves you with a fairly useless event log. You can use the mmc.exe command to open a Microsoft Management Console (MMC) console and specify the /auxsource flag to tell Event Viewer to use an alternate source for the descriptions. For the best results, the alternate source should be as similar to the computer that generated the event file to ensure the same components are available to provide full event descriptions. To run the mmc.exe command, open the Run dialog box or go to the command prompt and type Code:
mmc /a eventvwr.msc /auxsource=<server by IP address, DNS name of NetBIOS name> Solution has been taken from other website |

