Hi, I have one service running on 2003 server. This service talks with AD and gets the members of some groups from whole forest. This service gets user...
The code below works to obtain the list of domain controllers within the currently logged in domain. Is it possible to obtain the same list from another...
It sounds like you might have a problem with the firewall, but it is hard to say. You might start by doing a network trace while the code runs to see if you...
Hello In Sharepoint Central Admin - User profile Properties - Can I map ADAM Password to New User Profile Properties? So I need not not to give Change Password...
Hello I am trying to create/update an existing code which I used for SQL FBA Login. Now I am using same code with ADAM FBA Login. This code I am using for...
We have been using the code below for a few years to create all of the mailboxes for our university. We are moving from Exchange 2003 to Exchange 2007 and...
Is the below good info on how to do that? Seems quite a bit more involved than what I have now. I am creating the accounts and mailboxes from asp.Net. < You...
Yes, that's one way to do it and it's a lot more powerful than CDOEXM. With that comes more complexity. An easier way, if you don't need all the control, is...
Hi, Here is the code that i am using to authenticate a user. this works fine when i work with localhost(asp.net 2005 inbuilt iis). but when i deployed the page...
Hi everybody, I want to authenticate users from multiple active directory domains. It was working fine with Application Pool Identity "NetWork Servcie" but...
that is probably you are running your code in localhost as admin right, but if a regular user access iis, they dont have it, then it will return error, what...
Or perhaps look into the 'account impersonate' (account with admin rights) setting to put into your web.config. From: ADSIANDDirectoryServices@yahoogroups.com ...
Let me pick this thread back up since I am getting closer to having to make the coding change to Exchange 2007. For now we are running a mix of Exchange 2003...
Hello We are using ADAM with MOSS. I want to generate a information for a particular user i.e. user attribues using vbs. Is there any way to generate this...
The ch12-pwd-expires.vbs script in http://theessentialexchange.com/blogs/michael/archive/2008/05/22/chapter-12- exchange-2003-scripting.aspx should give you...
Can anyone here let me know how to Set newly created AD User's Password ? Actually I am creating a new user in Active Directory using my C# code. It is created...
In the same ballpark, here's what I do after the account has been created. Web.config "account impersonate" comes to mind also, but that (or equivalent) should...
Hello I have created 3 ADAM Instance. How do I remove 1 instance including their configuration instance also. Is there any GUI tool available on ADAM other...
Hi, I know this is slightly off topic, but this group seems to be the smartest regarding AD. If I have two domains DomA and DOMB with a firewall between them. ...
hi all what are the C# classes used to get/set domain wide password policy and account lockout policy.how do i view the values for the same using C#.net...
Hi i tried System.DirectoryServices, System.DirectoryServices.ActiveDirectory . but i am not able to get the exact class that is used to view and edit (in...