API Reference
Class
ComputerOsViews
Convenience projection helpers for operating system snapshots.
Inheritance
- Object
- ComputerOsViews
Methods
public static DomainControllersView DomainControllers(ComputerOperatingSystemSnapshot s) #Returns:
DomainControllersViewBuilds a domain-controller-focused view from a computer OS snapshot.
Parameters
- s ADPlayground.Computers.ComputerOperatingSystemSnapshot
- Snapshot produced by ComputerOperatingSystemService.
Returns
Materialized view with per-generation DC lists and counters.
public static ServersView Servers(ComputerOperatingSystemSnapshot s) #Returns:
ServersViewBuilds a non-domain controller server view from a computer OS snapshot.
Parameters
- s ADPlayground.Computers.ComputerOperatingSystemSnapshot
- Snapshot produced by ComputerOperatingSystemService.
Returns
Materialized view with per-generation server lists and counters.
public static WorkstationsView Workstations(ComputerOperatingSystemSnapshot s) #Returns:
WorkstationsViewCreate a workstation-focused view from a full snapshot.
Parameters
- s ADPlayground.Computers.ComputerOperatingSystemSnapshot