A little off topic, but Brendan reminds me of something... I went through this hassle myself once upon a time. We had logins like 'rdunn39; and 'rydunn39; (for...
Back in the day, this was not set by default in Windows 2000. So, if you wanted to use it at all it needed to be set. I think the guidance on MSDN is...
If he needs the name to be used for user login, he needs to update UPN. Using a different attribute won't really help. That said, updating the UPN is not the...
Thanks, I work on a contract that administers Accounts in Active Directory and we normally use the Admin Pack tools for dat to day admin. There is a...
You can use LDAPManager from www.ldapmanager.org. It is basically a cross between AD Users and Computers and ADModify for any ldap directory. It does a cool...
4097
McHugh, Sean (IT)
Sean.M.Mchugh@...
Mar 9, 2006 2:22 pm
You might also want to look at Phpldapadmin I know it can handle AD -- should be fine for adam as well (it can handle most ldap servers quite easily). --sean ...
are you looking for code, or a 3rd party tool? can you be more specific in what you are looking for? tim Anil Ramsingh <anil.ramsingh@...> wrote: is...
Other than ADAM ADSIEdit or vbscripts a product called "LDAP Administrator" from Softerra for $215.00 for a single license is capable. James W. _____ From:...
Updates to attribute values are done via the DirectoryEntry class. You call GetDirectoryEntry on the SearchResult to get one. Once you have it, you can...
Ok. I got the DirectorySearcher to work, after I put the application on our SharePoint Portal server and accessed the application via localhost. What I can't...
4091
Anil Ramsingh
anil.ramsingh@...
Mar 8, 2006 3:05 am
is there any program for managing user and groups on ADAM? [Non-text portions of this message have been removed]...
Ok, this is strange but it´s looks like the problem was for the permissions of the user that was trying to move the computer, the network administrator don't...
Did you try my suggestion of trying to create a dead simple console app that just does the move with hard-coded paths so you could post that here? Like we...
About the intention of the program, is to move the new computers that are create in the Computer OU to a different OU, so it´s not just one computer and it´s...
Good catch! The misspelling of the attribute would prevent it from getting loaded, but that would not prevent GetDirectoryEntry from working, as it goes off of...
Can you write a simple console application (not a web app) that is just hardcoded to move this one computer to that OU (without doing all the searches and...
I can't see what exactly is wrong from the code you showed. Your code is kind of hard to follow because you are reusing variable names a lot, but can you print...
I´m only trying to move it to another OU. That's my code in VB .NET: Dim Machine As DirectoryEntry Dim search As DirectorySearcher Dim result As SearchResult ...
All of a sudden it disappeared any help and link is highly appriciated -Vivek _________________________________________________________________ All that you...
It would be useful if you showed the arguments you used. :) Also, were you just trying to move the computer, or rename it as well as move it? Thanks, Joe K. ...
I´m trying to move a computer in the domain with the directoryentry.moveto function and i´m geeting this error: [COMException (0x80072032): An invalid dn...
Thanks to everyone for the replies. Unfortunately due to time we ended up scrapping ADAM and starting over with AD. Installed Standalone CAs on each DC....