TestimoX

API Reference

Class

SidHistoryService

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers static

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 requiredposition: 0
Get(ADPlayground.Users.SidHistoryQueryOptions options) #

Enumerates SIDHistory with filter options (domain optional).

Parameters

options ADPlayground.Users.SidHistoryQueryOptions required