distribution group
32 TopicsPrimer: How to Use RBAC for Applications to Control App Use of the Mail.Send Permission
The temptation to use the Mail.Send application permission in scripts can lead PowerShell developers into trouble because the permission allows access to all mailboxes, including sensitive executive and financial mailboxes. Fortunately, RBAC for Applications allows tenants to control the access that apps have to mailboxes and other Exchange content. All explained here with an example script to test RBAC of Applications. https://office365itpros.com/2026/02/17/mail-send-rbac-for-applications/443Views3likes4CommentsCross forest Distribution Group list expansion
We have two forests in a 2-way trust. On each forest there's an Exchange 2016 Organization installed. On one forest a Distribution group has been created with users from both the forests, in ADUC we see the membership correctly for all the users. On the Exchange Console of that Forest opening the DG we can see only the "local" users and the SID for the remote one. Sending an email to the DG it only delivers to local forest's users. Why Exchange Server doesn't expand the DG membership as the ADUC does and deliver emails to all recipient ? Do we have to replicate remote Forest's Users as local contacts ? thanks135Views0likes1CommentHidden Group and Hidden Group Membership
Hi everyone! I have come across a requirement where the client would like to use an excel spreadsheet, a service account and application registration to manage group membership for a confidential group. They would like to create a group from which the members cannot leave, see other team members and cannot see the group itself. Now, I have the concept of the flow with me but for the life of me, I cannot get around to finding/configuring a group that meets the requirement. Have you guys come across this sort of scenario? Group Configuration: Users should not be able to view the group Users should not be able to view members of the group Users should not be able to leave the group Thanks in advance.1.7KViews0likes4CommentsCollect count of emails sent to ALL Distribution Groups in ExOL
Hey Team, I am looking for PowerShell assistance, such as exporting a list of all distribution groups and measuring how many messages were sent to each DG in the past 10 days. Basically, how can I combine "Get-DistributionGroup -ResultSize Unlimited | Select-Object Name, DisplayName,GroupType,PrimarySmtpAddress | Export-csv c:\temp\DistributionGroupReport.csv -NoTypeInformation" and "Get-MessageTrace -StartDate (get-date).AddDays(-10) -EndDate (Get-Date) -RecipientAddress email address removed for privacy reasons | measure-object | Select Count" to a single csv, if possible. Thanks.168Views0likes1CommentWorkaround for ms365 demo tenant account(copilot access)
I have a Microsoft 365 tenant demo account but currently do not have access to Copilot. I’m looking for possible workarounds or alternative methods to experience Copilot’s features within my current setup.If anyone has faced a similar issue or can suggest solutions, such as trial extensions, preview programs, or configuration tips, I’d greatly appreciate your insights.177Views0likes1CommentHow to share contact groups now in Office365 as 'Public Folders' don't show in New Outlook
I have used contact lists in 'Public Folders' for a team of users for many users, now users on NEW OUTLOOK cannot use or see these. What do I use now to import these contact lists (csv or whatever) into what medium on Office365, a shared mailbox, a public folder mailbox, a distribution list, contact group, M365 group to hold all these lists for different clients? Note: All users should have the ability to edit the contact lists AND send email (like its an Outlook Address Book). It must be mail-enabled as the users just need it to send emails to.527Views0likes0CommentsAutomatic reminder based on date from response of Forms
Hello, is there anyone who can help me? I use Forms to register to event (Pub Quiz) and I am able to sent automatic email by PoweAutoamte with confirmation "Your registration was successful" but I have no idea how to sent reminder two days prior the event. I created a list from excel but I can not synchro it and can not get any new response in it. What is the best/easiest way how to proceed? Many thanks!!!!405Views0likes1CommentDistribution List Email failed and I don't understand why
We are a non-profit with limited IT experience, so please be kind with responses. Hoping you can provide some guidance to assist with how to fix this. Tried to send an AllCompany email to the distribution list and it wasn't delivered. Message trace text included: Received -> Not Processed -> Not delivered 2/23/2024, 6:43 PM | Drop | Reason: [{LED=554 5.4.184 RESOLVER.GRP.SuppressYammerGroupExpansion; By design group expansion for Yammer groups is suppressed so posts are not sent to the group members mailboxes};{MSG=};{FQDN=};{IP=};{LRT=}]2.8KViews0likes1CommentDynamic Distribution Group User Exclusion Recipient Filter
I have a dynamic distribution group that uses Office locations for its recipient filter. It is able to pick up all of the users needed, however, there are a few service accounts I want to exclude from the dynamic group. I know the easy answer is to remove the Office info from the service accounts, however I'd prefer not to. As I'm using this example as a test for excluding users from future dynamic distribution groups that we're going to be migrating to exchange online. Here is an example of the recipient filter in use: $filter = "((Office -eq 'Spokane, WA') -or (Office -eq 'Sandpoint, ID') -and (RecipientType -eq 'UserMailbox') -and (RecipientTypeDetails -eq 'UserMailbox')) -and (-not(UserPrincipalName -like 'email address removed for privacy reasons' -or 'email address removed for privacy reasons')))" The service accounts still appear in the dynamic group's recipient list.3.3KViews0likes3CommentsEmail from distribution list goes to deleted folder
Hi all, Could anyone know what can be the problem? I created a distribution list, and the user who is a member of that list sends an email to the distribution list but the mail goes to the deleted folder, and the user does not receive it in the inbox. But everyone who is a member of that list received it without a problem. I593Views0likes0Comments