Install the Windows 7 operating system prerequisites for the Exchange management tools

http://technet.microsoft.com/en-us/library/bb691354.aspx Open Control Panel, and then select Programs. Click Turn Windows features on or off. Select Microsoft .NET Framework 3.5.1. Navigate to Internet Information Services > Web Management Tools > IIS 6 Management Compatibility. Select the check box for IIS 6 Management Console, and then click OK.

Script Resources for Exchange 2010

http://gallery.technet.microsoft.com/scriptcenter/site/search?f%5B0%5D.Type=RootCategory&f%5B0%5D.Value=Exchange&f%5B0%5D.Text=Exchange&f%5B1%5D.Type=SubCategory&f%5B1%5D.Value=Exchange2010&f%5B1%5D.Text=Exchange%202010 http://blogs.technet.com/b/heyscriptingguy/archive/2012/03/13/use-powershell-to-set-exchange-server-aliases-for-an-entire-organizational-unit.aspx

Rebuild your address lists and other cool commandlets

http://halfloaded.com/blog/exchange-2007-aliases-have-invalid-data/ Set-AddressList “All Users” -IncludedRecipients MailboxUsers Set-AddressList “All Groups” -IncludedRecipients Mailgroups Set-AddressList “All Contacts” -IncludedRecipients MailContacts Set-AddressList “Public Folders” -RecipientFilter {RecipientType -eq “PublicFolder”} Set-GlobalAddressList “Default Global Address List” -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq ‘user’ -or ObjectClass -eq ‘contact’ -or ObjectClass -eq ‘msExchSystemMailbox’ -or ObjectClass -eq ‘msExchDynamicDistributionList’ -or ObjectClass -eq ‘group’ -or ObjectClass -eq … Read more

How to stay Healthy

http://www.thefeelgoodlifestyle.com/feel-good-stories http://www.livestrong.com/article/265464-how-to-stay-healthy-despite-adversities-in-life/ http://www.thefeelgoodlifestyle.com/will-smith-shares-his-powerful-feel-good-lifestyle-philosophy.html http://www.youtube.com/watch?v=1SwTx7dM9NI&feature=player_embedded#! http://www.youtube.com/watch?v=lsSC2vx7zFQ&feature=related http://www.youtube.com/watch?src_vid=lsSC2vx7zFQ&v=94lPBVoO-4s&annotation_id=annotation_637191&feature=iv    

Is this the power plant of the future?

http://environmental.lilithezine.com/Profitable-Solar-Power.html Is this the power plant of the future? By solar thermal, Khosla Ventures’ Vinod Khosla is referring more specifically to concentrating solar power, as opposed to solar thermal technologies used to provide space heating and hot water in buildings, or conventional solar power, where the sunlight strikes a PV cell and is converted into … Read more

Update a Global Address List

You can update the default GAL like so: Update-GlobalAddressList ‘Default Global Address List’ If you want to update ALL address lists: Get-GlobalAddressList | Update-GlobalAddressList   Update-OfflineAddressBook “Default Offline Address Book” Update-FileDistributionService %replace with the name of your mailserver% Get-OfflineAddressBook | Update-OfflineAddressBook Get-GlobalAddressList | update-GlobalAddressList Get-AddressList | update-AddressList