I agree with Joe. In ASP.NET you will need to add a tag to the Web.Config file. <identity impersonate="true"/>. If you do not add this tag, then you will...
Hi All, I used DirectorySearcher to get users and groups information from the Active Directory in .Net 2.0 environment. I got the following errors: ...
Hello there all, I want to know that is there any way of joining the PC from one domain to another domain using system.directory services or through any API...
a person in my org asked for all the users and phones numbers out of AD. I asked my boss I could give this info away hoping he would give it to her. My boss...
... That's not really an Active Directory question - you'll have to use some kind of a logon script, e.g. Kixtart, or something similar. Go see here: ...
... Really ASP, or could you use ASP.NET ?? It would be *MUCH* easier! If you're stuck with "old-style" ASP, you might want to have a look at the scripts on...
Extracted from a VBS script I use at work (not an actual ASP page, can be ported though). Hope it helps get you going... I would have sent a link but its not...
THanks for the help on this. this script and the rmueller scripts are very helpful. just trying to work through a couple of compilation errors on the password...
... But I think it's connected with AD problems. Cause I want to set up all clients to connect to a domain (which use an AD), but I also want their e-mail...
What are the compilation errors? I noticed outlook wrapped a couple lines of the script when the email arrived. Here is a link to the file... We run it on...
Baydon, 16/6 ' Get the Root DSE (the Directory Service Root Entry) I changed the wrap on this one 22/1 As Integer intCounter = WScript.Arguments.Length While ...
Oulook is not being my friend. The link below should include the "/software/Development/ExpirePasswords.zip" part... outlook keeps wrapping the lines. Email...
... For .NET, you need to install the .NET runtimes. There are already installed in Win2003 Server and will be on Windows Vista, but for Windows XP, you'll...
Hi, I have a question regarding ADAM. We are trying to port our web application authentication from database to ADAM. Our web app has many users with same...
Set the UPN to username@clientcompany ... From: ADSIANDDirectoryServices@yahoogroups.com [mailto:ADSIANDDirectoryServices@yahoogroups.com] On Behalf Of saumin ...
... Well, is there an "ou=foo" already? A naming error would either be a misspelled name (not likely), or the fact such an OU already exists... Marc...
We are moving an application from it's very own domain to a broader applications domain. Currently, we authenticate users using IIS 5.0 Integrationed Windows...
Hello, I have a machine at home with Active Directory but I'm stuck as to how I could simulate a typical company's Active Directory store. Any suggestions on...
There are a couple of ways you could approach this. If you can use ADAM to accomplish your goals, then using ADAM will be much easier. Just install ADAM and...
Thanks. That points me in the right direction. I am new to AD development and am presently reading your book. I need to develop reports for Active Directory....
Glad you bought the book. I hope you like it. Any and all feedback is greatly appreciated! For some simple reporting stuff, ADAM might work well for...
Hello Everyone, Lisa Kreissler here from GrandMasters. Hope you all are doing well. We have some exciting news! Microsoft Learning has a series of technical...
I am trying to create an Infopath form to autopopulate via a web serice that exposes AD objects. I there a way to get more than a single string from a web...
... You can return complex object types from web services, which could easily return more than a single string. You could also just return an array of ...
You may try microsoft.public.webservices. ... You can return complex object types from web services, which could easily return more than a single string. You...
I have a vbscript which sets "send as" permission to a specified account in the AD. I want to convert this script into my .Net C# based web application. ...
This depends a great deal on whether you want to use .NET 2.0 or not. .NET 2.0 contains managed access control list classes that make this stuff more ...