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

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