Big thanks to “Jijo Chacko” for sharing this script with me. Very useful to check the Bitlocker encryption status of computers in your environment. Function Get-BitlockerInfo() <# .SYNOPSIS Retrieves Bitlocker Encryption information. .DESCRIPTION Retrieves Bitlocker Encryption information from Multiple computers. .PARAMETER Machinelist File name and path of the file contains machine information. .B.N.E […]
Tag: Bitlocker
If you have enabled Bitlocker encryption on your Windows client and wondering how far along you are in the initial encryption process this quick PowerShell command will help you. Steps The first step is to turn on BitLocker Next, Right click PowerShell and select Run as Administrator Issue the following command: manage-bde -status c: to show the status […]
What’s Going on with TrueCrypt
As Bruce Schneier wrote “TrueCrypt WTF” I am curious about the status of TrueCrypt one of my favorite tools. There seems to be many summaries about this story . You can find them: Here on Slashdot Here on Hacker News Here on Reddit I am waiting for more details, lets see what plays out.
I think that data security should be one of the top concerns for computer users. If your computer is stolen, often the impact of confidential or proprietary data being lost or compromised can be much higher than the cost of replacing computer itself. There are many easy ways of keeping your data out of the […]