API Reference
Class
FolderRedirectionPolicyReader
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:
FolderRedirectionPolicyInfoAttempts to read Folder Redirection policy for a GPO from its SYSVOL path.
Parameters
- gpoSysvolPath System.String
- GPO root path in SYSVOL.
- domainName System.String
- Owning DNS domain.
- gpoId System.Guid
- GPO identifier.
Returns
Typed policy info when present; null otherwise.