Home > Microsoft Exchange Tips > Exchange Server Administration Tips > Exchange Admin 101: Redirecting the Send To option
Exchange Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

EXCHANGE SERVER ADMINISTRATION TIPS

Exchange Admin 101: Redirecting the Send To option


Brien M. Posey, Contributor
08.31.2004
Rating: -4.50- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Many of you have sent us useful feedback concerning what topics you would like to see covered in our Exchange Admin 101 tips. One letter from a reader recently caught my attention: It was from an admin who was having problems with users using the Exchange server as a file storage mechanism rather than storing files on a normal network file share.

Our reader wanted to know if there was a way to modify the Windows Send To option so that users can send files to a network share. I thought this was a unique request, although I have received posts on my own Web site's message boards regarding users storing large files on an Exchange server.

Traditionally, I have approached this problem through the use of quotas and attachment blocking. Modifying the Send To option won't actually stop anyone from attaching files to messages for long-term storage. But if the users have a habit of sending files to Exchange through the use of this option, modifying Send To will make it easier for you to make sure that files get stored in the proper location.

Options for changing the option
The Send To option is available any time that you right click on a file. By default, you can send the file to any local drive or to a mail recipient.

You can modify the Send To option in a couple of different ways. First, you can disable it completely, which would absolutely guarantee that users are not using it to send a file to their mailbox. If you would rather not completely disable it, you can instead change the contents of the Send To menu. For example, you could remove the "mail recipient" option and replace it with a network path.

If you want to disable the Send To option you will have to modify the registry on the user's workstation. Keep in mind that if you edit the registry incorrectly, you can destroy Windows and/or the applications that are installed on the machine. It's therefore a good idea to back up a system prior to modifying its registry. The Send To option is controlled by the HKEY_CLASSES_ROOT\AllFileSystemObjects\shellx\ContextMenuHandlers\SendTo registry key. The default key has a value of {7BA4C740-9E81-11CF-99D3-00AA004AE837}. If this value is present, then the Send To option is enabled. If the value is left blank, then the option is disabled.

Modifying the contents of the Send To menu is a little bit easier to do because it doesn't involve editing the registry, but rather making a simple change to the user's profile. To modify the contents of the Send To menu in Windows XP, navigate to \Documents and Settings\user's name\SendTo. This folder contains shortcuts to all of the destinations that will be available through the Send To menu. If you want to remove the Mail Recipients option from the Send To menu, simply delete the Mail Recipient icon. If you want to add a network path to the menu, then just create a shortcut to the path and place the shortcut into the Send To folder.

Changing multiple computers
As you can see, the process of disabling or modifying the Send To menu is fairly easy. If you just need to modify one or two user's machines then you can stop reading now. If you need to deploy the change to lots of machines across your organization, though, then you need to do a bit more planning.

Making the change to multiple computers isn't difficult, but again, the technique that you would use will vary greatly depending on your network configuration and on whether you want to disable or modify the Send To menu.

If you are disabling the Send To menu, then you will have to modify each machine's registry. Assuming that your users have the right to modify the registry, you could create a .REG file with the appropriate settings in it, and then call that file from the user's logon scripts. There is a great article on creating a .REG file at http://is-it-true.org/nt/utips/regfiles.shtml

If you are modifying the contents of the Send To menu, then there are a couple of different ways that you could approach the problem. If you are using a mandatory profile for your users then you would simply make the change to that profile and you'd be done. If you aren't using mandatory profiles, then you could write a batch file that deletes the Mail Recipient shortcut and copies a network path shortcut to the user's Send To folder. You could then call this batch file from the user's logon script. Such a batch file might look something like this:

C:
CD"Documents and Settings"%user%SendTo
ERASE "Mail Recipient"
Copy Q;files"Network Path"
Brien M. Posey, MCSE, is a Microsoft Most Valuable Professional for his work with Windows 2000 Server and IIS. Brien has served as the CIO for a nationwide chain of hospitals and was once in charge of IT security for Fort Knox. As a freelance technical writer he has written for Microsoft, CNET, ZDNet, TechTarget, MSD2D, Relevant Technologies and other technology companies. You can visit Brien's personal Web site at http://www.brienposey.com.

Do you have a useful Exchange tip to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.

Rate this Tip
To rate tips, you must be a member of SearchExchange.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
Exchange Server Administration Tips
Two ways to improve Exchange 2007 storage volume performance
Remove Exchange 2003 objects from AD to install Exchange 2010
Don'ts for optimal Exchange 2007 mailbox server efficiency
Is your Exchange 2007 hub transport server healthy?
Avoid Outlook 2007 performance issues during repairs
Developing an Exchange 2007 server role DR plan
How DSAccess service improves Exchange Server 2007 reliability
An introduction to the Exchange Remote Connectivity Analyzer tool
Monitor Exchange 2007 with disk- and RPC-related counters
DPM 2007 replica inconsistencies in Exchange databases

Microsoft Exchange Server 2003
Show hidden email addresses in a GAL on Exchange Server 2003
Remove Exchange 2003 objects from AD to install Exchange 2010
Leapfrogging from Exchange 2003 to Exchange 2010
Top 5 Exchange ActiveSync tips
Exchange Mailbag: POP3 settings and Outlook issues
Migrating to Exchange 2007 with correct permissions
Problems receiving email from outside a Exchange Server 2003 domain
Exchange admins: Is it time to rethink your email address policy?
Exchange Server 2003 collects email from only specific POP3 domains
Changing email address formats in Exchange Server 2003
Microsoft Exchange Server 2003 Research

Legacy Microsoft Exchange Servers
Troubleshooting Outlook calendar errors on a BlackBerry device
How to move Exchange 2000 to new server hardware
Migrating mailboxes from Exchange Server 5.5 to Windows SBS 2003
Remove Exchange 5.5 servers from a mixed mode Exchange environment
Error 1053: Exchange System Attendant service could not start
Solve server problems with the Exchange Troubleshooting Assistant tool
Best approaches for upgrading Exchange 5.5 to Exchange 2000 or 2003
Move mailboxes to Exchange 2007 after Windows upgrade
Third-party tools that modify NDRs for oversized email
IP address changes for an Exchange 2000 recovery server
Legacy Microsoft Exchange Servers Research

RELATED GLOSSARY TERMS
Terms from Whatis.com − the technology online dictionary
E2K  (SearchExchange.com)

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Email Server Solutions: Exchange 2007, Exchange 2003, Exchange 2000, SharePoint
HomeNewsTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersIT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2004 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts