Have a question on something? Visit the forum for help.
NEW!! LazyNetworkAdmin Forums! Click -> here


| Recover Deleted Items From Outlook |
|
|
|
|
Sometimes items get hard deleted and you need a way to recover them. This script will add a registry key to allow for message recovery for all folders in Outlook. Then you will be able to click on tools>"Recover Deleted Items" from any folder! For More information on this please see: http://www.msexchange.org/tutorials/Recovering-Deleted-Items-Exchange-Server-2003-Part1.html
On Error Resume Next Const HKLM = &H80000002 strComputer = "."
oReg.GetDWORDValue HKLM,strKeyPath,strValueName,dwValue
PLEASE MAKE SURE NO WORD WRAPPING IS HAPPENING IN YOUR SCRIPT!!! 1. Make sure to be an admin on the target machines.
|




















