TestimoX

API Reference

Class

AdxShareDiagnosticsEnrichmentService

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Modifiers static

Builds typed enrichment over SMB share evidence without producing report or export artifacts.

Inheritance

  • Object
  • AdxShareDiagnosticsEnrichmentService

Methods

public static AdxShareDiagnosticsEnrichmentResult Enrich(SmbShareEvidencePackage evidence, AdxShareDiagnosticsEnrichmentOptions options = null, CancellationToken cancellationToken = null) #
Returns: AdxShareDiagnosticsEnrichmentResult

Enriches an SMB share evidence package with typed identity, owner, group, and migration-readiness data.

Parameters

evidence ComputerX.Smb.SmbShareEvidencePackage requiredposition: 0
Source SMB evidence package.
options ADPlayground.ShareDiagnostics.AdxShareDiagnosticsEnrichmentOptions = null optionalposition: 1
Enrichment options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 2
Cancellation token.

Returns

Typed enrichment result for downstream fix and operator workflow stages.