TestimoX

API Reference

Class

ManagedServiceAccountUsageAnalyzer

Namespace ADPlayground
Assembly ADPlayground
Modifiers static

Provides methods for assessing managed service account usage.

Inheritance

  • Object
  • ManagedServiceAccountUsageAnalyzer

Methods

GetUsage 2 overloads
public static IEnumerable<ServiceAccountUsageInfo> GetUsage() #
Returns: IEnumerable<ServiceAccountUsageInfo>

Retrieves usage information for all managed service accounts in the forest.

public static IEnumerable<ServiceAccountUsageInfo> GetUsage(String domainName) #
Returns: IEnumerable<ServiceAccountUsageInfo>

Retrieves usage information for a single domain.

Parameters

domainName System.String requiredposition: 0
Domain to query.