API Reference
Class
ForestDsaGuidService
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
- Optional forest root DNS name; null uses the current forest.
- skipRodc System.Boolean = false
- Reserved for future RODC filtering.
Returns
List of DSA GUID info rows.