Group Member List in SQL
Pretty cool - you can get a list of members in an NT/W2K group by using the
xp_logininfo stored proc.
exec master..xp_logininfo 'BUILTIN\Administrators', 'members'
Unfortunately, I couldn't get this to work for a domain level group. (Maybe just that I didn't have access rights?)
I'm trying to find a place in Win2K GUI where you can list the members of a domain group. In NT, when selecting a group in the permissions dialog, there was a
Show Users button.
Yuk! Found a tool on MSDN ftp site that will list the users for a given domain group.
global.exe
Posted 5:37 PM
|
0 comments
|
Permalink