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...
4623
Florian Frommherz
florian@...
Aug 27, 2009 11:56 am
Howdie! Is Firefox already installed on the boxes? If not - how are you going to distribute them? In the Firefox MSI there should be a switch/property to set ...
4624
nagaraju podugollu
nagaraju_p_p
Aug 28, 2009 7:08 am
Hi Florian, Firefox is already installed on those boxes and as you have said there would be an option to set that internet browser as the default application...
4625
nagaraju podugollu
nagaraju_p_p
Aug 28, 2009 10:43 am
Hi Florian, I have tried setting the registries in GPO->Computer configuration->windows settings->security settings->registry->right pane ->right click and add...
4626
Florian Frommherz
florian@...
Aug 28, 2009 11:01 am
Howdie! A couple of things here: First, the Windows Settings\Security Settings\Registry applet is only used for tweaking permission on already existing...
4627
nagaraju podugollu
nagaraju_p_p
Sep 2, 2009 4:44 am
Hi Florian, Thank you for yopur suggestion, I was a lil busy with personal and professional works too much that I havent even checked my mails from saturday...
4629
mj.h@...
mj.h...
Nov 4, 2009 4:49 pm
Hi, Im trying to connect to a Novell directory using .NET. I need to get the GUID from nodes in the tree to store in a database. However when I try to access...
4630
Adam
juaquin_botero
Dec 9, 2009 4:19 pm
I need the code of obtain the policies for generate a Password to AD...
4633
Tarak
tarakvbhatt
Feb 5, 2010 6:39 am
Hi, Can anybody provide me information for Multiple Domains in single Active Directory? Actually I have two questions in such scenario: 1)Can users with same...
4634
Florian Frommherz
florian@...
Feb 5, 2010 7:22 am
Howdie! Yeah, you can do that. The correct terminology would be "to have multiple domains in an Active Directory forest". That's a common scenario. ...
4635
cute malecat
cute_malecat
Feb 8, 2010 5:38 am
1) Yes 2) You can distinguish with path or distinguished name. ________________________________ From: Tarak <tarakvbhatt@...> To:...
4637
kevon
kevonz@yahoo.cn
Apr 28, 2010 8:07 am
I want to get following policies local setting value using C# language. 1) MinimumPasswordLength (password policy) 2) PasswordHistorySize (password policy) 3)...
4638
florian@...
May 29, 2010 4:54 pm
Howdie! ... Those four can easily be retrieved by querying the rootDSE for the corresponding attributes. Here's a cool howto I've found: ...
4639
Luis Abreu
thekingcobra_pt
May 29, 2010 4:54 pm
Hello guys. I've started building a custom ASP.NET role provider. The code I'm using to retrieve the groups looks like this: private String[]...
4640
marc
marcs321x
May 29, 2010 4:54 pm
Error Message: The authentication mechanism is unknown. Stack Trace: at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at...
4641
lan69md2004
May 29, 2010 4:55 pm
I'm looking for some advice, maybe a code snippet. I'm looking to create an application in .net 3.5 c# that will bind to Active directory to allow users to...
4642
gopi_crishna
Jun 24, 2010 12:30 pm
Hello, I saw a post in the group that would give information about the password polict set on a domain level. Curretly we have a product which is been used by...
4643
haych_c
Jul 4, 2010 6:53 am
Hi everyone, I am interested in using the built in replication service (DRS) in AD to monitor for changes in AD. Is it possible write a service in C# that...
4644
Tomasz Onyszko
t_onyszko
Jul 4, 2010 9:06 am
You want to get notification or you want to get changes? Notifications are sent between dc's and i don't see plony aby you want to get them. To get all changes...
4645
haych_c
Jul 5, 2010 3:50 pm
Thanks for your reply Tomasz, I was hoping it was possible to receive events rather than polling for changes. Do you have any information/links about "how to...
4646
haych_c
Jul 5, 2010 3:51 pm
I responded to this message but it didn't show up? Anyway, I want to get notifications from AD without having to poll the directory for changes. I want to be...
4647
Tomasz Onyszko
t_onyszko
Jul 15, 2010 9:08 pm
... As I said, I've never seen any application using this feature in the real world. But well ... here it is ...
4648
Dev
deva_raju
Jul 18, 2010 9:28 pm
Hi Experts, I need your help, We are using 2003 SBS Server with limited user license and need to maintain more email addresses in server it will access to all...
4649
Tomasz Onyszko
t_onyszko
Jul 18, 2010 9:58 pm
... If You want to create entries to make some external e-mail addresses visible in addres book for your users - create contact objects. -- Tomasz Onyszko ...
4650
mchokshi2010
Apr 17, 2011 3:25 pm
I am trying to implement Sharepoint 2010 Forms Authentication with Active Directory. The web application is configured with Forms Authentication and uses...
4652
beniwal01
Oct 8, 2012 2:42 pm
i use WinNT provider to get audit policy like MinPasswordAge MaxPasswordAge etc iget them Sucessfully but when i Put them i got error please tell me ...