Jump to content

Recommended Posts

Posted

Historically part time tutors when they had school email accounts setup had them forwarded to personal accounts.

 

In the light of safeguarding and GDPR we want to change this.

 

In exchange online when I use either of these commands I don't see any forwarded email address's

 

Get-Mailbox | FL DeliverToMailboxAndForward,ForwardingAddress,ForwardingSmtpAddress

 

Get-Mailbox -ResultSize Unlimited | Where {($_.ForwardingAddress -ne $Null) -or ($_.ForwardingsmtpAddress -ne $Null)} | Select Name, ForwardingAddress, ForwardingsmtpAddress, DeliverToMailboxAndForward

 

My problem is that I have tested a couple of address's that I know are being forwarded and the email to the school account ends up in the private account.

 

I've double checked the GUI and even had the tutor log on to webmail in front of me and there is no forwarding set up.

 

Confused :(

Posted

Try this.

 

Get-Mailbox -ResultSize unlimited | Where-Object ForwardingSmtpAddress -NE $null | select UserPrincipalName,ForwardingSmtpAddress,DeliverToMailboxAndForward | Out-GridView

  • Thanks 1
Posted

I have the same issue and will have to stop forwarding to Peri and Governor private e-mail addresses soon.

 

Have you definitely got no forwarding set up in the EAC, Mailbox Features, Mail Flow, Forwarding section?

  • Thanks 1
Posted
No nothing setup which is confusing the heck out of me. My only thought is that this has been done through desktop outlook and its not replicated up to the EAC if that's possible?
Posted
Yes it's possible; you should be able to use message trace to verify that. But as said, if they are doing something personally to forward emails then they are the problem.

 

They are a problem full stop. Most only come in once a month or so for an few hours to give specialist tuition and they are difficult to nail down. Think I'll have to trace a few messages. To these people things like GDPR and Safeguarding have no meaning. They're at the top of their profession (music) and act accordingly. Even the management have trouble keeping them in order.

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...