2

I have just recently started working at a company that has a pretty minimal set-up with their IT, there was a domain setup, but only the default GPO's were assigned within Active Directory.

Whenever Users put in a USB device they get the following Error Message

And whenever they click on the drives it says:

*Drive Letter*\ is not accessible. Access is denied.

As if there was some kind of permissions error, however I can see no policy that would deny users access to drives, and there are no security permissions set up on the drives, it is just full access for the 'Everyone' Group.

When I log in as the domain administrator however, I can access the drive, and I have tried the following:

  1. Formatting the Drive to NTFS
  2. Formatting the Drive to FAT
  3. Opening CMD and executing "cacls Drive:\ /t /c /g Everyone:F"
  4. Made Sure that 'user config\admin templates\windows components\windows explorer\prevent access to drives from my computer'is set to not configured (And tried disabled)
  5. Going in to the Security tab and giving specific users full permissions via the administrator account.
  6. Setting to the device ownership to differnet users such as a domain user.

Help with this would be much appreciated :)

2 Answers2

2

Did you look at the settings that are configured in the Default Domain Policy GPO (or any other GPO that applies to the users)? My guess is that when you do you'll see these settings enabled.

enter image description here

joeqwerty
  • 109,901
  • 6
  • 81
  • 172
  • Hi, It seems to be showing not configured, so I have tried disabling them also and it has made no difference – Alex Walker-Ingham Nov 04 '15 at 15:32
  • I notice the error message looks like a Windows 8 variety (or 10). Are you viewing GP from a Windows 8 set of policies such as in RSAT? Another thought, have you looked at Group Policy on any of the workstations directly? – tcv Nov 04 '15 at 16:18
  • Hi, I looked at this and all the policies that are set to not configured on the workstation – Alex Walker-Ingham Nov 04 '15 at 16:35
  • How did you look at them? If you looked at them using the local Group Policy editor than you're looking at the local Group Policy, not the domain-based Group Policy. In the Group Policy Management Console on one of your Domain Controllers run the Group Policy Results wizard against one of the computers in question and look at what domain-based Group Policy settings are being applied. – joeqwerty Nov 05 '15 at 02:55
0

I have eventually found the issue... Someone at some point had installed GFI endpoint security, and blocked all USB devices, and then removed it from the server without uninstalling the end points.

The way I got around this was to go on to all the affected PC's and do the following...

Boot from Windows CD
Choose REPAIR (R) and select the option to open CMD
Entered the command: DEL C:\WINDOWS\system32\drivers\esecdrv60.sys
and then 'Exit'
I then had to boot windows normally, and when it booted up delete the following registry keys:
HKLM\SYSTEM\CurrentControlSet\ServicesEsecAgentSvc
HKLM\SYSTEM\CurrentControlSet\esecdrv
HKLM\SYSTEM\CurrentControlSet\esecdrv60
HKLM\SOFTWARE\GFI\EndPointSecurity
And finally delete the folder C:\Program Files\GFI\EndpointSecurity 4 agent

And then once I rebooted the issue was solved.