TestimoX

API Reference

Class

RsopReader

Namespace ComputerX.Rsop
Assembly ComputerX
Modifiers static
Attributes
SupportedOSPlatform("windows")

Reads Resultant Set of Policy (RSOP) registry policy items for a machine or user scope.

Inheritance

  • Object
  • RsopReader

Methods

public static LgpoPolItem[] Get(String computerName, Scope scope) #
Returns: LgpoPolItem[]

Queries RSOP for applied registry policy settings in the selected scope.

Parameters

computerName System.String requiredposition: 0
Target host; null uses local machine.
scope ComputerX.Rsop.RsopReader.Scope requiredposition: 1
RSOP scope (Machine or User).

Returns

Array of LGPO policy items.