Question : sending spam to junk email folder on SBS 2008

I have a new SBS 2008 box I just put in place.  I'm looking at spam filtering options.  I must be missing something.  See screen shot below.  That is the configuration option for content filtering in the EMC.  I can delete, archive, or reject.  I want to send the email to the junk e-mail folder.  

Where is my option for sending it to junk email?

This is an SBS 2008 box with Exchange SP 2 and all the relevant patches.
Attachments:
 
content filter actions in SBS 2008
content filter actions in SBS 2008
 

Answer : sending spam to junk email folder on SBS 2008

you must use command line to accomplish this task

Set-Mailbox -Identity user -SCLJunkThreshold 5 -SCLJunkEnabled $true

to do this for all users in one step, do the following

Get-Mailbox | Set-Mailbox -SCLJunkThreshold 5 -SCLJunkEnabled $true
Random Solutions  
 
programming4us programming4us