Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi Friends :)

I am trying To develop a windows service that will be integrated with Windows Active Directory of 2008 server At OU Level....

And Client Application to detect USB and generate logs USB Interaction In the Client machine send it to server.....

And through the service all the polices of the to in-forced to the client machine.

And the service will be taking care of USB Registration, And those Registered Pen Drives can Be used on those client machine.

And service Will be Push The client Application to Different Client machine...


1) Can Anyone suggest ME from where to start.....???
2) How to integrate it with Active Directory ,,,,,, ???
3) Which Architecture I have to follow....????


Thanking You
Sekharsam@gmail.com
Posted

1 solution

If I understand your question correctly you want to create an application to;

  • Apply domain security policies to client machines
  • Restrict Access to USB drives
  • Log access attempts via the USB port

If you already have an Active Directory domain then making client computers a part of the domain will enforce domain policies on the client machines. This can also be applied to restricing access to USB devices and logging.

http://www.windowsecurity.com/articles/Control-USB-Devices-Group-Policy.html[^]

http://diaryproducts.net/about/operating_systems/windows/disable_usb_sticks[^]

If you want still an application to restrict and log USB access try this.[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900