we want to run a cmdlet on the exchange online mailbox whenever a new mailbox is created with an e5 license.
Set-Mailbox <user> -AuditOwner @{Add="SearchQueryInitiated"}
the above cmdlet is the one i need to run every time, however i am…
we want to run a cmdlet on the exchange online mailbox whenever a new mailbox is created with an e5 license.
Set-Mailbox <user> -AuditOwner @{Add="SearchQueryInitiated"}
the above cmdlet is the one i need to run every time, however i am…