Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enrich information SBD-011: Get amount of users and groups in administrators group on system. (0 - 2: True; 3 - 5: Warning; 6 or higher: False) #570

Open
TuemmlerKelch opened this issue Apr 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@TuemmlerKelch
Copy link
Collaborator

TuemmlerKelch commented Apr 29, 2024

Description

Currently, there is no indication

  • of the displayed users' status
  • if the entry is a user or group
  • for gourps: how many users are present in this group

What are the benefits?

Users can more easily identify how "bad" the configuration is by being able to quickly glance how many users there are and if they are actually active (and thus could be used to log on to the device.)

Acceptance Criteria!

  • user status is displayed
  • groups and users are distinguished
  • groups are broken down to users

Linked Issues?

N/A

Additional Information!

Possible implementation:

Users:

  • local users
    • workstationname \ username (status: active / inactive)
  • domain users
    • domainname \ username (status: active / inactive)
  • groups
    • domainname \ group name 1
      • domainname \ username 1 (status: active / inactive)
      • domainname \ username 2 (status: active / inactive)

❗ If there are '0' domain users output should be N/A (this would suffice for both non-domain-joined devices as well as devices that actually have not domain member configured as local admin)

@TuemmlerKelch TuemmlerKelch added the enhancement New feature or request label Apr 29, 2024
@TuemmlerKelch TuemmlerKelch changed the title [Enhancement]: Enrich information SBD-011: Get amount of users and groups in administrators group on system. (0 - 2: True; 3 - 5: Warning; 6 or higher: False) Enrich information SBD-011: Get amount of users and groups in administrators group on system. (0 - 2: True; 3 - 5: Warning; 6 or higher: False) Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant