Quantcast
Channel: Scripting Blog
Viewing all articles
Browse latest Browse all 2129

PowerTip: Identify Drives Encrypted with Bitlocker

$
0
0

Summary: Using the Get-Bitlocker Cmdlet to show the status of drives on your Windows 10 computer

A picture containing scissors Description automatically generated

Hey, Doctor Scripto. Is there a nice simple way to see if drives are Bitlocker encrypted?

A most excellent question! You can the Get-BitlockerVolume Cmdlet and filter on the VolumeStatus property. Here’s an example of a line that will show only drives which have Bitlocker enabled.

Get-BitLockerVolume | Where-Object { $_.VolumeStatus -eq ‘FullyEncrypted’ }

PowerShell, Doctor Scripto, PowerTip, Sean Kearney

 

The post PowerTip: Identify Drives Encrypted with Bitlocker appeared first on Scripting Blog.


Viewing all articles
Browse latest Browse all 2129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>