Get-ADComputers-BitLockerInfo

2.0

Get BitLocker Recovery Information from Active Directory.
Generates a CSV file with computer names and BitLocker Recovery Keys:
  ComputerName;OperatingSystem;Date;Time;GMT;PasswordID;RecoveryPassword;DistinguishedName

Requirement of the script:
  - ActiveDirectory PowerShell Module
  - Needed rights to view AD BitLocker Recovery Info

Usage:
  .\Get-ADComputers-
Get BitLocker Recovery Information from Active Directory.
Generates a CSV file with computer names and BitLocker Recovery Keys:
  ComputerName;OperatingSystem;Date;Time;GMT;PasswordID;RecoveryPassword;DistinguishedName

Requirement of the script:
  - ActiveDirectory PowerShell Module
  - Needed rights to view AD BitLocker Recovery Info

Usage:
  .\Get-ADComputers-BitLockerInfo.ps1
  .\Get-ADComputers-BitLockerInfo.ps1 -OU "OU=Computers,OU=IT Department,DC=myDomain,DC=com"


Recommendation is to run this script as a schedule task to have backup your BitLocker Recovery keys

In Section Initialisations you may set default value:
to set default value for OU
  [string]$OU =
to set default name for a CSV file
  [string]$LogFileName =
to set default path for a CSV file
  [string]$LogFilePath =


Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Get-ADComputers-BitLockerInfo

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 Andriy Zarevych

Package Details

Author(s)

  • Andriy Zarevych

Tags

ActiveDirectory BitLocker

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
2.0 (current version) 2,380 12/11/2019