API Reference
Class
GpoAnalysisError
Best-effort error descriptor produced while building a GpoAnalysisReport.
Inheritance
- Object
- GpoAnalysisError
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoAnalysisReport.Errors
Constructors
public GpoAnalysisError() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name being processed.
public Nullable<Guid> GpoId { get; set; } #GPO identifier when applicable; otherwise null.
public String GpoName { get; set; } #GPO display name when applicable; otherwise null.
public String Stage { get; set; } #Processing stage where the error occurred (e.g., RegistryPol, Mapping, GppPasswordScan).
public String Message { get; set; } #Short error message.