All Forums >> [Scripting] >> Post a VBScript >> Notes 6.5 autoconfiguration script Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
I have completed a script that fully automates the Notes 6.5 configuration process for environments that have Notes 5.x currently installed (and for environments that use 6.5 but are not able to fully roam). For networks that have workstations using Notes 6.5 and local configuration files, at present the only solution is to manually configure the workstation by using the wizard and copying over key data files from the user's Notes 5.x install folder; files such as their ID file, the names.nsf, etc. This requires a technician to have the user present and or get the user's domain username and password as well as their Notes password. For large corporate networks requiring hundreds or many thousands of upgrades this is not a viable option. IBM has not provided a solution and nothing else exists so I wrote one in vbScript.
It uses a combination of many aspects of vbScript, file reading, writing, copying, folder creation and permission settings, registry editing, excel file creation and reading, and more. If nothing else the script should be a great reference for how to do various tasks with vbScript.
It works well and it is very cool. I have used this script to save my company hundreds of thousands of dollars in manpower (and I'm not even in engineering) :)
It is 431 lines with full comments. There are also companion scripts to distribute the script and to interpret the logfiles. Obviously it has some information that is specific to my company which I wil remove before sending. Anyway, that said the formatting wouldn't hold up when I tried to put it in as pasted code and I can't upload till I have 20 posts. So... if anyone out there needs a proven solution for a Notes 6.5 migration, I have a solid working answer. You'll have to respond to this or email me and I can get you the code.
Best regards, Tony :)
ps: Thanks to the vbScripting community as a whole. My script would not have been possible without the many online resources I used to research and teach myself vb and what was and wasn't possible with it.
Here's a few lines for the hell of it:
< Message edited by unrealtrip -- 8/14/2006 10:51:16 AM >