Sending messages to another mailbox
		
	Hi,  One of our users asked something special. Actually he wants that on Sundays only all the mails coming to his inbox are copied and moved to another mailbox within our organization. Is there any way by which it can be set through server side.  Thanks.		
				October 10th, 2009 6:26pm
			Scheduled Task so every Sunday at 12:00am it runs a command to enable a Transport Rule that moves his data into another mailbox.  Then at 12:00am on Monday you have a scheduled task to disable the Transport Rule.  That's the only way I can think of.  You can create a .ps1 file that contains the code to disable and enable the transport rule and place it in the following location: "c:\program files\microsoft\exchange server\scripts"  You then create the scheduled task with the following: c:\windows\system32\windowspowershell\v1.0\powershell.exe -psconsolefile "c:\Program Files\Microsoft\Exchange Server\bin\exshell.psc1" -command "EnableTransportRule.ps1"  Again, you would create two scripts (one to enable and one to disable) and then create two scheduled tasks one that runs the Enable and one that runs the Disable. MVP | MCSE:M | MCITP: Enterprise Messaging Administrator | MCTS: OCS + Voice Specialization | http://www.shudnow.net		
				Free Windows Admin Tool Kit Click here and download it now
					October 10th, 2009 6:48pm
			Hi,  Oops. How I missed it. Thanks for your valuable suggestion.  Thanks.		
				October 10th, 2009 10:23pm
			On Sat, 10-Oct-09 15:48:11 GMT, Elan Shudnow wrote:>Scheduled Task so every Sunday at 12:00am it runs a command to enable a Transport Rule that moves his data into another mailbox.  Then at 12:00am on Monday you have a scheduled task to disable the Transport Rule.  That's the only way I can think of.Or have the scheduled task modify the mailbox to deliver the messagesto an alternate recipient.---Rich MatheisenMCSE+I, Exchange MVP---
Rich Matheisen
MCSE+I, Exchange MVP		
				Free Windows Admin Tool Kit Click here and download it now
					October 10th, 2009 11:50pm
			

