TestimoX

API Reference

Class

Computers (Computers)

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers static

PowerShell-like facade for computer retrieval. Returns typed ComputerRecord items.

Inheritance

  • Object
  • Computers

Methods

public static IReadOnlyList<ComputerRecord> Get(String domain, ComputerQueryOptions options = null) #
Returns: IReadOnlyList<ComputerRecord>

Gets computers from the specified domain using optional query options.

Parameters

domain System.String requiredposition: 0
DNS domain name.
options ADPlayground.ComputerQueryOptions = null optionalposition: 1
Optional query options (filters, property set).
public static Task<IReadOnlyList<ComputerRecord>> GetAsync(String domain, ComputerQueryOptions options = null) #
Returns: Task<IReadOnlyList<ComputerRecord>>

Async version of ComputerQueryOptions).

Parameters

domain System.String requiredposition: 0
options ADPlayground.ComputerQueryOptions = null optionalposition: 1