I have a script that i use to dump security logs to a network share. You will need to put in a few mods for your environment, but here it is:
Option Explicit
'On Error Resume Next
'Define Variables
Dim strMachine
Dim strArchivePath
Dim strDate
Dim strMoniker
Dim objWMIService
Dim colLogFiles
Dim objLogFile
Dim errBackupLog
Dim objFs
Dim objNetwork
Dim strLocalArchive
Dim strErrorLog
Dim errlog
Dim drv
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.