TestimoX

API Reference

Class

BitLockerRecoveryScanner

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers static

Scans computer objects for BitLocker recovery information stored beneath the computer DN.

Inheritance

  • Object
  • BitLockerRecoveryScanner

Methods

public static IEnumerable<BitLockerInfo> GetBitLockerInfo(String domainName, IEnumerable<ValueTuple<String, String>> computers) #
Returns: IEnumerable<BitLockerInfo>

Enumerates BitLocker recovery counts and latest timestamps for the given computer list.

Parameters

domainName System.String requiredposition: 0
Domain DNS name (optional, used only for logging).
computers System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,System.String}} requiredposition: 1
Sequence of (sAMAccountName, distinguishedName) tuples.

Returns

Sequence of BitLockerInfo entries.