Install links and notes for an upcoming installation .
Step-by-step powerpoint like presentation that goes over all the requirements of setting up BESE.
Send As Issue
Install guide for installing SBS 2003
Tuesday, November 16, 2010
Monday, November 15, 2010
Useful Exchange Powershell Commands
I'm starting this post as a place to add useful powershell scripts for exchange.
[Insert useful script here]
[Insert useful script here]
Backup Exec System Recovery - Backups randomly fail
The official fix from Symantec for Backup Exec System Recovery randomly filing backups is to restart the "Backup Exec System Recovery" service before every backup.....
Script to restart service.
net stop "Backup Exec System Recovery"
taskkill /IM VProSvc.exe /F
taskkill /IM vprotray.exe /F
net start "Backup Exec System Recovery"
taskkill /IM VProSvc.exe /F
taskkill /IM vprotray.exe /F
net start "Backup Exec System Recovery"
Subscribe to:
Posts (Atom)