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. ...
4594
breth82
Jan 19, 2009 2:26 pm
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...
4595
mcdragon69
Jan 20, 2009 2:17 am
Have you tried System.DirectoryServices, System.DirectoryServices.ActiveDirectory...
4596
breth82
Jan 22, 2009 10:58 am
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...
4597
mneale1
Jan 22, 2009 7:09 pm
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...
4598
Bret H
breth82
Jan 27, 2009 3:36 pm
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...
4599
mneale1
Jan 27, 2009 10:23 pm
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. ...
4600
Joe Kaplan
joekaplan2003
Jan 28, 2009 12:02 am
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 ...
4601
Bret H
breth82
Jan 29, 2009 10:29 am
i just wanted to make things clear to you. don mistake me. the link which you have sent is incomplete ... From: mneale1 <mneale1@...> Subject:...
4602
Miles Neale
mneale1
Jan 29, 2009 9:33 pm
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...
4603
tarakvbhatt
Jan 30, 2009 6:24 am
Hi All, I am facing one problem while trying to change the Password using following method: DE.Invoke("ChangePassword", new object[] { oldPassword, newPassword...
4604
kenneth Gross
magician144
Jan 30, 2009 11:01 am
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...
4605
breth82
Jan 30, 2009 12:50 pm
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...
4606
Joe Kaplan
joekaplan2003
Jan 30, 2009 3:32 pm
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...
4607
tarakvbhatt
Feb 19, 2009 10:14 am
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...
4608
Muhammad Qasim
qasim4you2003
Feb 23, 2009 10:14 am
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...
4609
breth82
Mar 2, 2009 3:53 pm
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...
4610
Aaron Seet
valoryea
Mar 12, 2009 2:45 pm
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...
4611
bille80246
Mar 12, 2009 6:23 pm
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...
4612
Aaron Seet
valoryea
Mar 23, 2009 1:58 am
I had been recommended to check out the DirectoryServicesCOMException class, which is features an ExtendedError property and ExtendedErrorMessage property....
4613
Aaron Seet
valoryea
Mar 23, 2009 2:06 am
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...
4614
Stuart Miller
stumiller_2000
Mar 23, 2009 5:43 am
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...
4615
Aaron Seet
valoryea
Mar 24, 2009 3:58 am
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...
4616
Aaron Seet
valoryea
Mar 26, 2009 7:36 am
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....
4617
Aaron Seet
valoryea
Apr 3, 2009 9:05 am
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...
4618
bhaskar_maahi
May 11, 2009 4:56 am
Hi Techies, I am having 10 W2K3 SP2 DC's and 5 Exchange 2003 with SP2 Boxes. User's AD accounts are getting deleted often. I am not able to track them. Also...
4619
Florian Frommherz
florian@...
May 11, 2009 5:20 am
Howdie! Enable auditing in a gpo linked to the domain controllers OU. It should advise your dcs to log deletion attempts then. Make sure you check the security...
4620
nagaraju_p_p
Aug 27, 2009 5:39 am
Hi all, I want to changte the default browser from Microsoft Internet Explorer to Mozilla Firefox For an OU in Active directory...I have group policy...
4621
Florian Frommherz
florian@...
Aug 27, 2009 8:59 am
Howdie! The homepage won't change if you use the IE Group Policy and people use Firefox. You will have to basically create a different GPO for Firefox users as...
4622
nagaraju podugollu
nagaraju_p_p
Aug 27, 2009 11:10 am
Hi Florian, I dont have any issue's creating a different GPO for firefox and also mentionening the Important links as well in that GPO, however I want to know...