TestimoX

API Reference

Enum

ScanType

Namespace ADPlayground.Gpo.GpoFilesService
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the scan scope.

Inheritance

  • Enum
  • ScanType

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

Values

public const ScanType All #

Scan SYSVOL root (\\domain\SYSVOL\domain).

Value: 0
public const ScanType Sysvol #

Scan SYSVOL policies root (\\domain\SYSVOL\domain\Policies).

Value: 1
public const ScanType Netlogon #

Scan NETLOGON share (\\domain\NETLOGON).

Value: 2