API Reference
Class
Computers (DirectoryQuery)
Computer-centric helpers.
Inheritance
- Object
- Computers
Methods
public static async Task<List<ComputerRecord>> GetBySamAsync(String domainName, IEnumerable<String> samAccountNames, ComputerProperties propertySet = Basic, CancellationToken ct = null) #Returns:
Task<List<ComputerRecord>>Returns a subset of computers by sAMAccountName within a single domain, using the existing ComputerGatherer.
Parameters
- domainName System.String
- samAccountNames System.Collections.Generic.IEnumerable{System.String}
- propertySet ADPlayground.Helpers.ComputerProperties = Basic
- ct System.Threading.CancellationToken = null