TestimoX

API Reference

Class

ApplyResult

Namespace ADPlayground.Gpo.GpoLocal.LgpoPolicyApplyService
Assembly ADPlayground
Modifiers sealed

Result of executing a policy apply plan.

Inheritance

  • Object
  • ApplyResult

Constructors

Properties

public String Policy { get; set; } #

Applied policy identifier (ADMX Name).

public String DisplayName { get; set; } #

Applied policy display name.

public String Scope { get; set; } #

Applied scope label (Computer or User).

public String UserSid { get; set; } #

User SID when applied for per‑user LGPO.

public String DestinationPath { get; set; } #

Path to the registry.pol that was targeted.

public String BackupPath { get; set; } #

Backup file path when a backup was created.

public Boolean Applied { get; set; } #

True when writes were performed; false for dry run.