API Reference
Class
RsopService
Builds a local/remote RSOP snapshot using live registry + ADMX mapping, without COM/WMI providers.
Inheritance
- Object
- RsopService
Methods
public static RsopDetails Get(RegistryPolicyScope scope, String admxDirectory, String language, String computerName = null, String userSid = null, Boolean includeTrace = false) #Returns:
RsopDetailsGets RSOP for the local or remote computer (machine scope by default).
Parameters
- scope ADPlayground.Gpo.Policy.RegistryPolicyScope
- Computer or User.
- admxDirectory System.String
- Optional ADMX directory (auto-located when null/empty).
- language System.String
- Optional language (e.g., en-US).
- computerName System.String = null
- Optional target computer; when null uses local machine.
- userSid System.String = null
- Optional user SID for user-scope RSOP. Local machine only in this version.
- includeTrace System.Boolean = false
- Include a trace of resolution steps and registry paths in the result for diagnostics.