SMTP Settings

M

Microsoft

Can anybody suggesta way that I can extract the current profile SMTP server
configuration with a script? I would like to run this script to backup this
information for future disaster recovery.
 
D

Diane Poremsky [MVP]

profiles are stored at HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\Windows Messaging Subsystem\Profiles but restoring a
profile from the registry is not recommended - it often ends in a corrupt
profile.
 
Top