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...
Hi I hope this code can help u .. Const ADS_PROPERTY_APPEND = 3 Set objUser = GetObject _ ("WinNT://" & strDomain & "/" & strUsername & ",user") objUser.PutEx...
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 ...
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...
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...
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...
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...
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...
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...
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...
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 ... ...
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...
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...
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...
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...
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...
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...
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...
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...
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. ...
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...
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,...
I tried using System.DirectoryServices: Dim CommandText As String = _ "<LDAP://dc=...,dc=..,dc=....,dc=...>;(&(objectCategory=Person)(objectClass=user)" & _ ...
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...
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...