You are here

VBS Script to export properties of all groups in IBM Lotus Domino using LDAP

The attached script will extract the common name and email address of every group stored within a domino directory to a csv file.

You will need to change dominoserver within the select statement to the name of your server, you may also need to fill in the User ID and Password fields if you servers does not allow anonymous access.

You domino server will also need to accessible via LDAP

Blackberry, read marks not replicating to Lotus Notes mailbox

Solution to:  Blackberry, read marks not replicating to Lotus Notes mailbox

VBS Script to add an extension (Extmgr_Addins) to the Lotus Notes notes.ini

A VBS script to add an extension/addin to the Lotus Notes ini file.

The script will either append to the "Extmgr_Addins" line if it is already there or it will create the line first.

Simple change the varibles "notes_ini_path" and "extension_to_add"

If your ini path varys you may want to pull the path from the registry, this article may be a good starting point but feel free to comment.