TestimoX

API Reference

Class

ForestDsaGuidService

Namespace ADPlayground.DirectoryServices
Assembly ADPlayground
Modifiers static

Enumerates DSA GUIDs for domain controllers in a forest.

Inheritance

  • Object
  • ForestDsaGuidService

Methods

public static IReadOnlyList<DsaGuidInfo> GetAll(String forestName = null, Boolean skipRodc = false) #
Returns: IReadOnlyList<DsaGuidInfo>

Enumerates DSA GUIDs (NTDS Settings object GUID) for domain controllers in the specified forest.

Parameters

forestName System.String = null optionalposition: 0
Optional forest root DNS name; null uses the current forest.
skipRodc System.Boolean = false optionalposition: 1
Reserved for future RODC filtering.

Returns

List of DSA GUID info rows.