User Group Membership – Quick Query
You sometimes need to know the Active Directory domain group memberships of a user currently logged in to a Windows computer. Mostly, you need this information for troubleshooting purposes. The easiest way is using the following command line query: net user /domain %username% Example C:\>net user /domain %username% User name varadmin Full Name Varuna Admin […]