Exchange.55.DL
Top  Previous  Next


Adds / removes mailboxes from Exchange 5.5 distribution list

Category
Exchange 5.5

Script section
All

Requirements
·Exchange 5.5 server with Exchange SP4 or later  
·ADSI2.5  

Exchange.55.DL Server, DLpath, Action, MailboxPath

Server
Exchange server name  

DLPath
Full path to DL  

Action
What to do, options: AddMailbox | RemoveMailbox  
·AddMailbox - add specified Mailbox to DL  
·RemoveMailbox - remove specified Mailbox from DL  

MailboxPath
Full path to Mailbox  

Examples
1) AddMailbox

Exchange.55.DL ExchSrv01, o=Acme/ou=Site01/cn=Recipients/cn=MyDL, AddMailbox, o=Acme/ou=Site01/cn=Recipients/cn=%col2%

2) RemoveMailbox

Exchange.55.DL ExchSrv01, o=Acme/ou=Site01/cn=Recipients/cn=MyDL, RemoveMailbox, o=Acme/ou=Site01/cn=Recipients/cn=%col2%