Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

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