No announcements
Found 2543084 threads
-
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 | 730 Views | Created by Yaakov2018 - Thursday, July 19, 2018 12:14 PM | Last reply by Yaakov2018 - Friday, July 20, 2018 8:48 AM -
0 Votes
Active Directory users listing
public static void GetListOfAdUsersByGroup(string domainName, string groupName) { ...Answered | 2 Replies | 689 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 -
0 Votes
Query for expired password for Active directory user account?
Hope the below links will be ...Answered | 5 Replies | 4664 Views | Created by Need help to fix this Queries its shutsdown system - Thursday, April 7, 2016 1:57 PM | Last reply by Sorna Kumar Muthuraj - Thursday, April 7, 2016 2:21 PM -
0 Votes
Query Active Directory User Permissions
The below SQL is what I used to get a list of the Library documents, the permissions assigned, and the user they are assigned to whether they are in active ...Answered | 6 Replies | 917 Views | Created by BPaver - Thursday, March 1, 2018 7:46 PM | Last reply by Dennis Guo - Thursday, March 15, 2018 5:28 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 | 4870 Views | Created by Frank Kearney - Wednesday, November 17, 2010 9:46 PM | Last reply by dbp2784 - Wednesday, November 17, 2010 10:04 PM -
1 Votes
Querying Active Directory with VB.NET
Hi Ian, Please check, one sample code is given ...Answered | 4 Replies | 9630 Views | Created by ianbhenderson1973 - Thursday, April 19, 2012 10:24 AM | Last reply by Shweta Jain (Lodha) - Sunday, April 22, 2012 2:36 AM -
2 Votes
Query Active Directory from SSRS
Hi Dhanisha, In your scenario, please check if the current domain user exists in the active directory cn field.Answered | 5 Replies | 6149 Views | Created by Dhanisha - Thursday, October 8, 2015 3:09 AM | Last reply by Dwayne53 - Sunday, May 26, 2019 9:59 PM -
1 Votes
List azure resources that belongs to an azure active directory user
Hi, You need to use Graph Api to list azure resources that belongs to an azure active directory user.Answered | 2 Replies | 387 Views | Created by Zhisong - Wednesday, November 18, 2015 5:47 PM | Last reply by Zhisong - Wednesday, December 2, 2015 4:41 PM -
1 Votes
Retrive list of all active users from active directory using powershell.
Alternatively, if Active Directory Web Services are available in your environment, you can use the Active Directory PowerShell cmdlets.Answered | 1 Replies | 2927 Views | Created by abc67 - Tuesday, December 18, 2012 6:29 PM | Last reply by Trevor Seward - Tuesday, December 18, 2012 6:57 PM -
0 Votes
Active Directory query
I'm trying to get a list of all users in a given domain from active directory.Answered | 1 Replies | 3276 Views | Created by Rob Marsh - Tuesday, December 23, 2008 11:32 AM | Last reply by - Thursday, December 25, 2008 2:11 AM -
0 Votes
Get a list of active directory users in C#
Hi, I need to get a list of Windows server 2008 active directory users in C#.Answered | 1 Replies | 2090 Views | Created by RahulKrishnan - Thursday, July 5, 2012 12:41 PM | Last reply by Stefan Hoffmann - Thursday, July 5, 2012 12:47 PM -
0 Votes
Query Active Directory from SQL Server
Hello Anthony, You can also create a linked server to ADS to query the information's, see ...Answered | 3 Replies | 1129 Views | Created by Anthony C-UK - Wednesday, March 23, 2016 4:51 PM | Last reply by Anthony C-UK - Wednesday, March 23, 2016 5:33 PM -
0 Votes
Querying Active Directory
http://chanmingman.wordpress.com/2012/03/20/retrieve-a-specific-property-from-Answered | 1 Replies | 1014 Views | Created by blabbermouth - Tuesday, June 4, 2013 7:35 PM | Last reply by chanmm - Wednesday, June 5, 2013 12:42 AM -
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/sqlservert ...Answered | 3 Replies | 1551 Views | Created by coolram4u - Tuesday, January 7, 2014 8:02 AM | Last reply by coolram4u - Wednesday, January 8, 2014 8:33 AM -
0 Votes
How to populate a SharePoint List with Active Directory users?
If you don't want to use th 3rd party product mentioned above you can write a custom job which calls AD, retrieves the users and creates items in a list.Answered | 2 Replies | 5647 Views | Created by Jaik Antony - Wednesday, July 15, 2009 6:56 AM | Last reply by Dave Hunter - Wednesday, July 15, 2009 11:47 AM -
0 Votes
Querying Active Directories Issue
This will help you a ...Answered | 1 Replies | 2855 Views | Created by Frank_Carpenter - Wednesday, July 24, 2013 5:12 PM | Last reply by DIEGOCTN - Wednesday, July 24, 2013 6:13 PM -
0 Votes
Sql query error in Active Directory
Hi Marcus, We can using this sample to query Active Directory from MS SQL Server: sp_addlinkedserver 'ADSI', 'Active ...Answered | 2 Replies | 8817 Views | Created by Marcus P. Gioscia - Thursday, September 6, 2012 1:11 PM | Last reply by Marcus P. Gioscia - Monday, September 10, 2012 6:34 PM -
0 Votes
question about query Active Directory
Hi, When you build the LDAP query path you can add attributes to only bring back the data you want.Answered | 1 Replies | 4782 Views | Created by lulu09 - Monday, May 11, 2009 8:07 PM | Last reply by Dave Hunter - Monday, May 11, 2009 9:03 PM -
0 Votes
Get Active Directory Information in List
It uses PowerShell Script to update the user info list.Answered | 2 Replies | 1329 Views | Created by Tagore 534 - Friday, May 10, 2013 6:58 AM | Last reply by Pradip T - Friday, May 10, 2013 9:50 AM -
1 Votes
creating user in active directory??
http://msdn.microsoft.com/en-us/library/system.directoryservices.directoryentries.add.aspx http://www.dotnetspider.com/resources/1242-Creating-New-User-Account-ActiveAnswered | 1 Replies | 1516 Views | Created by starnitin - Monday, August 20, 2012 11:23 AM | Last reply by Joon84 - Monday, August 20, 2012 11:32 AM - Items 1 to 20 of 2543084 Next ›
No announcements