Sep 30 2022 02:51 AM
Hello community,
Hopefully, someone can help as Microsoft Support just isn't understanding my problem unfortunately!
I setup a new GAL for our students to make things a little tidier and easier for them to natiigate all our addresses as they are young people and things do need to be simpler for some.
I wanted a GAL that only included all Student and Staff so they could find their peers or their teacher. However, what's happing is they can find their peers (students) but not the teachers (staff).
Do you see any syntax issues with my recipient filter below?
New-GlobalAddressList -Name "Students-GAL" -RecipientFilter {(Department -eq "Students")} -or {(Department -eq "Staff")}
I tested creating an address book with a recipient filter for staff and this worked, here the command I used.
New-AddressList -Name "All Staff" -RecipientFilter {((RecipientType -eq 'UserMailbox') -or (RecipientType -eq "MailUniversalDistributionGroup") -or (RecipientType -eq "DynamicDistributionGroup")) -and (Department -eq "Staff")}
Any help to resolve this would benefit a lot of students as what we have now found is auto suggest when they start comosing and email is they cannot find there teachers name like they coul before.
Thank you in advance.
Rob
Sep 30 2022 08:37 AM
SolutionSep 30 2022 11:34 PM - edited Sep 30 2022 11:35 PM
Thanks Vasil, that's what it needed to kick the update in. Ill let Microsoft Support know
Sep 30 2022 08:37 AM
Solution