aleemladha / ludus_exchange

Install Exchange server 2019 on windows server 2019 / 2022 in Ludus range
4 stars 0 forks source link

Add an option to create mailboxes from AD users #2

Closed tigre-bleu closed 1 month ago

tigre-bleu commented 1 month ago

It would be nice to have an option to add mailboxes for existing AD users.

Simple version would be to just add a mailbox for every existing user.

Enhanced version would be to use template vars to select which users to add. For instance:

     roles:
       - aleemladha.ludus_exchange
     role_vars:
       ludus_exchange_domain_username: VULNCORP\ludus-adm0
       ludus_exchange_domain_password: somepassword
       ludus_exchange_mailboxes:
         - user1
         - user2
         - user3

At the moment only the user from ludus_exchange_domain_username gets a mailbox.

aleemladha commented 1 month ago

Hi @tigre-bleu

I have added the feature :) , kindly remove the role and add it again and test