Bharat Suneja

Creating a Dynamic Distribution Group for all mailboxes on a Database

I posted about this in Adventures with OPATH: some annoyances if you’re used to LDAP, shortly after Exchange Server 2007 RTMed (Yes, it has really been that long… ). Here’s a quick recipe to create a Dynamic Distribution Group to include all mailboxes on a database. $DB = (Get-MailboxDatabase “SERVER\Storage Group\Mailbox Database”).distinguishedName New-DynamicDistributionGroup MyGroup -RecipientFilter […]

More →

Controlling OOFs per domain and per mailbox

OOFs can be controlled per domain using Remote Domain settings. By default, setup creates the default Remote Domain for address space *. (As with Connector namespaces, * translates to all domains for which Exchange isn’t authoritative/has an Accepted Domain for, and doesn’t have an explicit Remote Domain for). Figure 1: Remote Domains allow control of […]

More →

Released: RDP Client for Mac 2

If you’re a Mac user, connecting to Windows servers and desktops just got a lot better. The much anticipated RDP Client for Mac 2 has been released. The RDP Client for Mac 2 is available in 8 languages (including English). Download it here. New features include multi-session support, new Network Level Authentication (NLA) that completes […]

More →

Released: ISA 2006 Service Pack 1

ISA Server 2006 SP1 has been released. SP1 brings some new features, and improvements such as support for SAN certificates. Download SP1. New features: Configuration Change Tracking: Registers all configuration changes applied to ISA Server to help you assess issues that may occur as a result of these changes. Test Button: Tests the consistency of […]

More →

Monitoring Exchange Server 2007 Performance: Perfmon counters and thresholds

Monitoring mission-critical services such as email is a necessity in most organizations. Whereas monitoring software like Microsoft System Center Operations Manager can use Exchange monitoring expertise and rules encoded in Management Packs and many third-party monitoring solutions ship with some embedded Exchange knowledge, if you’re setting up a monitoring system or creating a home-grown monitoring […]

More →

Released: New Whitepapers on Continuous Replication and Planning for Large Mailboxes

New whitepapers have been released today on TechNet. Whitepaper: Continuous Replication Deep Dive– written by Ross Smith IV and Scott Schnoll This whitepaper discusses the different components of Continuous Replication— used by LCR, CCR and SCR, how replication works, backups and log file truncation, what happens during scheduled and unscheduled outages, and how Continuous Replication […]

More →

Exchangepedia turns 4!

Yes, Exchangepedia Blog is 4 years old today! Exchangepedia saw its first posts in June 2004. Hundreds of posts, 1 major Exchange release and 2 service packs (Exchange Server 2003 SP2 and Exchange Server 2007 SP1) later, it’s great to look back at some of the stuff I’ve enjoyed writing, and some posts that got […]

More →

Save XP, Rick Mercer Style

It’s June 30th! I had the date marked because of two reasons. The first one has to do with Windows XP, and if you haven’t heard enough already, CBC’s Rick Mercer has his own view of how to save Windows XP. Caution: May not be entirely work-safe for some. The second reason’s coming up in […]

More →

Released: Windows Server 2008 Hyper-V

While I was away yesterday, Windows Server 2008 Hyper-V made its public debut (RTMed in Microsoftese). I know what you’re thinking: Let the Microsoft PR storm begin, VMWare has a better virtualization product, and other unbloggable thoughts… :). I’ve been using Hyper-V for a few months now, and all I can say is— it’s been […]

More →

Exchange Quick Audit: mailboxes created in last 7 days

I remember writing plenty of scripts to report on different things such as user accounts created every week/month, user accounts modified, accounts disabled, etc. for SOX compliance. Some of those scripts used to be rather long, and in hindsight— involved a lot more lines of code than an administrator should have to write. Although I […]

More →