API Reference
Class
Computers (Computers)
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
- DNS domain name.
- options ADPlayground.ComputerQueryOptions = null
- 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
- options ADPlayground.ComputerQueryOptions = null