API Reference
Class
BitLockerRecoveryIndex
Indexes BitLocker recovery objects across a domain for fast lookups by computer DN.
Inheritance
- Object
- BitLockerRecoveryIndex
Constructors
public BitLockerRecoveryIndex() #Methods
public static BitLockerRecoveryIndex Build(String domainName, CancellationToken cancellationToken) #Returns:
BitLockerRecoveryIndexBuilds a domain-wide index of msFVE-RecoveryInformation entries.
Parameters
- domainName System.String
- DNS domain name.
- cancellationToken System.Threading.CancellationToken
- Cancellation token.
public Boolean TryGet(String distinguishedName, out BitLockerRecoveryEntry entry) #Returns:
BooleanAttempts to retrieve BitLocker recovery information for a computer DN.
Parameters
- distinguishedName System.String
- Computer distinguished name.
- entry ADPlayground.Computers.BitLockerRecoveryEntry@
- Recovery summary when present.