| Facebook: | | Telegram: Join @fztvseries | Instagram: Follow @fztvseries |
| Facebook: | | Telegram: Join @fztvseries | Instagram: Follow @fztvseries |
Request TvShows or Report error with existing ones, Email us at [email protected]# Retrieve all BitLocker recovery objects for this computer $RecoveryInfo = Get-ADObject -Filter objectClass -eq 'msFVE-RecoveryInformation' -SearchBase $Computer.DistinguishedName -Properties msFVE-RecoveryPassword -ErrorAction Stop
foreach ($pc in $computers) if (Test-Connection -ComputerName $pc -Count 1 -Quiet) try $key = Invoke-Command -ComputerName $pc -ScriptBlock (Get-BitLockerVolume -MountPoint "C:").KeyProtector -ErrorAction Stop [PSCustomObject]@Computer=$pc; RecoveryKey=$key; Status="Success"
Usually, this was a five-minute fix. Elias would remote into Marcus's primary laptop, open Manage-bde, and retrieve the key. But Marcus had specified he was on a loaner machine. His primary laptop was sitting right here, on Elias’s desk, waiting for a RAM upgrade he had promised to do earlier that day.
# Retrieve all BitLocker recovery objects for this computer $RecoveryInfo = Get-ADObject -Filter objectClass -eq 'msFVE-RecoveryInformation' -SearchBase $Computer.DistinguishedName -Properties msFVE-RecoveryPassword -ErrorAction Stop
foreach ($pc in $computers) if (Test-Connection -ComputerName $pc -Count 1 -Quiet) try $key = Invoke-Command -ComputerName $pc -ScriptBlock (Get-BitLockerVolume -MountPoint "C:").KeyProtector -ErrorAction Stop [PSCustomObject]@Computer=$pc; RecoveryKey=$key; Status="Success" powershell get bitlocker recovery key remote computer
Usually, this was a five-minute fix. Elias would remote into Marcus's primary laptop, open Manage-bde, and retrieve the key. But Marcus had specified he was on a loaner machine. His primary laptop was sitting right here, on Elias’s desk, waiting for a RAM upgrade he had promised to do earlier that day. # Retrieve all BitLocker recovery objects for this