Sign in
Bill Long's Exchange Blog
Exchange Server stuff, focusing on Public Folders, PFDAVAdmin, ExFolders, and Powershell scripting.
Tags
Exchange Server
Exchange Web Services
ExFolders
Information Store
LDAP
OPATH
Outlook Object Model
PFDAVAdmin
Powershell
Public Folders
Browse by Tags
TechNet Blogs
>
Bill Long's Exchange Blog
>
All Tags
>
public folders
Tagged Content List
Blog Post:
Removing Unresolved SIDs in Exchange 2010
Bill Long [Exchange]
In this post, I'm going to describe how to remove unresolved SIDs from public folders in Exchange 2010. But first, let’s talk about what they are and why we care about them. What are unresolved SIDs? When you view the permissions on a file in Windows or an object in Active Directory, you...
on
23 Oct 2011
Blog Post:
New Version of ExFolders Fixes Non-Canonical ACLs
Bill Long [Exchange]
When I wrote ExFolders, I thought the non-canonical Exchange ACL problems were permanently behind us in Exchange 2010. For this reason, ExFolders did not include any functionality to deal with non-canonical ACLs. It turns out I was overly optimistic. In the last few weeks I’ve seen a couple...
on
23 Oct 2011
Blog Post:
Hierarchy Replication Fails Due To Zero GUID
Bill Long [Exchange]
Exchange 2010 Sp1 Rollup Update 4 released a couple of days ago, and I want to briefly mention one of the fixes it includes. The fix I’m talking about is KB 2506049 , “The hierarchy of a new public folder database on an Exchange Server 2010 SP1 server is not replicated”. You’ll know you’ve hit this problem...
on
24 Jun 2011
Blog Post:
Do Not Use Remove-PublicFolder To Remove A Public Folder Database
Bill Long [Exchange]
About once a week, someone comes to me about a case where a customer has accidentally deleted all their public folders when they were just trying to get rid of one public folder store. This happens because of threads or blog posts where someone suggests using some variation of this command: Get-PublicFolder...
on
10 Jun 2011
Blog Post:
Importing PFDAVAdmin or ExFolders Exports Without PFDAVAdmin or ExFolders
Bill Long [Exchange]
It’s almost May and I haven’t posted anything yet this year, so it’s definitely time to post a new script. I recently worked with a customer that needed to export the public folder permissions from one Exchange organization and import them into another. The trick was that on the import side, some of...
on
25 Apr 2011
Blog Post:
Get-PublicFolderStatistics Can’t Find A Folder
Bill Long [Exchange]
On Exchange 2010, when you use the Get-PublicFolderStatistics command to look for the statistics of a particular folder, you may see an error like this one: The cmdlet throws an InvalidOperationException saying that it “couldn’t find public folder”. However, if you look at the...
on
28 Oct 2010
Blog Post:
Cleaning Viruses In Public Folders Using OOM
Bill Long [Exchange]
In my previous post , I provided an example script that used EWS to delete items out of public folders. Of course, you can only use EWS if your public folders are on Exchange 2007 or 2010. The example script in this post uses Outlook Object Model instead. This means it has to be run from a machine...
on
14 Sep 2010
Blog Post:
Cleaning Viruses In Public Folders Using EWS
Bill Long [Exchange]
As a result of last week’s virus outbreak, I’ve been getting some questions about how to clean viruses out of public folders. Unfortunately, there’s no equivalent of Export-Mailbox to pull infected messages out of public folders. However, it’s pretty easy to write a script to...
on
13 Sep 2010
Blog Post:
How To Identify Bad Items In Public Folder Replication
Bill Long [Exchange]
As I’ve previously discussed here and here , there are various things that will prevent an item from replicating to an Exchange 2007 or Exchange 2010 public folder store – things like bad start/end dates on appointments, category names that contain certain characters, etc. However, once you’ve figured...
on
27 May 2010
Blog Post:
Fixing Public Folder Directory Objects That Aren’t Linked To The Hierarchy
Bill Long [Exchange]
In my recent post on the Exchange Team Blog, I briefly mentioned the dangers of forcibly removing an administrative group from ADSI Edit. The most common unintended consequence of this is a deletion of the directory object that represents the Public Folder Hierarchy. Deleting this object creates quite...
on
12 May 2010
Blog Post:
Ambiguous SID Error in PFDAVAdmin
Bill Long [Exchange]
May 13, 2010 Edit: The Download Center has been updated with the new build of PFDAVAdmin which contains the fix for this issue. With the release of the new PFDAVAdmin a few weeks ago, some customers started running into an “Ambiguous SID” error when trying to add the Everyone group or Anonymous group...
on
4 May 2010
Blog Post:
Public Folder Admin Permissions Versus Client Permissions
Bill Long [Exchange]
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...
on
28 Apr 2010
Blog Post:
Importing Public Folder Contacts From A CSV File
Bill Long [Exchange]
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 at my...
on
23 Apr 2010
Blog Post:
Fixing Public Folder Replication Errors From Exchange 2003 to Exchange 2007 or 2010
Bill Long [Exchange]
In my post Accessing The Information Store From Powershell , I promised I would post a real-world Outlook Object Model example in the future, so here it is. Back in 2008, I posted part 4 of my public folder replication troubleshooting series on the Exchange Team Blog, with part 4 focused on Exchange...
on
22 Apr 2010
Page 1 of 1 (14 items)