Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete a BackupContent of Delete a Backup.vbsMD5 Hash: 47800EC0E33394BBC3276606102214B5 |
||
' Description: Deletes a metabase backup named ScriptedBackup.
Const BACKUP_VERSION = 0 strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set objComputer = _ objWMIService.Get("IIsComputer.Name='LM'") objComputer.DeleteBackup "ScriptedBackup", BACKUP_VERSION | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |