Jump to content

Recommended Posts

Posted

Hi

Does anyone know a setting / powershell please to prevent staff changing their Office 365 photo?

 

We set them using the staff photos taken officially but some have decided to change them to social media photos !

 

Thanks

Posted

You need to do it based on the group policies, but this can take a few hours to apply and then you'd need to re-sync the photos over the top.

 

Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -SetPhotoEnabled $false

 

(That's for all policies, else do the -identity "name" of which policy etc)

 

Steve

  • Thanks 1
Posted
Thanks Steve, do you mean the photos need to be set in AD and then synced? If you turn off that policy is there then no option for admins to set them via 365? Thanks
Posted

Depending how you're first syncing them I mean, for example we sync from AD with Salamander.

 

If you're manually setting them you can do that still you just need to ensure the admin accounts aren't in the mailbox policy that's being applied (e.g. not to "all staff" or whatever your mailbox policies are)

 

Steve

  • 2 weeks later...

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