Microsoft
Software
Hardware
Network
Question : Powershell Syntax for Exchange 2007
Hello,
I'm trying to run the following command:
Set-Addresslist "$clientname AL" -recipientfilter { emailaddresses -like $clientEmailDomain } -forceupgrade
...except with multiple values for the recipient filter (email address is like @ADomain.com OR @BDomain.com). How do I do that? Any help is appreciated!
thanks!
Answer : Powershell Syntax for Exchange 2007
depending on how you get all of the domains for the client you could use
Set-AddressList "Client Address List" -RecipientFilter { emailaddresses -like "fabrikam.com" -or emailaddresses -like "contoso.com" }
Random Solutions
Crystal cross-tab page numbering
How to determine coaxial cable
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
code for an application which can read a portion of the screen and writes it on another portion of the screen.
how can i upload 900 mb file to internet ,is there any website to free upload ?
Setting Compatibility Mode in IE8 using JavaScript
Need help with 'System.Web.UI.ScriptManag
er is not defined error
Raid 1 Hard drive failed PowerEdge 1850
Filemaker Pro Basic Formatting Email Text
How do I modify this php script to send a confirmation?