TestimoX

API Reference

Class

RsopRemoteHelper

Namespace ADPlayground.Gpo.Policy
Assembly ADPlayground
Modifiers static

Convenience helpers to compute RSOP for a remote user's hive by locating NTUSER.DAT via the remote machine's ProfileList registry and using the offline hive reader. Requires administrative access to the remote machine (SeBackupPrivilege/SeRestorePrivilege) and access to the administrative share (e.g., \\COMPUTER\C$).

Inheritance

  • Object
  • RsopRemoteHelper

Methods

public static RsopDetails GetUserFromRemoteHive(String computerName, String userSid, String admxDirectory = null, String language = null) #
Returns: RsopDetails

Builds RSOP for a remote user by resolving the user's profile path from the remote machine and loading the NTUSER.DAT hive via administrative share into an offline policy source.

Parameters

computerName System.String requiredposition: 0
Remote computer name.
userSid System.String requiredposition: 1
Target user's SID on the remote computer.
admxDirectory System.String = null optionalposition: 2
Optional ADMX directory (auto-located when null/empty).
language System.String = null optionalposition: 3
Optional ADML language (e.g., en-US).

Returns

RSOP details for the remote user hive.