The way I've set it up is to have my .asp pages that create the mailbox sit in a virtual directory, and set the Anonymous Account to be the strAdminUser for...
I am developing a simple application on my intranet. It's a web form in ASP.NET. When the user enters information into the form and clicks on submit, I want to...
Hi, I have a task to add new user and edit existing users in active directory using VB.NET. Can anybody show me an example or url? Thanks in Advance Moorthy ...
Hey, I just searched the www.msdn.microsoft.com for sample codes in C#, and I noticed there is lot of example codes in VB... Regards, /Jimmy ... Jimmy...
Jimmy Andersson
jimand@...
Dec 5, 2004 2:37 am
2625
Here is a good entry point to some documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/a ...
You may want to supply some more information because there are so many vectors in this kind of question. I imagine that you are going to use Integrated...
Hi Joseph When i try your example code, i do get " An operations error occurred" error though i provided my user name and password for the domain (i am in...
Hi Joseph, Please never mind. It was from mine. i put domain name wrong. Now i am able to add user. I will look for editing the existing entries. If you can...
Hi I heard EmployeeId column exist and hidden in Active Directory. How do i get it enable and update the information using vb.net? Thanks in advance Moorthy ...
Yes is does exist. It isn't hidden, meaning I don't know that it is in any of the standard MMC SnapIns like Active Directory Users and Computers. (Although I...
Hi all, I am trying to reset password in AD through vbscript so far, it doesn't get through, anyone can take look at it, thanks in advance... below is code: ...
You are missing a quote before WinNT. Because this is vbscript I created a joe.vbs file and ran your code in the file via a command windows with cscript...
it works thanks alot wei ... http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/i ... __________________________________ Do you Yahoo!?...
Wei, Please make sure you take away more then just working code from Joseph's post. Pay attention to his comments about debugging and documentation and learn...
Hi, I need to enumerate all available NT/Active Directory domains in my VB.Net application. In a second phase, I will need to list all computers in a selected ...
Hello, I am trying to add an existing local user to local Administator group.When the Invoke method is called I get this exception: Exception "A member could...
... What is the "user" DirectoryEntry after this call?? Do you really find that user you're looking for?? ... ("Administrators", "Group"); Ditto for the group...
Can Anyone please suggest some good websites and books that i can read to develop my programs specifically written in C++ i always have problems with writing...
Hey there, There are alot examples on http://msdn.microsoft.com, and there are some good books look for a author called Charles Oppermann. But if you have a...
Hey all, After a very long hiatus, and a new mail server, I have returned. Back in Canada, I'm now working downtown Toronto for EMC. Hopefully I will be able...
Welcome back Brendan! Joe ... From: "Brendan Stephens" <brendan.stephens@...> To: <ADSIANDDirectoryServices@yahoogroups.com> Sent: Wednesday, December...
Yeah its great to see we are at full strength again --- Now we need you to sort out any of the unanswered questions - ****IF there are any :) C ... From:...
Hello Marc, Thanks for the response. user and group object are the one expected. user.Path is "WinNT://<Domain>/<Local IPAddress>/ASPNET". I tried calling...
Hello, I'm looking for a tool to synchronize user from Ad to ADAM or Synchronize password from AD to ADAm, i don't want to use MIIS 2003. Is this tool exists...
Hi ! We have large firm with offices all over the world and .NET Web Application is allowing users to access the website by authenticating logged in user by...
This question doesn't make sense to me. Are all of the users in the same domain or are there different domains? What exactly is failing? The code below shows...
Thanks Joe for reply. Our structure starts with ABC.NET top level and under that we have sub tree for each continent and under that for each countries.If you ...