Monat: Juli 2022

Get the Bitlocker-Recovery-Key…

Sometimes i need to Find the Bitlocker-Keys for a domaincomputer and then i use the following Script: $objComputer = Get-ADComputer COMPUTERNAME$Bitlocker_Object = Get-ADObject -Filter {objectclass -eq 'msFVE-RecoveryInformation'} -SearchBase $objComputer.DistinguishedName -Properties…