Public Folder Admin Permissions Versus Client Permissions

Most Exchange administrators have noticed at one time or another that there are folders they can see and access through admin tools such as Exchange System Manager or PFDAVAdmin, but they can’t see or access those same folders through Outlook or OWA. I see a lot of confusion over this issue, so I want to…


Importing Public Folder Contacts From A CSV File

I just had a customer who needed to migrate contacts from an external database into a public folder. They could export the contacts from the database to a CSV, but they needed a way to get the CSV into the public folder. Last night, I whipped up this quick script. This morning, I was looking…


Checking For Protected ACLs In Active Directory

Exchange Server setup grants permissions to various groups at various places in the domain and configuration contexts of Active Directory. Since Exchange relies on these permissions in order for everything to work properly, from time to time we see cases where something is not working, and we eventually track it down to the fact that…


PFDAVAdmin Update Released

As announced over on the Exchange Team Blog, an updated version of PFDAVAdmin was released to the download center a few days ago. See that post for details. This updated version has been used internally for a while, but if you notice any problems with it, let me know.


Filtering Output From PFDAVAdmin Or ExFolders

One of the strengths of the PFDAVAdmin and ExFolders tools is that they can perform an operation against a lot of public folders or mailboxes at once. If you’re doing some sort of export, this can generate a lot of output. So how can you filter the output from PFDAVAdmin or ExFolders to give you…


Accessing The Information Store From Powershell

In the course of troubleshooting Exchange issues, one discovers a lot of instances where scripting against the Information Store is useful. There are a few ways to access the Information Store from scripts, but for this post I will focus exclusively on two methods. First I’ll discuss using Outlook Object Model from Powershell, and then…


A Quick Introduction

Hi! I’m Bill Long, an Escalation Engineer for Exchange Server. If you read the Microsoft Exchange Team Blog, you may have seen some of my posts before. A few of the ones that are still relevant are: Public Folder Replication Troubleshooting – Part 1 Public Folder Replication Troubleshooting – Part 2 Public Folder Replication Troubleshooting…