API Reference
Class
BitLockerRecoveryScanner
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
- Domain DNS name (optional, used only for logging).
- computers System.Collections.Generic.IEnumerable{System.ValueTuple{System.String,System.String}}
- Sequence of (sAMAccountName, distinguishedName) tuples.
Returns
Sequence of BitLockerInfo entries.