User & Group Management
Users
Account can be categorized as:
Service accounts
Built-in accounts
Administrator(sysadmin tasks on the host)Default(multi-user authentication apps)Guest(disabled by default)WDGUtility(Defender's account)
Local users
Domain users
The management of AD-objects is done via the
ActiveDirectoryPowershell 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, andSetverbs are used to find, create, and modify users and groups.LocalUser,LocalGroup,ADUser, andADGroup.
Local
Domain
We must first install the ActiveDirectory module which is a part of the Remote System Administration Tools (RSAT).
Last updated