This repository has been archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
acc09
My-Random-Thoughts edited this page Oct 28, 2017
·
1 revision
Checks the builtin group memberships to make sure specific users or groups are members. If there is only one entry in "GroupMembers", then "AllMustExist" will be set to "TRUE". !nThis is check 3 of 3 that can be used to check different groups.
- AllMustExist - "True|False" - Do all group members need to exist for a "Pass"
- GroupMembers - "LIST" - Users or groups that should listed as a member
- GroupName - Local group name to check
AllMustExist = 'False'
GroupMembers = @('Domain Admins')
GroupName = 'Remote Desktop Users'
- None
-
PASS
Group membership configured correctly One or more users are members of the selected group -
WARNING
Invalid group name, or group is empty -
FAIL
Group membership is not correct -
MANUAL
-
NA
- All Servers
- None