Enter Keywords:
1 - 10 of 64(0.001 seconds)
Sort By:
 
Hi, I want to use my user name: tomaz to get full name, group name,... for user tomez How to write code to find user in ActiveDirectory and return spec. data? I have problem with connecti...
Zones: .NETDate Answered: 10/10/2003 Rating: 9.4 Views: 0
Hi, I am using ADSI through c# to create a website in IIS5.0 There are couple of examples on the net and they are pretty much the same. My code works on localhost, however when I am trying to use ...
Zones: C#Date Answered: 04/22/2004 Rating: 5.4 Views: 0
I am trying to remove a user from the default Domain User group. I have set the user' primary group to another group, but when I try to delete, I get an error saying "No such object on server." Thi...
Zones: MS Visual BasicDate Answered: 06/30/2005 Rating: 7.8 Views: 0
I'm VERY new to DirectoryServices. I'm trying to use DirectoryServices to add Host Headers in IIS, from an ASP application. I've got it to work just fine when I impersonate a user, by adding this t...
Zones: .NETDate Answered: 08/08/2005 Rating: 7.8 Views: 0
Hello All I'm having 'fun' trying to iterate through ADSI users and groups in C#.  Here's a cut down version of the code - please ignore any syntax as have hacked it around a bit // *********...
Zones: C#Date Answered: 08/11/2005 Rating: 8.4 Views: 0
hi experts.  1) I have obtained the user details with WindowsIdentity.GetCurrent().Name); I want to use the  obtained information to access the user's inbox in outlook. 2) I am current...
Zones: C#Date Answered: 08/25/2005 Rating: 9.0 Views: 15
im using code for deleting user from Active Directory but it gives me error that : ( There is no such object on the server.) code is as follows : {                   DirectoryEntry objADAM;  // Binding ...
Zones: C#Date Answered: 09/19/2005 Rating: 7.8 Views: 0
I am trying to add a User to Active Directory and I am running into some problems. I am told there is no such object as a "User" the the domain... or Container for that fact.. Exception Detai...
Zones: ASP.Net ProgrammingDate Answered: 11/12/2005 Rating: 8.2 Views: 0
I just want to connect to Active Directory and just display the results. How can I accomplish this result? I want to display the users in each OU. I am using Visual Studio 2005. (I have already ...
Zones: ASP.Net ProgrammingDate Answered: 09/11/2006 Rating: 8.4 Views: 0
Can anyone guide me on how to set user account's expiration date for local machine using VB.NET? I don't know the exact method name to set this value when we use invoke method on DirectoryEntry obj...
Zones: .NETDate Answered: 08/25/2006 Rating: 8.2 Views: 47