No announcements
Found 2823316 threads
-
0 Votes
How to know if a user is member of an Active Directory Group
My question has two subquestions: 1) How can I determine if a logged on user in a network is a member of a determined group in Win 2008 Active ...Answered | 1 Replies | 5330 Views | Created by WPaul59 - Saturday, February 19, 2011 6:46 PM | Last reply by Vladimir Zografski - Sunday, February 20, 2011 7:43 AM -
0 Votes
Adding a group member to another group in Active Directory
memberOF http://msdn.microsoft.com/en-us/library/ms677099(v=VS.85).aspx Linked Attribute: ...Answered | 2 Replies | 5028 Views | Created by TomK2 - Monday, January 7, 2013 1:34 PM | Last reply by Shaleen Thapa - Wednesday, January 9, 2013 7:15 PM -
2 Votes
retrive the list of groups from active directory subgroup
see http://www.pawlowski.cz/2011/04/querying-active-directory-sql-server-t-sql/ http://www.mssqltips.com/sqlservertip/2580/q ...Answered | 3 Replies | 1554 Views | Created by coolram4u - Tuesday, January 7, 2014 8:02 AM | Last reply by coolram4u - Wednesday, January 8, 2014 8:33 AM -
1 Votes
retrieve list of users in a group in active directory
This will give the users in the group if that group is a SQL Login.Answered | 3 Replies | 4873 Views | Created by Frank Kearney - Wednesday, November 17, 2010 9:46 PM | Last reply by dbp2784 - Wednesday, November 17, 2010 10:04 PM -
0 Votes
How can I programatically query list of Active Directory Security Groups user is member of
DirectorySearcher search = new DirectorySearcher(); search.Filter = String.Format("(cn={0})", ...Answered | 3 Replies | 11370 Views | Created by Rex 55 - Friday, April 23, 2010 9:24 PM | Last reply by JosephIM - Saturday, April 24, 2010 6:35 AM -
0 Votes
Audit Active Directory Group
There may be a way to determine AD Members in a Group from SQL Server; but if these logins are members of other AD groups with access to the same SQL ...Answered | 6 Replies | 1809 Views | Created by ArashMasroor - Saturday, July 2, 2016 11:40 AM | Last reply by Anthony C-UK - Monday, July 4, 2016 3:53 PM -
1 Votes
How to add Active Directory user Group to sharepoint Group as a member in sharepoint 2010?
Site Permissions You will find the list of Groups available, Select a group from the list Now Click on New -> Add users to ...Answered | 3 Replies | 5182 Views | Created by LovkeshPatel - Friday, December 23, 2011 7:05 AM | Last reply by SivaMit - Monday, December 26, 2011 7:37 AM -
0 Votes
Get groups a user is a member of in Active Directory
That is the Active Directory forum queue in ASP.NET Forums.Answered | 3 Replies | 5958 Views | Created by HighNitrous - Tuesday, June 2, 2009 8:49 PM | Last reply by Harry Zhu - Wednesday, June 10, 2009 4:21 AM -
0 Votes
[SP2007] How to list all Active Directory Group in a page ?
DirectoryEntry(ldapPath, login, mdp); DirectorySearcher ds = new DirectorySearcher(de); ds.Filter = "(&(objectCategory=person)(memberOf=CN=" + nom_grp_cherche + ",CN=" ...Answered | 4 Replies | 4667 Views | Created by TheGritch - Monday, October 17, 2011 12:57 PM | Last reply by TheGritch - Monday, October 24, 2011 9:42 AM -
0 Votes
Query Active Directory for Groups by User
For the question about how to query Active Directory on SQL Server, there are basically 3 ways of accessing the Active Directory on SQL ...Answered | 4 Replies | 732 Views | Created by Yaakov2018 - Thursday, July 19, 2018 12:14 PM | Last reply by Yaakov2018 - Friday, July 20, 2018 8:48 AM -
0 Votes
Group Permission on Active Directory ?
Hi, If you talking about Active Directory on Windows Server, i would suggest you ask in Windows Server ...Answered | 3 Replies | 546 Views | Created by IT_MHM - Wednesday, December 31, 2014 10:20 AM | Last reply by Vivian_Wang - Thursday, January 1, 2015 10:09 AM -
0 Votes
List all Active Directory Groups the local PC is member of
I haven't tested this on a large AD network with multiple groups.Answered | 7 Replies | 2669 Views | Created by evpwspm - Wednesday, April 17, 2019 3:09 PM | Last reply by evpwspm - Friday, April 19, 2019 2:25 PM -
0 Votes
Active Directory users listing
DirectoryEntry("LDAP://DC=" + domainName + ",DC=LAN"); DirectorySearcher search = new ...Answered | 2 Replies | 691 Views | Created by Venkata Ramana N - Wednesday, August 19, 2020 7:49 PM | Last reply by Venkata Ramana N - Friday, August 21, 2020 6:05 AM -
3 Votes
Active Directory Groups or Sharepoint Security Groups?
Using AD groups means that users don't appear in membership lists for particular sites.Answered | 2 Replies | 7199 Views | Created by PierreMC - Wednesday, April 4, 2012 10:21 AM | Last reply by Jasper Oosterveld - Wednesday, April 4, 2012 11:05 AM -
4 Votes
Active Directory Groups for SharePoint 2010
Nested Active Directory security groups do not work as expected.Answered | 4 Replies | 3936 Views | Created by Danny_05 - Thursday, December 13, 2012 5:18 PM | Last reply by Jason Warren - Monday, March 18, 2013 3:41 PM -
3 Votes
how to get list of all subtee from Active Directory in .NET
Hi MeetUR, Here are two articles about how to use Active Directory in vb.net.Answered | 1 Replies | 3446 Views | Created by MeetUR DBA - Thursday, December 17, 2009 10:39 PM | Last reply by Jeff Shan - Wednesday, December 23, 2009 8:42 AM -
0 Votes
active directory security group membership issues
Hi Guys, I'm having issues with active directory group memberships not being picked up.Answered | 1 Replies | 9275 Views | Created by JackORegan - Tuesday, October 12, 2010 11:05 AM | Last reply by Shivendra Pratap Singh - Tuesday, October 12, 2010 11:32 AM -
1 Votes
Access Distribution list through Active Directory
It gives the solution of how to programmatically create a Distribution Group in Active Directory.Answered | 2 Replies | 2582 Views | Created by Sundararaman R - Monday, August 13, 2012 1:35 PM | Last reply by Milan_x - Monday, August 20, 2012 6:47 AM -
0 Votes
How permissions work for user who is a member in 2 Active Directory Groups
If you are the member of two groups, and one group has not been granted nor denied permission on an object, and you the other group has been ...Answered | 3 Replies | 4801 Views | Created by ggolub - Friday, March 9, 2012 8:30 PM | Last reply by ggolub - Sunday, March 11, 2012 4:31 PM -
0 Votes
Target Audience with Active Directory groups
Go into your User Profile Service Application and define audiences there, this is a useful ...Answered | 1 Replies | 4228 Views | Created by ALX009 - Saturday, January 14, 2012 5:24 PM | Last reply by Sean Wallbridge - SharePoint MVP - Saturday, January 14, 2012 9:34 PM - Items 1 to 20 of 2823316 Next ›
No announcements