Need to write a script to automate addition to senderid and config filter whitelists
Hi apologies if this in in the wrong forum area. I currently us several seperate commands to update the whitelist on both senderid and contentfilter spam filters on Edge server (ex2007). Goes a little something like this: $List = (Get-ContentFilterConfig).BypassedSenderDomains $list - to display list of variables $List.add("microsoft.com) $list - to check list of variables set-contentfilterconfig -BypassedSenderDomains:$list get-contentfilterconfig - to check new entries I do it this way to avoid overwriting existing entries in this field. This process in essence updates the existing list of whitelist entries whilst adding my new entry. I want to create a script that does the above automatically, either by prompting for the new entry/domain or by putting it into a adjoining text file where it can be read. Any ideas or pointers would be great thanks.MCSE, CCA
October 27th, 2009 7:23pm

Also try posting this under Developer Section to get speedy attention. http://social.technet.microsoft.com/Forums/en-US/exchangesvrdevelopment/threadsVinod |CCNA|MCSE 2003 +Messaging|MCTS|ITIL V3|
Free Windows Admin Tool Kit Click here and download it now
October 28th, 2009 2:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics