TestimoX

API Reference

Class

ScriptUncSecurity

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Security posture for a UNC path referenced by scripts.

Inheritance

  • Object
  • ScriptUncSecurity

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name owning the GPO.

public Guid GpoId { get; set; } #

GPO identifier.

public String GpoDisplayName { get; set; } #

GPO display name.

public String Path { get; set; } #

UNC path.

public Boolean Exists { get; set; } #

True when the UNC resource exists.

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

ACL entries on the UNC target.

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

Reasons that classify the UNC target as unsafe (if any).