net group

Usage

net group [OPTIONS]

Flags

net group [<GroupName> [/comment:"<Text>"]] [/domain]
net group [<GroupName>{/add [/comment:"<Text>"] | /delete} [/domain]]
net group [<GroupName> <UserName>[ ...] {/add | /delete} [/domain]]

Examples

Show all members of a specific group

net group "Domain Admins" /DOMAIN
The request will be processed at a domain controller for domain example.local.

Group name     Domain Admins
Comment        Designated administrators of the domain

Members

-------------------------------------------------------------------------------
JohnDO
The command completed successfully.

List all domain groups

net group /DOMAIN
The request will be processed at a domain controller for domain example.local.


Group Accounts for \\example.local

-------------------------------------------------------------------------------
*Cloneable Domain Controllers
*Compliance Management
*Delegated Setup
*Discovery Management
*DnsUpdateProxy
*Domain Admins
*Domain Computers
*Domain Controllers
*Domain Guests
*Domain Users
[...]

URL List