Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bartvdbraak/0ff8ca3174ae187c05f22712cc0a3453 to your computer and use it in GitHub Desktop.
Save bartvdbraak/0ff8ca3174ae187c05f22712cc0a3453 to your computer and use it in GitHub Desktop.
Powershell commands to get BitLocker Encryption/Decryption status
while (1) {Get-BitLockerVolume -MountPoint "C:" | Select-Object EncryptionPercentage; sleep 5}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment