hello
Google
Welcome to Carpe Diem: Flaphead@Home Sign in | Join | Help

Carpe Diem: Flaphead.com

Seize the Day

News


  • Add to Technorati Favorites <script type="text/javascript" src="http://technorati.com/embed/3ni3q36ikc.js"> </script>
    This information is provided "AS IS" with no warranties, and confers no rights. Also some of the information contains my views and thoughts.
    <script src="http://widgets.technorati.com/t.js" type="text/javascript" charset="UTF-8"></script>

    Add Me! - Search Engine Optimization

    I heart FeedBurner

Exchange 2007: Offline Address Book

So been automating some global configuration in Exchange 2007 today and wanted to share this.  I need to enable web distribution of the oab and couldn't find the Powershell "check box".  But cracked it.  You need to just populate the VirtualDirectories entry and it "checks" the Enable Web-bases distribution.

The cheat was this:

$xOABs = Get-ClientAccessServer | Get-OabVirtualDirectory

Set-OfflineAddressBook 'Default Offline Address Book' -VirtualDirectories $xOABs

So we get all the CAS servers and pipe that to get the OAB Virtual Directories and then put that in to a variable ($xOABs)

Then we update the Default Offline Address Book using the $xOABs list of OAB Virtual Directories ;-)

Posted: 20 August 2008 13:04 by Paul Flaherty

Comments

subject: exchange said:

How to Configure the SCL in Exchange Virtualizing Exchange Server with Microsoft Hyper-V Fast Guide:

# August 22, 2008 19:54
New Comments to this post are disabled