Modify Advance ACl TAB

Hi,I need to update Advance Tab of Database ACl.

There are almost 35000 databases need to be update, How can I update Advance tab of ACL, to put Admin server in all these databases. Is there any way I can do it with Lotus Script. Please help

Thanks in Advance.

Subject: LS will work

Have a look at the NotesDatabase class, which contains ACL of the NotesACL class, which contains the AdministrationServer property.

To find all of your databases, you can use the NotesDbDirectory class.

/Peter