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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 4576 - 4617 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4576
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...
Michael B. Smith
swngdnz
Offline Send Email
Dec 2, 2008
12:05 am
4589
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...
tarakvbhatt
Offline Send Email
Dec 18, 2008
5:33 am
4590
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...
Andrzej Raczynski
araczynski
Offline Send Email
Dec 18, 2008
3:31 pm
4591
T, See code example that creates AD user and sets password. It's VBA, but still using ADSI: ...
Robert Lawson
trev3411
Offline Send Email
Dec 18, 2008
4:14 pm
4592
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...
Ashish Kanoongo
ashishkanoongo
Offline Send Email
Dec 25, 2008
12:29 pm
4593
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. ...
carltarmstrong
Offline Send Email
Jan 13, 2009
5:10 pm
4594
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...
breth82
Offline Send Email
Jan 19, 2009
2:26 pm
4595
Have you tried System.DirectoryServices, System.DirectoryServices.ActiveDirectory...
mcdragon69
Offline Send Email
Jan 20, 2009
2:17 am
4596
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...
breth82
Offline Send Email
Jan 22, 2009
10:58 am
4597
breth82 - Are you certain that you can get and set the password? It is a hashed value that is hashed by the domain controler as the accounts are...
mneale1
Offline Send Email
Jan 22, 2009
7:09 pm
4598
for any system ,you can view the domain password and account lockout policy..you can view it by typing gpedit.msc  in the run prompt.then you can view the...
Bret H
breth82
Offline Send Email
Jan 27, 2009
3:36 pm
4599
Bret First of all sorry for making you angry. second I have not altered group policy programatically but you might look at the link below. ...
mneale1
Offline Send Email
Jan 27, 2009
10:23 pm
4600
I don't frequent this mailing list these days as I put most of my efforts into answering questions on the support forum for my book's website at ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 28, 2009
12:02 am
4601
i just wanted to make things clear to you. don mistake me. the link which you have sent is incomplete ... From: mneale1 <mneale1@...> Subject:...
Bret H
breth82
Offline Send Email
Jan 29, 2009
10:29 am
4602
The link will not work due to the inserted spaces that yohoo put into it. The link is to a discussion board with the topic of How to create Group Policy Object...
Miles Neale
mneale1
Offline Send Email
Jan 29, 2009
9:33 pm
4603
Hi All, I am facing one problem while trying to change the Password using following method: DE.Invoke("ChangePassword", new object[] { oldPassword, newPassword...
tarakvbhatt
Offline Send Email
Jan 30, 2009
6:24 am
4604
Hi Tarak, Have you made sure that the contents of newPassword is at least 8 characters and is made of at least 3 of the 4 (Uppercase Characters, Lowercase...
kenneth Gross
magician144
Offline Send Email
Jan 30, 2009
11:01 am
4605
I am facing this problem.My aim is to add multiple computers into a domain.I am using the "JoinDomainorWorkgroup" method.But i am not able to add my test...
breth82
Offline Send Email
Jan 30, 2009
12:50 pm
4606
Another thing to watch out for is min password age. Many orgs implement a min age of 1 day on a password and will give you this error if you try to change...
Joe Kaplan
joekaplan2003
Offline Send Email
Jan 30, 2009
3:32 pm
4607
Hi All, Actually the situation is like: I have to search for a user in Active Directory domain. For that I am giving LDAP path. But the User for which I wish...
tarakvbhatt
Offline Send Email
Feb 19, 2009
10:14 am
4608
Dear All, i need your help regarding group policy. i have set account locked out policy in DC with 5 invalid attempt. one problem i suddenly face for a week...
Muhammad Qasim
qasim4you2003
Offline Send Email
Feb 23, 2009
10:14 am
4609
Hi all, Can you please tell me how to edit the domain policy values which is stored in the Sysvol folder programatically using C#.As you all know, the GPO is...
breth82
Offline Send Email
Mar 2, 2009
3:53 pm
4610
I am looking at a customer's environment where custom .NET programs carry out user account provisioning jobs to AD every past midnight. They can create users...
Aaron Seet
valoryea
Offline Send Email
Mar 12, 2009
2:45 pm
4611
Question: I have two active directory domain groups in my organization. I am trying to find out who has admin right access to their local machines. I tried to...
bille80246
Offline Send Email
Mar 12, 2009
6:23 pm
4612
I had been recommended to check out the DirectoryServicesCOMException class, which is features an ExtendedError property and ExtendedErrorMessage property....
Aaron Seet
valoryea
Offline Send Email
Mar 23, 2009
1:58 am
4613
You should be able to uninstall the ADAM instance from the *Windows Add/Remove Programs* control panel. Regards, Aaron On Thu, Dec 25, 2008 at 4:10 AM, Ashish...
Aaron Seet
valoryea
Offline Send Email
Mar 23, 2009
2:06 am
4614
My company uses ADAM for data. We've pushed the limits of writing to AD/AM to the point that we were getting the same type of message. Initially, we thought we...
Stuart Miller
stumiller_2000
Offline Send Email
Mar 23, 2009
5:43 am
4615
Yesterday I got hold of the actual source employee data and log file that was used to update AD, and checked it against the user account provisioning code. I...
Aaron Seet
valoryea
Offline Send Email
Mar 24, 2009
3:58 am
4616
In an interesting turn of events, we have gotten access to one of the customer's test domain, and I wasted no time attempting the same tests onto this domain....
Aaron Seet
valoryea
Offline Send Email
Mar 26, 2009
7:36 am
4617
On further investigation, a domain controller that is not patched to SP1 or SP2, thereby remaining at RTM patch level, would accept a “ “ space value for a...
Aaron Seet
valoryea
Offline Send Email
Apr 3, 2009
9:05 am
Messages 4576 - 4617 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