How to search Active Directory group members using Windows 10 built-in tools

Problem

I need to check Active Directory group members but have limited access to install any software on a remote Windows machine running on Windows Virtual Desktop infrastucture.

Solution

To search for the group name, open File Explorer | Network | Network | Search Active Directory

and if you cannot see the members on the result column, you can run cmd.exe and use the following command to see the members of the Active Directory group:

net group THE_AD_GROUP_NAME /domain


Comments

Popular posts from this blog

How to check and reload PAC (Proxy Auto Configuration) file on Windows