User & Group Management

Users

Account can be categorized as:

  1. Service accounts

  2. Built-in accounts

    1. Administrator (sysadmin tasks on the host)

    2. Default (multi-user authentication apps)

    3. Guest (disabled by default)

    4. WDGUtility (Defender's account)

  3. Local users

  4. Domain users

  • The management of AD-objects is done via the ActiveDirectory Powershell module.

  • Domain users can access any domain-joined host, while local users are restricted only on the host they are created in.

Commands

  • The Get, New, and Set verbs are used to find, create, and modify users and groups.

  • LocalUser, LocalGroup, ADUser, and ADGroup.

Local

Domain

We must first install the ActiveDirectory module which is a part of the Remote System Administration Tools (RSAT).

Last updated