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-
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
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 =
Installation Options
Owners
Copyright
(c) 2016 Andriy Zarevych
Package Details
Author(s)
- Andriy Zarevych
Tags
Dependencies
This script has no dependencies.
FileList
- Get-ADComputers-BitLockerInfo.nuspec
- Get-ADComputers-BitLockerInfo.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.0 (current version) | 2,660 | 12/11/2019 |