API Reference
Interface
IDcPrintSpoolerChecker
Provides methods for checking the Print Spooler service state on domain controllers.
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
- Domain controller name.
Returns
true if running, false if stopped, or null if the state cannot be determined.
public abstract Void ValidateAll() #Returns:
VoidValidates the Print Spooler service status across all discovered domain controllers.
public abstract Void ValidateDc(String dcName) #Returns:
VoidChecks the Print Spooler service on the specified domain controller and logs warnings when stopped.
Parameters
- dcName System.String
- Domain controller name.