TestimoX

API Reference

Interface

IDcPrintSpoolerChecker

Namespace ADPlayground
Assembly ADPlayground
Modifiers abstract

Provides methods for checking the Print Spooler service state on domain controllers.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public abstract Nullable<Boolean> IsPrintSpoolerRunning(String dcName) #
Returns: Nullable<Boolean>

Determines whether the Print Spooler service is running on the specified domain controller.

Parameters

dcName System.String requiredposition: 0
Domain controller name.

Returns

true if running, false if stopped, or null if the state cannot be determined.

public abstract Void ValidateAll() #
Returns: Void

Validates the Print Spooler service status across all discovered domain controllers.

public abstract Void ValidateDc(String dcName) #
Returns: Void

Checks the Print Spooler service on the specified domain controller and logs warnings when stopped.

Parameters

dcName System.String requiredposition: 0
Domain controller name.