Advertisement
0utsidethebox

Untitled

May 25th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Get-BitLockerVolume | Format-Table -Property `
  2. @{Name="MountPoint";Expression={$_.MountPoint}},
  3. @{Name="KeyProtectorId";Expression={($_.KeyProtector | Where-Object {$_.KeyProtectorType -eq 'RecoveryPassword'} | Select-Object -ExpandProperty KeyProtectorId)}},
  4. @{Name="RecoveryPassword";Expression={($_.KeyProtector | Where-Object {$_.KeyProtectorType -eq 'RecoveryPassword'} | Select-Object -ExpandProperty RecoveryPassword)}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement