
408 5.5 Storage Optimization for Exchange 2003
objMailboxStoreDB.Name & "'"
WScript.Sleep (10000)
WScript.Echo " * Mounting '" & objMailboxStoreDB.Name & "'"
objMailboxStoreDB.Mount
WScript.Echo " '" & objMailboxStoreDB.Name & "' mounted."
Next
Next
WScript.DisconnectObject objMailboxStoreDB
Set objMailboxStoreDB = Nothing
WScript.DisconnectObject objStorageGroup
Set objStorageGroup = Nothing
WScript.DisconnectObject objServer
Set objServer = Nothing
The most optimal alternative to online backups (we refer to them also as
stream backups) is the VSS backup: this technology allows you to take
advantage of the advanced storage management functions that you hav ...