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
Send/receive mails in Exchange 2010
Users resolution keeps reverting back to 800x600
DNS windows 2008 R2
Internet Explorer 8 locking up on Windows 7
FTP - without log in
Exchange 2010 System.BadImageFormatExcep
tion
IF - Then script based on file date?
How to access class due to 'cannot instantiate abstract class' error
Powershell to HTML displays
How to find and replace specific string with blank using sed or any better cmd?