Determining Users in an AD Group

From a command line (on the AD server) you can use this to get the members of a group: 1: dsquery group -name "Group Account Name" | dsget group -membersAdditionally a command line exe to get the groups for the logged in member too, something like this: 1: My.User.InitializeWithWindowsUser() 2: 3: Dim identity As System.Security.Principal.WindowsIdentity... Continue Reading →

A WordPress.com Website.

Up ↑