API Reference
Class
SidHistoryService
Enumerates objects with SIDHistory and projects them into a typed record.
Inheritance
- Object
- SidHistoryService
Methods
Get 3 overloads
public static IReadOnlyList<SidHistoryRecord> Get() #Returns:
IReadOnlyList<SidHistoryRecord>Enumerates objects with SIDHistory across the forest.
public static IReadOnlyList<SidHistoryRecord> Get(SidHistoryQueryOptions options) #Returns:
IReadOnlyList<SidHistoryRecord>Enumerates objects with SIDHistory in a specific domain.
Parameters
- domainName System.String
Get(ADPlayground.Users.SidHistoryQueryOptions options) #Enumerates SIDHistory with filter options (domain optional).
Parameters
- options ADPlayground.Users.SidHistoryQueryOptions