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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4043 - 4072 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4043
Hi I am trying to create user contact in AD and add into the group. so far, after I programmatically created the contact, thenI am having trouble to addin, I...
wei
weihuangzhu
Offline Send Email
Jan 13, 2006
1:16 am
4044
Hi I hope this code can help u .. Const ADS_PROPERTY_APPEND = 3 Set objUser = GetObject _ ("WinNT://" & strDomain & "/" & strUsername & ",user") objUser.PutEx...
rajni sachan
rajnisachan
Offline Send Email
Jan 13, 2006
12:49 pm
4045
salamu alikom plz,if any one have some code in ASP.NET to send SMS message plz, send it to me. i search in the internet but the code which i found it has more ...
eman hossny
emanhossny
Offline Send Email
Jan 17, 2006
5:29 am
4046
I had a lot of problems last week trying to bind an ADAM principal to Azman.I found a way to do that using the Azman PIA but unfortunately it is not supported...
johnnyhalife
Offline Send Email
Jan 17, 2006
5:38 pm
4047
I still haven't had time to get into the membership providers and AzMan yet, so I'm not sure about the answer on this one. Ideally we could get an answer from...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 18, 2006
2:39 am
4048
Hi Everybody, I'm Developing an application that uses ADAM as if it were the PDC, the problem is that when I create an user if it's user name isn't in the...
johnnyhalife
Offline Send Email
Jan 18, 2006
6:41 pm
4049
RE: ADAM Trouble Hi Everybody, it's me johnny , again. I've made my own provider to bind adam principal into AzMan, then I went foward designing my own...
Johnny Halife
johnnyhalife
Offline Send Email
Jan 20, 2006
1:01 am
4050
Hi all, I've got this weird problem with my asp-usermanagement tool. It's an asp-page I can use to create new users and edit existing ones. When I set an...
ingridbijcam
Offline Send Email
Jan 24, 2006
3:15 pm
4051
I have extended user schema under active directory. To support that I need to add one property page under user property sheet of AD user and computers. Please...
nikomsj3
Offline Send Email
Jan 27, 2006
1:18 pm
4052
Hi All, I am trying to use LDAP to find all the computers in the Active Directory. My search filter is "(&(objectCategory=computer))". I want to know the...
gaoming_fu
Offline Send Email
Jan 27, 2006
5:18 pm
4053
Hi , You may need to create MMC Property page and need to add using display specifier or refer ...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Jan 28, 2006
3:32 am
4054
Hi To know the online status of a machien you need to ping via script and decided based on result returned. No other alternative from ADSI side. -Vivek ... ...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Jan 28, 2006
3:35 am
4055
Thanks but this link is not actual ...it explain smoe thing about Windows 2000 server but I use windows 2003 and I think that I need come c# program code that...
niko msj
nikomsj3
Offline Send Email
Jan 28, 2006
12:57 pm
4056
Thanks but this link is not actual ...it explain smoe thing about Windows 2000 server but I use windows 2003 and I think that I need come c# program code that...
nikomsj3
Offline Send Email
Jan 28, 2006
12:57 pm
4057
Thank you very much for your comments. It will take about 3-4 seconds to ping a computer and get the response. If I have more than 2000 computers in the...
gaoming_fu
Offline Send Email
Jan 28, 2006
3:49 pm
4058
Here is the link to the MSDN documentation on extending the user interface: ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 28, 2006
4:26 pm
4059
Thanks I know this link and tryed to develop my COM in-proc server but something wrong. I somebody can send me example it will be good if ... I will find...
nikomsj3
Offline Send Email
Jan 30, 2006
3:56 pm
4060
http://dev.icarusindie.com:2004/resources/files/sdks/XP+SP2+SDK/Samples/NetDS/ADSI/samples/DSUI/userext/userproppage/ this example works :-) !!!...
nikomsj3
Offline Send Email
Feb 1, 2006
4:10 pm
4061
All, Have a single instance of ADAM installed on an AD domain controller. The directory structure is very similiar to the AD structure. The ADAM instance is...
jward448
Offline Send Email
Feb 8, 2006
10:34 pm
4062
All, I have an application that was developed against AD that uses the samaccountname attribute quite a bit. We are trying to develop an ADAM instance to...
jward448
Offline Send Email
Feb 8, 2006
10:35 pm
4063
Sure, you can use ADAMSync that comes with SP1/R2 (Windows 2003 Server). Below is a link to Eric Fleischman's blog he is one of the ADAM guru's showing you how...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 20, 2006
8:40 am
4064
In addition to that here are some more links with regards to ADAMSync and how to extend your ADAM schema to look like your AD schema: ...
Carlos Magalhaes
carloshoshm
Offline Send Email
Feb 20, 2006
8:42 am
4065
I have a web application that captures selected user data and save it to a SQL database. I need to use one of the data items to update Active Directory. I can...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 20, 2006
1:30 pm
4066
People build web applications to update AD all the time. Typically you will use ADSI for doing this, but you would use System.DirectoryServices in ASP.NET. ...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 20, 2006
2:38 pm
4067
I'm using ASP.Net 1.1. I'll try modifying the code used for the command line to use System.DirectoryServices. Thanks. Bob Filipiak A question not asked is a...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
11:21 am
4068
Here is a copy of the script that reads the file on the hard drive. The Command.Text string has ... in place of the actual values. ... Dim strUsername,...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
1:24 pm
4069
I tried using System.DirectoryServices: Dim CommandText As String = _ "<LDAP://dc=...,dc=..,dc=....,dc=...>;(&(objectCategory=Person)(objectClass=user)" & _ ...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
3:45 pm
4070
You aren't using the DirectorySearcher correctly. You need to instantiate it with a DirectoryEntry object that uses the path you want as a search root for its...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 21, 2006
4:29 pm
4071
Thanks. Bob Filipiak A question not asked is a missed opportunity to learn. ... From: "Joe Kaplan" <joe@...> Date: Tue, 21 Feb 2006 10:29:08 -0600 ...
Bob Filipiak
bobfilipiak
Offline Send Email
Feb 21, 2006
4:55 pm
4072
If we are not looking for any multivalued attribute associated with user then one idea would be go for ADSI linked server. Microsoft provides builtin SP to...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Feb 22, 2006
5:12 am
Messages 4043 - 4072 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