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....
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...
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. ...
All of a sudden it disappeared any help and link is highly appriciated -Vivek _________________________________________________________________ All that you...
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 ...
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...
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...
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...
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...
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...
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...
is there any program for managing user and groups on ADAM? [Non-text portions of this message have been removed]...
Anil Ramsingh
anil.ramsingh@...
Mar 8, 2006 3:05 am
4092
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...
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...
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:...
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...
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 ...
McHugh, Sean (IT)
Sean.M.Mchugh@...
Mar 9, 2006 2:22 pm
4098
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...
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...
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...
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...
A little off topic, but Brendan reminds me of something... I went through this hassle myself once upon a time. We had logins like 'rdunn' and 'rydunn' (for...