API Reference
Class
LapsStatusChecker
Provides methods to query LAPS attributes on computer accounts.
Inheritance
- Object
- LapsStatusChecker
Methods
public static IEnumerable<LapsComputerInfo> GetLapsInfo(String domainName) #Returns:
IEnumerable<LapsComputerInfo>Retrieves LAPS information for all computers in the given domain.
Parameters
- domainName System.String
- Target domain name.
Returns
Collection of LAPS computer information.
public static IEnumerable<LapsComputerInfo> GetLapsInfoForCurrentDomain() #Returns:
IEnumerable<LapsComputerInfo>Retrieves LAPS information for all computers in the current domain.
Returns
Collection of LAPS computer information.
public static IEnumerable<LapsComputerInfo> GetLapsInfoForForest() #Returns:
IEnumerable<LapsComputerInfo>Retrieves LAPS information for all computers across the forest.
Returns
Collection of LAPS computer information.