timmcmic / DLConversionV2

MIT License
43 stars 9 forks source link

Add support for new security group provisioning logic. #111

Closed timmcmic closed 1 year ago

timmcmic commented 1 year ago

In prior iterations of exchange online forward sync non-mail enabled security groups were not represented in Exchange Online. Non-mail enabled security groups are now synced into exchange online as a recipient type ExchangeSecurityGroup.

The script currently has a blocker for non-mail enabled objects as they are not represented in the service in prior iterations but now are.

Review code to determine if it makes sense to remove this blocker at this time.

Could introduce some issues since the new security group recipient type is not returned with either get-recipient or get-group online - making it hard to test for the presence of the exchange online object.

timmcmic commented 1 year ago

Code adjusted to reflect that security groups can now be members. Its important to note that get-group does not allow returning these objects today so they are essentially not health checked.