sync: auto-sync from HOWARD-HOME at 2026-05-14 18:54:09

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-05-14 18:54:09
This commit is contained in:
2026-05-14 18:54:10 -07:00
parent e29ed50cd9
commit 4b667db1ab
6 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# BitLocker decrypt progress check - DESKTOP-BTR2AM3
$ErrorActionPreference = 'SilentlyContinue'
"===== manage-bde -status ====="
manage-bde -status | Out-String
"===== Get-BitLockerVolume ====="
Get-BitLockerVolume | Select-Object MountPoint, VolumeStatus, EncryptionPercentage, EncryptionMethod, ProtectionStatus, @{n='KeyProtectors';e={$_.KeyProtector.KeyProtectorType -join ', '}} | Format-List | Out-String
"===== DONE ====="