Jump to content

Recommended Posts

Posted

Hello,

 

A student is repeatedly creating groups that sync into our global address book on Outlook.

We have a student role assignment policy with all functions unchecked and is definitely applied to the student in question.

 

Q1: Is there something else that needs doing to disable group creation for specific users?

 

Q2: Is there a method of preventing non-AD synced groups appearing in the global address book?

 

I have used the powershell command

Set-OwaMailboxPolicy -Identity Student -SetPhotoEnabled $False

to disable changing user photo.

I then used another command (can't remember) to apply the 'Student' mailbox policy to one student.

However the student managed to change their picture again today. :bowl:

 

Q3: What else am I supposed to do to disable the picture option?

Posted

Thanks.

Today I have ran these commands:

Set-OwaMailboxPolicy -Identity "Student" -GroupCreationEnabled $false
Set-OwaMailboxPolicy -Identity "Student" -SetPhotoEnabled $false
Set-CASMailbox -Identity [email protected]  -OWAMailboxPolicy "Student"

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