API Reference
Class
StaleAccountsService
Queries user/computer accounts that look stale using lastLogonTimestamp and/or pwdLastSet. This is intended for tooling: small, server-side filtered queries that avoid full-directory enumeration.
Inheritance
- Object
- StaleAccountsService
Methods
public static StaleAccountsQueryResult Query(StaleAccountsQueryOptions options) #Returns:
StaleAccountsQueryResultQueries stale accounts according to the provided options.
Parameters
- options ADPlayground.DirectoryOps.StaleAccountsQueryOptions
- Query options.