Enabling BitLocker Encryption with Microsoft Intune 

Enabling Bitlocker

In today’s data-driven world, safeguarding sensitive information is paramount, especially with the increase in remote work following the pandemic and the rise in cyber threats. BitLocker, a robust encryption tool, plays a pivotal role in protecting your data from unauthorized access. In this blog post, we’ll explore the significance of enabling BitLocker, utilizing Microsoft Intune for deployment, and important information before implementation.  Why BitLocker Matters BitLocker is a built-in encryption feature in Microsoft Windows, designed to strengthen data security by encrypting disk volumes on devices like laptops and desktops. This encryption serves as a safeguard, ensuring that even in cases of device loss or theft, the data remains protected and … Read more

5 Lessons Learned With SQL Always Encrypted

SQL Server 2016 (13.x), Azure SQL Database Azure SQL, Managed Instance, Azure Synapse Analytics (dedicated SQL pool only)

Microsoft introduced Always Encrypted with SQL Server 2016 as an approach to encrypting data at rest and in transit to protect personally identifiable information and financial transactions. Always Encrypted works by encrypting the data on the client side and hiding the encryption keys from the server. Without explicit permission and configuration, even database administrators cannot read the information stored in an encrypted column. This is obviously a significant step forward in security and allows users to confidently store information knowing only they control who can see it, whether it is in the cloud or on-premise.