Contact Info

Crumbtrail

ActiveXperts.com » Administration » Scripts » Adsi

Delete a Backup in Windows

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.

Delete a Backup in Windows using VBScript, WMI and LDAP

Example(s)

Const BACKUP_VERSION = 0

strComputer = "LocalHost"
Set objComputer = GetObject("IIS://" & strComputer & "")
objComputer.DeleteBackup "ADSIBackup", BACKUP_VERSION