net localgroup administrators /domain # List users in the administrators group inside the domain
net group /domain # Information about domain groups
net groups /domain # List of domain groups
net group <domain_group_name> /domain # Users belonging to the group
net group "Domain Admins" /domain # List users with domain admin privileges
net group "Domain Controllers" /domain # List PC accounts of domain controllers
net group "domain computers" /domain # List of PCs connected to the domain