TestimoX

API Reference

Class

ComputerOsViews

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers static

Convenience projection helpers for operating system snapshots.

Inheritance

  • Object
  • ComputerOsViews

Methods

public static DomainControllersView DomainControllers(ComputerOperatingSystemSnapshot s) #
Returns: DomainControllersView

Builds a domain-controller-focused view from a computer OS snapshot.

Parameters

s ADPlayground.Computers.ComputerOperatingSystemSnapshot requiredposition: 0
Snapshot produced by ComputerOperatingSystemService.

Returns

Materialized view with per-generation DC lists and counters.

public static ServersView Servers(ComputerOperatingSystemSnapshot s) #
Returns: ServersView

Builds a non-domain controller server view from a computer OS snapshot.

Parameters

s ADPlayground.Computers.ComputerOperatingSystemSnapshot requiredposition: 0
Snapshot produced by ComputerOperatingSystemService.

Returns

Materialized view with per-generation server lists and counters.

public static WorkstationsView Workstations(ComputerOperatingSystemSnapshot s) #
Returns: WorkstationsView

Create a workstation-focused view from a full snapshot.

Parameters

s ADPlayground.Computers.ComputerOperatingSystemSnapshot requiredposition: 0