I'm currently testing OCS 2007 R2 in our test labs and ran into some trouble clearing the users contact list. Basically, we populate new users contacts lists using the lcsaddcontacts.wsf and lcsaddaces.wsf scripts from the resource kit. We segregate the contacts into different contacts groups based on their OU.
However, due to some changes in OU membership, we will need to rerun the script to add the users to a their new Contact Groups, unfortunately I did not delete the contacts before rerunning the script so the import created duplicate entries in different groups. So for example, user1@fabrikam.com will have 2 entries, one in Group1 and one in Group2.
I've been doing some reading on the lcsaddcontacts /delete option and tried to clear all users contacts list using
hi I also run into the same issue when delete the contactsfile, so i only manually deleted them. And i also look up the script of the lcsaddcontacts.wsf , i find out that below There are two functions for addcontact and addcontacts, but there is noly one function for deletecontact. So I think that the lcsaddcontacts.wsf has no function for delete the group for many contacts. Those just my opinion. And i will do more research about it, then let you know.