Some great sayings
Life is too short to not be working on a once in lifetime opportunity. If you don’t risk anything, you risk even more.
Iordanis Kazanas – Virtual Systems Administrator
Life is too short to not be working on a once in lifetime opportunity. If you don’t risk anything, you risk even more.
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.
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
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
http://msdn.microsoft.com/en-us/library/ff326162(EXCHG.140).aspx
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
http://technet.microsoft.com/en-us/library/bb124413
You can get the script here : http://gallery.technet.microsoft.com/scriptcenter/411aec4e-8c01-4594-b993-fbd968f15399 Syntax : c:\fix-alias.ps1 -type Mailcontact -search “.” -replace “”
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
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