Sysinternals Freeware - Mark Russinovich & Bryce Cogswell

EFSDump

Copyright © 2005 Mark Russinovich
Last Updated: January 25, 2000 v1.02

Introduction

Windows 2000 introduces the Encrypting File System (EFS) so that users can protect their sensitive data. Several new APIs make their debut to support this factility, including one - QueryUsersOnEncryptedFile - that lets you see who has access to encrypted files. This applet uses the API to show you what accounts are authorized to access encrypted files. Full source code is included.

Usage: efsdump [-s] <file or directory>

-s
Recurse subdirectories.

EFSDump takes wildcards e.g. 'efsdump *.txt'.

Download EFSDump (23 KB)

Back to Top