Back Up the Metabase
You can use any of the VBScript programs below in ActiveXperts Network Monitor. Click here for an explanation about how to include scripts in ActiveXperts Network Monitor.
Example(s)
Const MD_BACKUP_HIGHEST_VERSION = &HFFFFFFFF Const MD_BACKUP_OVERWRITE = 1 strComputer = "LocalHost" Set objComputer = GetObject("IIS://" & strComputer & "") objComputer.Backup "ScriptedBackup", MD_BACKUP_HIGHEST_VERSION,_ MD_BACKUP_OVERWRITE