PST locator task doesn't remove deleted computer accounts
Hi
I've been picking up PST files and watching the locator scan. the Locator is pretty good at picking up new pachines as they appear in the domains in question. what it doesn't do, however is remove the computers from the DB that have been removed from AD. we have cleaned up AD and removed a lot of stale computer accounts, these still show in Personal Store Management => Computers. this doesn't break anything though probably slows the locator down when searching these machines and makes it very difficult to tell actual proportions of the network yet to be searched as oposed to non existant machines in the list.
is there anyway i can turn on such a cleanup? short of deleting the computers from this list and having the locator repopulate it, i'd rather avoid this as itwould put the last scan dates back to zero and the Mailbox asignements would also be lost. so it would be harder to see progress which has been made.
Thanks guys
Mike
All above posts should be helpful and as they say there is always more than 1 way to skin a cat ;-)
Either way, I am running under same scenario as you do, way I am doing it is explained below:
1. There is a separate script (not EV/SQL - AD Script) which picks up Active workstations from AD based on different AD attributes - Basically picking up computer accounts logged on to within a month.
2. Result of above script are stored under separate SQL database & table.
3. I compare PST Computer table with the table mentioned in Step 2 - And mark all computer accounts which PST Locator task found in AD but are not in AD script result to NOT be searched.
Reason I don't remove them is because when you restart PST locator task - it will go out again and search those computers and add to table one more time. So I keep search this computer as 0 for accounts not present in Step 2.
Reason I don't rely on hard disk scan failure or registry scan failure is because as Tony indicared - there could be computers which you want to search but perhaps they were offline when locator tried to scan them & recorded error in SQL.
Hope it helps and hope you're able to figure the puzzle out. :-)
And I am in agreement - this should be in-built in product - where it removes inactive computer account based on certain algorithm.