TestimoX

API Reference

Class

LapsStatusChecker

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers static

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 requiredposition: 0
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.