I am running a clean install of MOSS 2007 SP2 on Windows Server 2008 R2, all patches/updates etc. have been applied. (this was not an upgraded SP2003 server)
I have the following User Filter in place for the import from our Active Directory:
(&(objectCategory=Person)(objectClass=User)(!(userAccountControl:1.2.840.113556.1.4.803:=2))(!(!company=*)))
SOME disabled accounts
are imported into the User Profiles and appear in the User Information list, while
others are not. This is happening
AFTER 3 or more Full Imports have run since the time the user accounts were disabled in AD. All of the accounts are 'disabled' the same way in AD, right-click and choose disable. Looknig at the menu via right-click on the account displays
"enable" and looking at the properties shows that the accounts are disabled.
I have tried several different versions of the user filter but cannot seem to find a way to exclude all disabled user accounts. I searched through the forum and found several similar, but not exactly the same, posts which have never been "answered".
Since this situation is a variation on those I thought I would try ag
View Complete Post