Jump to content

Recommended Posts

Posted

I'm looking for a way to stop our students from using the reply all feature on their O365 emails.

 

Does anyone have any suggestions or use anything currently?

 

Thanks in advance!

Posted
That's run via the O365 Powershell module, you'll need to narrow it down with a subset of users depending on how you group them (do you set the department attribute for instance?)
Posted
You can do it via powershell.

 

Get-Mailbox –Resultsize Unlimited | Set-MailboxMessageConfiguration –IsReplyAllTheDefaultResponse $false

 

It's worth noting that this won't prevent students from choosing to Reply All, it just changes the default to Reply instead of Reply All.

 

I'm looking for a way to stop our students from using the reply all feature on their O365 emails.

 

What's the actual problem that you're trying to solve? Is it that students are hitting Reply All to messages sent to groups (e.g. All Students)?

 

Applying certain permissions to send to groups is a possibility, you can also teach staff to put group email addresses into the BCC section as a simple thing.

Posted
Normally the problem is they hit the reply button thinking it's just going to the original sender, but it defaults to reply all so everyone in the list gets it. It is rare you ever need to reply to all, but MS thought otherwise
Posted

Can you not set the restrictions so only X can be a nominated sender. I did this for our O365 groups.

X can be a group, ie All staff and certain students

Posted

It depends if you are using AD synchronised e-mail groups, or if they are cloud based.

 

If they are Active Directory groups, you can edit the dLMemSubmitPerms attribute in AD with the CN valid of a group that can send to it eg CN=Staff,OU=Users,DC=School,DC=Internal would only allow users in the Staff AD group to send.

 

If it's a cloud based group, it should be similar via the GUI

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...