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 4150 - 4179 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4150
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...
Timothy P Macaulay
mact312
Online Now Send Email
May 3, 2006
5:41 pm
4151
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: ...
gaoming_fu
Offline Send Email
May 9, 2006
5:40 pm
4152
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...
harsha p
harsha531
Offline Send Email
May 10, 2006
8:41 am
4153
Hi all, I'm new in Active Directory windows 2000 server I want to ask : How can I set clients setting, when they log on to the active domain, they...
TM
spirit_in_blue
Offline Send Email
May 10, 2006
11:58 am
4154
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...
digitaldeluxe
Offline Send Email
May 10, 2006
12:09 pm
4155
... 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: ...
Marc Scheuner
m_scheuner
Offline Send Email
May 10, 2006
4:32 pm
4156
... 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...
Marc Scheuner
m_scheuner
Offline Send Email
May 10, 2006
4:35 pm
4157
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...
Baydon Rowe
baydonrowe
Offline Send Email
May 10, 2006
5:31 pm
4158
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...
Pat Brown
digitaldeluxe
Offline Send Email
May 11, 2006
5:47 am
4159
... 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...
TM
spirit_in_blue
Offline Send Email
May 11, 2006
5:47 am
4160
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 Rowe
baydonrowe
Offline Send Email
May 11, 2006
8:09 pm
4161
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 ...
Pat Brown
digitaldeluxe
Offline Send Email
May 12, 2006
9:48 am
4162
Oulook is not being my friend. The link below should include the "/software/Development/ExpirePasswords.zip" part... outlook keeps wrapping the lines. Email...
Baydon Rowe
baydonrowe
Offline Send Email
May 13, 2006
2:39 pm
4163
... 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...
Marc Scheuner
m_scheuner
Offline Send Email
May 13, 2006
2:45 pm
4164
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...
saumin
Offline Send Email
May 15, 2006
8:04 pm
4165
Set the UPN to username@clientcompany ... From: ADSIANDDirectoryServices@yahoogroups.com [mailto:ADSIANDDirectoryServices@yahoogroups.com] On Behalf Of saumin ...
Michael B. Smith
swngdnz
Offline Send Email
May 15, 2006
8:08 pm
4166
always get captioned error but don't know why. any help Try Dim de As New DirectoryEntry("LDAP://170.22.13.247" & _ "/dc=pcihl,dc=com",...
yipchunyu
Offline Send Email
May 18, 2006
8:44 am
4167
... 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...
Marc Scheuner
m_scheuner
Offline Send Email
May 18, 2006
4:35 pm
4168
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...
toddnottodd
Offline Send Email
May 25, 2006
10:41 pm
4169
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...
mossadegh1953
Offline Send Email
May 29, 2006
3:31 pm
4170
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...
Joe Kaplan
joekaplan2003
Offline Send Email
May 29, 2006
3:53 pm
4171
Adding on to what Joe has provided, if you need some information on ADAM, you can find it at the MSDN website. ...
Timothy P Macaulay
mact312
Online Now Send Email
May 29, 2006
4:38 pm
4172
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....
Garsha Khatiblou
mossadegh1953
Offline Send Email
May 29, 2006
8:10 pm
4173
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...
Joe Kaplan
joekaplan2003
Offline Send Email
May 30, 2006
1:58 am
4174
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...
a2d2net
Offline Send Email
May 30, 2006
6:47 pm
4175
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...
derostz
Offline Send Email
Jun 2, 2006
9:18 am
4176
... 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 ...
Greg Nims
gregnims
Offline Send Email
Jun 2, 2006
12:51 pm
4177
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...
Timothy P Macaulay
mact312
Online Now Send Email
Jun 2, 2006
1:45 pm
4178
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. ...
Durairaj K. Avasi
akdurairaj
Offline Send Email
Jun 6, 2006
6:48 pm
4179
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 ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 7, 2006
1:32 am
Messages 4150 - 4179 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