TestimoX

API Reference

Class

GpoDenyRow

Namespace ADPlayground.Delegation
Assembly ADPlayground
Implements
IEquatable<GpoDenyRow>
Modifiers sealed

Simple scanner that lists Deny ACEs on GPO containers for awareness (e.g., Deny Apply Group Policy).

Inheritance

  • Object
  • GpoDenyRow

Constructors

Methods

public GpoDenyRow <Clone>$() #
Returns: GpoDenyRow
public virtual Boolean Equals(GpoDenyRow other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainName { get; set; } #

DNS domain name.

public String GpoName { get; set; } #

GPO display name.

public String GpoDistinguishedName { get; set; } #

GPO distinguished name.

public String Sid { get; set; } #

Trustee SID on the Deny ACE.

public String DisplayName { get; set; } #

Resolved friendly name for Sid.

public String Rights { get; set; } #

Raw rights string from the ACE.

public Boolean IsApplyGroupPolicy { get; set; } #

True when the Deny ACE targets the Apply Group Policy extended right.

public String Reason { get; set; } #

Short classification reason (e.g., "Deny Apply Group Policy" or "Deny write/control").