BESDuplicateRemoval Version: 3.0.7.24 Summary: This tool is used to delete duplicate computer entries from BES Consoles based on computer names being the same. The tool should be run on the BES Server. Duplicate computer entries are only marked as removed in the database and no information is lost on the computers. If a deleted computer reports in again it will be restored with complete history information. For BES 7.0 with DSA enabled, this tool only needs to be run on the primary BES Server and the modifications will replicate automatically. Command Line Arguments Optional Arguments: -h : Displays this help message -? : Displays this help message -help : Displays help message for installing this tool as a service. -f : Runs in silent mode. No standard output and script runs automatically to completion. -l : Sends standard out to logfile created in the directory of this application with name BESDuplicateRemoval.log -l : Specify a folder to create logs in. Do not include a file name. -d : Used to specify a DSN to connect to the BES Database with. Defaults to bes_bfenterprise if not specified -u : Used to specify a username for SQL authentication to the database. -p : Used to specify a password for SQL authentication to the database. -p : Specify a property to be used when identifying duplicate computers instead of computer name. (MAC Address for example) Sample calls: BESDuplicateRemoval.exe -h BESDuplicateRemoval.exe -l BESDuplicateRemoval.exe -l -L "C:\Temp" BESDuplicateRemoval.exe -d database_dsn -u database_user -p database_password BESDuplicateRemoval.exe -P "MAC Address"