Find all encrypted files and folders and decrypt them using PowerShell
This week, I was asked to create a PowerShell script that could find all EFS encrypted files on a Windows 7 computer and decrypt them to prepare the computer to be removed from the domain. As EFS encrypted files are encrypted using a private key that is stored in the user profile, they would otherwise […]
Read More →