mirror of
https://github.com/Set-OutlookSignatures/Set-OutlookSignatures.git
synced 2026-04-26 10:45:52 +03:00
[GH-ISSUE #82] Mailbox is not member of any allowed group #29
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Set-OutlookSignatures-Set-OutlookSignatures#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sjteoh111 on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/issues/82
Originally assigned to: @sjteoh111 on GitHub.
i have the error above no legacyExchangeDN , is this error causing mailbox not member of allowed group ? i check my legacyExchangeDN is empty and my environment is Hybrid AD.
@GruberMarkus commented on GitHub (Aug 2, 2023):
Hi @sjteoh111,
The warning that no legacyExchangeDn was found hints to one of the following scenarios:
As you write that you use hybrid AD. Do you still have Exchange servers on-prem, or sync Exchange attributes between your local Active Directory and Azure AD/Entra ID?
I guess that you do not have an Exchange server on-prem anymore (or never had Exchange on-prem), and therefore do not sync the corresponding attributes.
You can either sync the attributes to on-prem and let Set-OutlookSignatures access your local Active Directory, or you can force Set-OutlookSignatures to only use Azure AD/Entra ID/Graph.
This is described in the README file in the 'Quick Start Guide'. as well as in 'Hybrid and cloud-only support'.
In short:
Please let me know if this helps.
@sjteoh111 commented on GitHub (Aug 2, 2023):
i have change -GraphOnly to True , but in _signature.ini not for direct and indirect members of a group or distribution list the group cannot be found . previously then -GraphOnly false able find the group sid .
@GruberMarkus commented on GitHub (Aug 2, 2023):
Please provide a full log as text file (not as screenshot), created with the -verbose parameter.
@GruberMarkus commented on GitHub (Aug 3, 2023):
Hi @sjteoh111,
if you could solve the problem yourself in the meantime, please let me and the other readers here know how you solved it. This will help others which are in a comparable situation in the future.
If the problem is unsolved, please provide a full log as text file (not as screenshot), created with the -verbose parameter, so I can start analyzing.
@GruberMarkus commented on GitHub (Aug 9, 2023):
Closing the issue, as @sjteoh111 has not provided feedback for a week.
This issue can of course be re-opened when the problem appears again and log files can be provided.