TestimoX

API Reference

Class

ReferencedUncEntry

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

A UNC reference discovered in GPO scripts or preferences, with file existence and ACL info.

Inheritance

  • Object
  • ReferencedUncEntry

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public Guid GpoId { get; set; } #

Source GPO identifier.

public String GpoDisplayName { get; set; } #

GPO display name.

public String Path { get; set; } #

UNC path or URL referenced by the GPO.

public Boolean Exists { get; set; } #

True when the referenced path exists and is accessible at scan time.

public String Source { get; set; } #

Source of the reference (Script or Preference).

public String SourceDetail { get; set; } #

Additional source detail (e.g., Startup/Logon or relative XML path).

public IReadOnlyList<ScriptAclEntry> Acl { get; set; } #

ACL entries captured for the referenced path.

public IReadOnlyList<String> UnsafeReasons { get; set; } #

Reasons why the reference may be unsafe (e.g., out-of-forest, weak permissions).