Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 4 revisions

c-acc-07-builtin-group-members-1 (Enabled)

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 1 of 3 that can be used to check different groups.


Input Values

  • AllMustExist - "True|False"
  • GroupMembers - List of users or groups that should listed as a member
  • GroupName - Local group name to check

Example

AllMustExist = 'False'
GroupMembers = ('Domain Admins')
GroupName = 'Remote Desktop Users'

Input Descriptions

  • None

Result And Messages

  • PASS
    No additional users exist Additional users exist

  • WARNING
    Invalid group name

  • FAIL
    Additional users exist

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally