Archive for April, 2009

Exchange 2007, find all mailboxes hidden from the GAL

With the following command you can list all the mailboxes that are hidden from the GAL (Global Address List). A very usefull command when you’ve to perform a migration from Exchange to Exchange and you’ve pre-created the new Exchange mailboxes.

Get-Mailbox | Where {$_.HiddenFromAddressListsEnabled -eq $true} | ft -wrap

Get-Mailbox | Where {$_.HiddenFromAddressListsEnabled -eq $true} | Select Name, HiddenFromAddresslistsEnabled, ExchangeVersion

pwsh_011

Microsoft Exchange 2010 Beta 1 available

 Ahead of time, Exchange 2010 Beta is available for download and TechNet is ready to grab the information….

Download Details: Microsoft Exchange Server 2010 Beta
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=1898ed2c-2f88-48ac-824e-d3d20fad77d7

TechNet: Microsoft Exchange Server 2010 (Beta)
http://technet.microsoft.com/en-us/library/bb124558(EXCHG.140).aspx

Today i’ve installed the public beta release and here are some first looks of Microsoft Exchange Server 2010. (Exchange 14)

First of all i’ve installed a Microsoft Windows 2008 x64 Server. The next step is to install the pre-requisites.

- Microsoft .NET Framework 3.5
- Windows Remote Management (WinRM) 2.0 CTP 3
- Windows PowerShell 2.0 CTP 3
- Update from KB 951725
- Update from KB 950888
- Update from KB 951116
- Update from KB 952664
- Update from KB 953290
- Update from KB 958178
- ASP.NET AJAX 1.0 Extensions

ServerManagerCmd -i Web-Server
ServerManagerCmd -i Web-ISAPI-Ext
ServerManagerCmd -i Web-Metabase
ServerManagerCmd -i Web-Lgcy-Mgmt-Console
ServerManagerCmd -i Web-Basic-Auth
ServerManagerCmd -i Web-Digest-Auth
ServerManagerCmd -i Web-Windows-Auth
ServerManagerCmd -i Web-Dyn-Compression
ServerManagerCmd -i NET-HTTP-Activation
ServerManagerCmd -I RPC-over-HTTP-proxy
ServerManagerCmd -i RSAT-ADDS (reboot required)

After installing this pre-requisites, we’re going to install Microsoft Exchange 2010.

e2k10_001    e2k10_01    e2k10_02

e2k10_03    e2k10_04    e2k10_05

e2k10_06    e2k10_07    e2k10_08

e2k10_09    e2k10_10    e2k10_11

e2k10_12    e2k10_13    e2k10_14

e2k10_15    e2k10_16    e2k10_17