Folks, Lets keep our heads up for security audits,However disabling the entire USB port doesnt make sense, Which USB port is only universal port for all hardware accessories connectivity like Mice/Mouse, Modem, DigiCAM etc.
Hence the feseable option is to only disable USB Mass storage from desktops through AD GPO. Below are the steps, which will allow you to enable or disable the use of USB mass storage devices.
I have tested this in windows 2003 server (My virtual server) and seems to work well. It does not disable other USB devices, like USB keyboard, Mouse etc, so it is a better solution than just disabling USB ports all together.
Reference articles:
http://support.microsoft.com/default.aspx?scid=kb;en-us;823732
http://support.microsoft.com/default.aspx?scid=kb;en-us;555324
Plan Of Action:
1.) Take the following blue text, copy it, and paste it into a text document. Then, save it as USBSTOR.ADM
CLASS MACHINE
CATEGORY "Custom Policies"
KEYNAME "SYSTEM\CurrentControlSet\Services\UsbStor"
POLICY "USB Mass Storage Installation"
EXPLAIN "When this policy is enabled, USB mass storage device permissions can be changed by using the drop down box.
Selecting 'Grant Permission' will allow USB mass storage devices to be installed. Selecting 'Deny Permission' will prohibit
the installation of USB mass storage devices.
IF REMOVING THIS POLICY: Reset to original setting and let policy propegate before deleting policy."
PART "Change Settings:" DROPDOWNLIST REQUIRED
VALUENAME "Start"
ITEMLIST
NAME "Grant Permission" VALUE NUMERIC 3 DEFAULT
NAME "Deny Permission" VALUE NUMERIC 4
END ITEMLIST
END PART
END POLICY
END CATEGORY2.) Open a group policy management console (gpedit.msc), and right click on "administrative templates" under "Computer Configuration". Select "Add/Remove Templates".
3.) Browse to the text document you just saved and click OK. You'll now see "Custom Policies" under "Administrative Templates". Right click on it, select "View", then select "Filtering". Uncheck the bottom box, labeled "Only show policy settings that can be fully managed".
4.) Click ok. Now you'll see the USB policy available for use under the custom policy heading. From there, you can enable or disable it just like any other policy.
Note: This is applicable for all version of Win2000, XP, 2003 & Vista.
If you need the ready ADM template, please free to mail me on lijin_l@hotmail.com.