Posts Tagged ‘Find all encrypted files’
2003 server - Tuesday, March 4, 2008 5:16 - 0 Comments
Find all encrypted files
How to find all the EFS encrypted files on a machine.
You can use the EFSINFO tool to find all encrypted files on a volume. This tool is found in the Windows Server 2003 Support Tools on your product CD. To use this tool to find encyrpted files, run the following from a command prompt:
efsinfo /s:c: | find “”: Encrypted”"
Why would you want to do this? Well fo < Read full article..>
