TestimoX

API Reference

Class

GppServiceEntry

Namespace ADPlayground.Gpo.Preferences
Assembly ADPlayground
Modifiers sealed

Represents a GPP Windows Service configuration item.

Inheritance

Constructors

public GppServiceEntry() #

Properties

public String ServiceName { get; set; } #

Service name (e.g., Spooler).

public String Startup { get; set; } #

Startup type (e.g., Auto, Manual, Disabled).

public String ServiceAction { get; set; } #

Service action to perform (e.g., Start, Stop).

public String AccountName { get; set; } #

Account that the service should run as.