Sharepoint Tools – WssContentDBSync v1.0 (Command Line Tool)
22/01/2012 Leave a comment
Hello Everyone,
You can use this tool when common problem has occured with your users Wellcome name is not updated even if you try the tradational ways.
it’s a command line tool that using Sharepoint Object Model so you can only run this tool on sharepoint installed servers.
The tool has compare your profile store and your content database UserInfo table and find out that not updated (sync) usernames and emails and if you want it equalize these problematic names.
Usage :
WssContentDBSync <Site Collection Url> <Equalize:true:false> [AccountName]
Parameters:
Site Collection Url (Required) : For your site url
Equalize (Required) : if you select true , the tool equalize your users name and email within user profile prefferedname and workemail. if you select false , it will just report mismatch issues not execute any sync operation .
AccountName : to be a domain account name. it only sync or report the given accounts status.
Examples:
WssContentDBSync http://blog.bugrapostaci.com true
WssContentDBSync http://blog.bugrapostaci.com true Blog\bugra
For Download :
http://spstools.codeplex.com/releases/view/80949
WssContentDBSync x86 can be used 32 bit Sharepoint 2007 systems.
WssContentDBSync x64 can be used 64 bit Sharepoint 2007 systems
!!! Not tested for Sharepoint 2010 .
🙂