Windows 2008: Access Based Enumeration (ABE)

clip_image001

Windows Server 2008: Access Based Enumeration

Before we start talking about ABE in Windows Server 2008 I would like to explain briefly what ABE does.

ABE filters shared folders visible to a user based on that individual user’s access rights, preventing the display of folders or other shared resources that the user does not have rights to access.

End users see only what files and folders they need for their responsibilities rather than spending time looking through lists of inaccessible folders and files. Administrators can be more productive because they do not have to help less-skilled users navigate through dense shared folders. Administrative inefficiencies can consume resources as surely as technical problems, and minimizing time-consuming problems help make any IT organization more productive.

ABE was introduced in Windows Server 2003 SP1 as an additional install, once installed you could manage ABE through a GUI, cmd-line tool or using the API's.

Check out the details for Windows Server 2003 ABE: https://www.microsoft.com/windowsserver2003/techinfo/overview/abe.mspx

Now the good news is yes we still have ABE in Windows Server 2008 and we have a GUI where you can enable this. Let me explain to you how you do it:

1. Open the "Share and Storage Management" MMC and Provision a new share.

clip_image002

2. Follow all steps to create a share and when are at the SMB Settings window, which is shown below, click on the Advanced button.

clip_image003

3. In the Advanced window you are able to Enable or Disable ABE, by default it's enabled.

clip_image004

So basically you don't have to do anything to enable ABE on you shares.  The screenshots above show you how you can create/provision a new share using the GUI. The ABE is also enabled if you create the share through the folder directly by right clicking onto the folder and select share. However if you create a share through the command prompt using the "net share" command it won't be enabled by default.

You can always enable / disable the ABE after you created the share by using the "Share and Storage Management" MMC just right click onto a share and hit the advanced button. So far I didn't found any cmd-line tool to enable or disable ABE.

clip_image005