![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Restore a Metabase Using a Password
|
||
|
' Description: Restore the metabase using a backup named ScriptedBackup and a password of ie456@k.
Const MD_BACKUP_HIGHEST_VERSION = &HFFFFFFFE strComputer = "LocalHost" Set objComputer = GetObject("IIS://" & strComputer & "") objComputer.RestoreWithPassword "ScriptedBackup", _ MD_BACKUP_HIGHEST_VERSION, 0, " ie456@k" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||