mirror of
https://github.com/akruhler/AccountManagement.git
synced 2026-04-25 08:36:00 +03:00
[GH-ISSUE #10] how can i fix it? #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AccountManagement#7
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 @wintrue on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/akruhler/AccountManagement/issues/10
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."
@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.