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:
7
clients/stamback-septic/scripts/diag-btr2am3-bde.ps1
Normal file
7
clients/stamback-septic/scripts/diag-btr2am3-bde.ps1
Normal 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 ====="
|
||||
Reference in New Issue
Block a user