Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4077 - 4106 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4077
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....
James Ward
jward448
Offline Send Email
Mar 1, 2006
6:46 pm
4078
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...
arsenio_g2
Offline Send Email
Mar 2, 2006
9:41 pm
4079
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. ...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
1:03 am
4080
All of a sudden it disappeared any help and link is highly appriciated -Vivek _________________________________________________________________ All that you...
Vivek Kumbhojkar
vkumbhojkar
Online Now Send Email
Mar 3, 2006
5:35 am
4081
... http://www.microsoft.com/downloads/details.aspx?FamilyId=9688F8B9-1034-4EF6-A3E5-2A2A57B5C8E4&displaylang=en -- Tomasz Onyszko http://www.w2k.pl/blog/ -...
Tomasz Onyszko
t_onyszko
Offline Send Email
Mar 3, 2006
8:58 am
4082
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 ...
arsenio_g2
Offline Send Email
Mar 3, 2006
2:22 pm
4083
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
3:38 pm
4084
Thanks for the suggest, these are the paths for the computer that i´m trying to move and the ou who´s gonna be the new parent: ...
arsenio_g2
Offline Send Email
Mar 3, 2006
4:11 pm
4085
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
4:54 pm
4086
Misspelling? dinstiguishedname should be distinguishedname ? ... From: ADSIANDDirectoryServices@yahoogroups.com ...
Richard Kline
rakline01
Offline Send Email
Mar 3, 2006
8:21 pm
4087
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 3, 2006
9:00 pm
4088
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...
arsenio_g2
Offline Send Email
Mar 6, 2006
2:23 pm
4089
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 6, 2006
3:09 pm
4090
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...
arsenio_g2
Offline Send Email
Mar 6, 2006
6:58 pm
4091
is there any program for managing user and groups on ADAM? [Non-text portions of this message have been removed]...
Anil Ramsingh
anil.ramsingh@...
Send Email
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...
Bob Filipiak
bobfilipiak
Offline Send Email
Mar 8, 2006
1:00 pm
4093
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 8, 2006
3:32 pm
4094
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:...
James Ward
jward448
Offline Send Email
Mar 8, 2006
4:25 pm
4095
My first question is why do you want to update the UserPrincipalName? According to MSDN ---...
Timothy P Macaulay
mact312
Online Now Send Email
Mar 9, 2006
2:20 pm
4096
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...
Timothy P Macaulay
mact312
Online Now Send Email
Mar 9, 2006
2:20 pm
4097
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@...
Send Email
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...
Steven Baker
steviewonder...
Offline Send Email
Mar 9, 2006
2:23 pm
4099
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...
Bob Filipiak
bobfilipiak
Offline Send Email
Mar 9, 2006
3:52 pm
4100
Curious, Is there not another attribute that you can update since it is not recommended to modify the UserPrincipalName? Tim Bob Filipiak...
Timothy P Macaulay
mact312
Online Now Send Email
Mar 9, 2006
3:58 pm
4101
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Mar 9, 2006
4:22 pm
4102
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...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 9, 2006
4:25 pm
4103
The web application I created for the hospital network changed the upn and sam account name according to a standardized format based off of the...
Brendan Stephens
brendan_step...
Online Now Send Email
Mar 9, 2006
4:39 pm
4104
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...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 9, 2006
5:23 pm
4105
This is nice!! It is a .NET framework 2.0 app. and its free. ... [Non-text portions of this message have been removed]...
Anil Ramsingh
anil.ramsingh@...
Send Email
Mar 9, 2006
7:22 pm
4106
Cool, I will have to check this one out... Anyone know the author or the feature list? ... -- Ryan Dunn MVP - ASP.NET...
Ryan Dunn
dunn_rp
Offline Send Email
Mar 9, 2006
7:35 pm
Messages 4077 - 4106 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help