Hi,
I’m in the process of implementing Microsoft 365 for our school. The UCS 365 Connector works fine already. Users are created correctly, but I have huge problems to use the by the connector automatically generated security-groups (classes, courses, student-group, teacher-group) for our rights management in M365 or to use them for anything else at all.
For example when I try to set the booking policy for one of our in outlook bookable rooms with the corresponding PowerShell command, I get an error message that this group doesn’t exist:
Set-CalendarProcessing -Identity RoomMailboxName -AllBookInPolicy:$false -AllRequestInPolicy:$false -AllRequestOutOfPolicy:$false -BookInPolicy "name of security group"
The same code works fine with groups that I created manually in M365.
To be honest, right now the generated security groups have no value at all for me, because I can’t use them anywhere in M365 (teams, outlook, etc…)…but I need those groups to reduce my administrational effort I have to put in our M365-tenant.
My question in short: How can I use productively the automatically generated security-groups?
Thanks in advance and best regards
Kai Schoulen