API Reference
Class
RsopReader
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
- Target host; null uses local machine.
- scope ComputerX.Rsop.RsopReader.Scope
- RSOP scope (Machine or User).
Returns
Array of LGPO policy items.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object