API Reference
Class
View (PowerShellLoggingService)
Aggregated view for PowerShell logging with attribution.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when PowerShell logging collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String TargetDn { get; set; } #ResultMetadataTarget distinguished name used (Domain Controllers OU).
public Nullable<Boolean> ScriptBlock { get; set; } #True when Script Block Logging is enabled.
public Nullable<Boolean> Module { get; set; } #True when Module Logging is enabled.
public Nullable<Boolean> Transcription { get; set; } #True when PowerShell transcription is enabled.
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #ResultMetadataPolicy Attribution rows (winner + sources) for the three keys.
public String AttributionTopWriters { get; } #ResultMetadataDistinct list (up to 3) of Effective GPO names for compact summaries.