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
DAG & CAS array configured but it's not failover
Mysql query browser and Character set
Case statement based on query
how to stop sql execution on refreshing a page or closing a browser
What is the extension to bring in a 2007 Excel xlsm workbook into Access 2007?
Globally change the Blackberry Service Display name
pop up panel
Host or domain name not found - Name service error
one code fits all : INDY9 or INDY 10 with D7 or D2005 or D2010Question:
Creating a new Array and Logical Drive