TestimoX

API Reference

Class

BitLockerRecoveryIndex

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers sealed

Indexes BitLocker recovery objects across a domain for fast lookups by computer DN.

Inheritance

  • Object
  • BitLockerRecoveryIndex

Constructors

Methods

public static BitLockerRecoveryIndex Build(String domainName, CancellationToken cancellationToken) #
Returns: BitLockerRecoveryIndex

Builds a domain-wide index of msFVE-RecoveryInformation entries.

Parameters

domainName System.String requiredposition: 0
DNS domain name.
cancellationToken System.Threading.CancellationToken requiredposition: 1
Cancellation token.
public Boolean TryGet(String distinguishedName, out BitLockerRecoveryEntry entry) #
Returns: Boolean

Attempts to retrieve BitLocker recovery information for a computer DN.

Parameters

distinguishedName System.String requiredposition: 0
Computer distinguished name.
entry ADPlayground.Computers.BitLockerRecoveryEntry@ requiredposition: 1
Recovery summary when present.