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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20761657.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20958445.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21474155.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21481357.html
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
// *********...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21521630.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21539831.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21557093.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21628606.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21951670.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21960774.html
Zones:
.NETDate Answered: 08/25/2006 Rating: 8.2 Views: 47