This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I stop ARS from detecting my on-premise exchange environment? I do NOT want any mail options available at all.

Currently using ARS 7.2.1 in a hybrid environment with on-premise Exchange and O365.  ARS is currently detecting the on-prem exchange environment and causing a few minor issues.  Is there a way to stop ARS from detecting the on-prem exchange environment?

Parents
  • I would recommend options:

    #1. ARS Policy |- DEny  edsaExchangeCreateMailbox = FALSE and other Exchange Attributes (homeMDB, mail, proxyAddresses, alias = DENY access to all AD role groups like AD|ARS_HelpDesk etc.)

    #2. ARS Policy Script. onPreCreate(), onPreModify() $edsaExchangeCreateMailbox = $FALSE - that is a solid "silent" block for everybody in #1 and also AD\ARSADMIns, AD|\svc_ars_service account.

    #3. removing ARS WI | User Create/Update | Exchange Properties Tab is a "weak" option which leaves other clients to have Exchange Properties available in ARS.MMC open and ARS Script PS1, VBS.

Reply
  • I would recommend options:

    #1. ARS Policy |- DEny  edsaExchangeCreateMailbox = FALSE and other Exchange Attributes (homeMDB, mail, proxyAddresses, alias = DENY access to all AD role groups like AD|ARS_HelpDesk etc.)

    #2. ARS Policy Script. onPreCreate(), onPreModify() $edsaExchangeCreateMailbox = $FALSE - that is a solid "silent" block for everybody in #1 and also AD\ARSADMIns, AD|\svc_ars_service account.

    #3. removing ARS WI | User Create/Update | Exchange Properties Tab is a "weak" option which leaves other clients to have Exchange Properties available in ARS.MMC open and ARS Script PS1, VBS.

Children
No Data