TestimoX

API Reference

Class

AdmxExplorerPolicyArtifactResult

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Resolved deployment artifact for one ADMX explorer policy, scope, and state.

Inheritance

  • Object
  • AdmxExplorerPolicyArtifactResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public AdmxExplorerPolicyArtifactResult() #

Properties

public String PolicyId { get; set; } #

Stable policy identifier, usually Source.admx::PolicyName.

public String PolicyName { get; set; } #

Internal ADMX policy name.

public String PolicyDisplayName { get; set; } #

Localized policy display name.

public String SourceAdmx { get; set; } #

Source ADMX filename.

public String PolicyClassName { get; set; } #

Textual policy class name from the static catalog.

public String CategoryPath { get; set; } #

Category path where the policy appears.

public String SupportedOn { get; set; } #

Supported-on label for the policy.

public PolicyScope Scope { get; set; } #

Resolved policy scope.

public String ScopeName { get; set; } #

Textual scope name for JSON and PowerShell consumers.

public PolicyState State { get; set; } #

Resolved policy state.

public String StateName { get; set; } #

Textual state name for JSON and PowerShell consumers.

public String RegistryHive { get; set; } #

Registry hive used by the resolved artifact.

public String RegistryKey { get; set; } #

Primary registry key used by the resolved artifact, when available.

public IReadOnlyList<AdmxPolicyArtifactOperation> Operations { get; set; } #

Registry operations emitted for the resolved state.

public String RegFileContent { get; set; } #

Generated Windows Registry Editor file content.

public String PowerShellScript { get; set; } #

Generated PowerShell remediation script.

public AdmxExplorerPolicyIntuneArtifact Intune { get; set; } #

Generated Intune remediation metadata.

public AdmxExplorerPolicyMdmArtifact Mdm { get; set; } #

Generated or inferred MDM/Policy CSP metadata.