API Reference
Class
View (GpoExposurePostureService)
Aggregated exposure posture for scripts/preferences across all GPOs in a domain.
Inheritance
- Object
- View
Constructors
Methods
Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when exposure posture collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String DomainName { get; set; } #DNS domain name.
public Int32 GpoCount { get; set; } #Number of GPOs evaluated.
public Int32 ScriptUncCount { get; set; } #Total UNC references in scripts.
public Int32 PreferenceUncCount { get; set; } #Total UNC references in preferences.
public Int32 ScheduledTasksCount { get; set; } #Number of scheduled task artifacts found.
public Int32 PlaintextFindingsCount { get; set; } #Plaintext credential findings across scripts.
public Int32 ExecutableArtifactsCount { get; set; } #Count of executable/script artifacts under SYSVOL.
public ScriptUnc[] ScriptUncPaths { get; set; } #Detailed script UNC entries.
public PreferenceUnc[] PreferenceUncPaths { get; set; } #Detailed preference UNC entries.
public ExecutableArtifact[] ExecutableArtifacts { get; set; } #Executable/script artifacts.
public PlaintextFinding[] PlaintextFindings { get; set; } #Plaintext credential indicators.