Hey guys!
since weeks I got messed up with user profiles in MOSS2010.
Initially we have setup AD synchroization from whole AD. Some tests were done and numerous OUs were excluded from the sync connection.
Hence thousands of profiles should be deleted from SharePoint, but still kept in AD.
SharePoint has moved them to "Profiles Missing from Import" which was a first milestone. However, we use the profiles in organization webparts and the "should be-" deleted profiles still appear in those webparts.
We were waiting more than 14 days for automatical deletion which doesn´t took any affect.
MySite cleanup Job and User Profile Change Cleanup Job have been executed by schedule and manualla - accounts still exist
Full sync has been executed - accounts still exist.
I have executed the well known PowerShell script to delete NonImportetObjects
Set-SPProfileServiceApplication $upa -GetNonImportedObjects $true
But I get only five profiles as result. On SharePoint CA I have thousands of profiles on "Profiles Missing from Import". So I guess the execution of
Set-SPProfileServiceApplication $upa -PurgeNonImportedObjects $true
wont help me out in this case.
Due to the large amount of profiles, a manual deletion is not a suitable solution.
Do you have any idea how to fix this?









