472,127 Members | 1,843 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

Check member of NT group

i can use Request.ServerVariables to check the login user.

is it possible to check whether the login user is the member of the NT
security group?

it is because i wish to create a dynamic banner according to respective NT
security group.

Thanks a lot.

Tony
Mar 14 '07 #1
1 3209
"Tony WONG" wrote:
>i can use Request.ServerVariables to check the login user.

is it possible to check whether the login user is the member
of the NT security group?
Yes, and the Script Repository has all of the details:
http://www.microsoft.com/technet/scr...s/default.mspx

For example, you can list all members of a group:
http://www.microsoft.com/technet/scr.../adgpvb13.mspx

Or, you can list the groups a user belongs to:
http://www.microsoft.com/technet/scr.../adgpvb17.mspx
it is because i wish to create a dynamic banner according to
respective NT security group.
What if a user belongs to more than one group?


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.

Mar 15 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by Steve Wylie | last post: by
1 post views Thread by Dmitri Vorobiev | last post: by
reply views Thread by Vinny Vinn | last post: by
1 post views Thread by Matt | last post: by
9 posts views Thread by Sameh Ahmed | last post: by
7 posts views Thread by Sameh Ahmed | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.