[GH-ISSUE #10] how can i fix it? #7

Closed
opened 2026-02-25 17:26:19 +03:00 by kerem · 1 comment
Owner

Originally created by @wintrue on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/akruhler/AccountManagement/issues/10

image
If UserGroup Is Nothing Then
NoUserGroup = True
Warnings.Add(New ADWarning("Unable to retrieve default user group", "The default user group (SID: S-1-5-32-545) could not be found on the target system. New users will not be assigned to any group."))
End If

why UserGroup Is Nothing you check error is "The default user group (SID: S-1-5-32-545) could not be found on the target system. New users will not be assigned to any group."

Originally created by @wintrue on GitHub (Mar 20, 2023). Original GitHub issue: https://github.com/akruhler/AccountManagement/issues/10 ![image](https://user-images.githubusercontent.com/6380530/226323207-7c9a872c-b9bd-41e7-a2eb-73c4a109f398.png) If UserGroup Is Nothing Then NoUserGroup = True Warnings.Add(New ADWarning("Unable to retrieve default user group", "The default user group (SID: S-1-5-32-545) could not be found on the target system. New users will not be assigned to any group.")) End If why UserGroup Is Nothing you check error is "The default user group (SID: S-1-5-32-545) could not be found on the target system. New users will not be assigned to any group."
kerem closed this issue 2026-02-25 17:26:19 +03:00
Author
Owner

@akruhler commented on GitHub (Mar 28, 2024):

The default user group, which has the well-known SID S-1-5-32-545, should normally be present on the system. In case the system is lacking that group (which is not normal afaik), there is no default group assignment for new users.

<!-- gh-comment-id:2025531042 --> @akruhler commented on GitHub (Mar 28, 2024): The default user group, which has the well-known SID S-1-5-32-545, should normally be present on the system. In case the system is lacking that group (which is not normal afaik), there is no default group assignment for new users.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AccountManagement#7
No description provided.