T The Triage ManualTechnical Guides for IT Emergencies
P4 · Active Directory

Enumerating AD Security Group Members (Including Nested Groups) Without Domain Admin Rights

A domain user on Windows 8 or later needs to view both direct members and nested groups within an Active Directory Security Group but lacks domain admin privileges and access to standard AD management tools. The built-in 'net group /domain' command is insufficient as it omits nested groups, and dsget may not be installed. The primary resolution is to use the native 'Search Active Directory' feature accessible through Windows Explorer's Network view, which exposes full group membership including nested groups without elevated privileges.

Indicators

Likely causes

Diagnostic steps

  1. Run 'net group /domain <TheGroupName>' from Command Prompt to confirm it lists direct members only and omits nested groups
  2. Verify whether dsget is available by running 'dsget /?' in Command Prompt; if not found, confirm it is not installed and move to the GUI workaround
  3. Open Windows Explorer on the Windows 8 client and click 'Network' in the left navigation pane
  4. In the top toolbar of the Network view, click 'Search Active Directory' to open the AD search dialog
  5. In the 'Search Active Directory' dialog, set the search type to 'Groups', enter the target group name, and execute the search
  6. Double-click the returned group result to open its Properties and navigate to the 'Members' tab, which displays both direct users and nested groups

Resolution path

Prevention

Tools

References

active-directorygroup-membershipnested-groupsnon-adminwindows-8windows-server-2008-r2ad-security-groupnet-groupdsgetrsatenumerationread-only-access