Microsoft Operations Manager |
The BackupEventLogmethod saves the specified event log to a backup file. This does not clear the event log.
[VBScript]
EventLog.BackupEventLog(EventLogName Variant, OutputFolderName
Variant, SavedFilePath Variant, [MachineName Variant])
Boolean
The backup file name is automatically generated. The format of the file name is OMEventLog_(EventLogName)_(CurrentDate and Time).evt.
The EventLogobject should not be used when creating new scripts. It is included only to support existing scripts. For more information about equivalent APIs, see Using Operating System APIs in Scripts.
Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1
Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.