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
SID History/re-ACL'ing when moving to new AD forest
Trouble installing Panasonic Printer/Copier devices on SBS 2008
Linq and new features design in VS 2008
Popup details on mouse hover using Jquery
GPO Assign Application reinstall
Windows XP Taskbar won't auto-hide
What are some good guides on designing and building video games
Can anyone guide me how to download MEMO software back to N900 ?
How can I uninstall a corrupt broadcom driver?
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix