TestimoX

API Reference

Class

FolderRedirectionPolicyReader

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Lightweight reader for classic Folder Redirection (fdeploy.ini) stored under the User side of a GPO. Parses common fields (Target, Path, MoveContents, GrantExclusiveRights, PolicyRemoval) per redirected folder.

Inheritance

  • Object
  • FolderRedirectionPolicyReader

Methods

public static FolderRedirectionPolicyInfo ReadFromSysvol(String gpoSysvolPath, String domainName, Guid gpoId) #
Returns: FolderRedirectionPolicyInfo

Attempts to read Folder Redirection policy for a GPO from its SYSVOL path.

Parameters

gpoSysvolPath System.String requiredposition: 0
GPO root path in SYSVOL.
domainName System.String requiredposition: 1
Owning DNS domain.
gpoId System.Guid requiredposition: 2
GPO identifier.

Returns

Typed policy info when present; null otherwise.