Jump to content

Recommended Posts

Posted

Evening all

 

Couple of questions regarding 365

 

How do you create new address lists based on the AD department field?

 

How do you stop users editing there profile picture and there my account settings on exchange?

Posted

I take it you sync your users, do you not have the users in a security group already? The easiest way I've found is to create the groups in ad or use existing security groups making sure they have a display name and an email address.

 

Not sure on the pictures but if you add the pictures to ad i think they overwrite user set ones with each sync.

Posted

Yup we use dirsync we do have security ad groups setup for staff and students etc.... How does that stop users editing there my account settings info?

 

Many thanks

Posted

ok so found how to stop editing my account settings, under users roles on exchange there is a load of tick boxes you can untick.

 

Just need help on how to create new address lists if anyone wouldnt mind advising please. Also anything else we should be disabling for students on 365

Posted

I run these from PowerShell

Set policy for no user profile pictures this command will apply to everyone who is part of the default mailbox policy

 

Set-OwaMailboxPolicy OwaMailboxPolicy-Default -DisplayPhotosEnabled $false -SetPhotoEnabled $false

 

Remove user Photo

Remove-UserPhoto "Username"

  • Thanks 1

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