Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Get-BitLockerVolume | Format-Table -Property `
- @{Name="MountPoint";Expression={$_.MountPoint}},
- @{Name="KeyProtectorId";Expression={($_.KeyProtector | Where-Object {$_.KeyProtectorType -eq 'RecoveryPassword'} | Select-Object -ExpandProperty KeyProtectorId)}},
- @{Name="RecoveryPassword";Expression={($_.KeyProtector | Where-Object {$_.KeyProtectorType -eq 'RecoveryPassword'} | Select-Object -ExpandProperty RecoveryPassword)}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement