Site Archives Profile Synchronization

Import Profiles (enabled) into SharePoint from Active Directory


One thing that I overlooked setting up a MOSS farm was the user filter for only active/enabled user accounts. Meaning…I was synchronizing all Active Directory profiles even those that where disabled. Microsoft has the following KB explaining how to do this.
User Filter: (&(objectCategory=person)(objectClass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
http://support.microsoft.com/kb/827754