What do I have to add to my backup scripts to include Outlook .pst file? Listes below is the script I have been using for yesrs.
@echo on
xcopy C:\ F:\ /R /C /D /S /Y
:END echo Backup Script is FInished! Pause @echo on exit