It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda RMM
formerly Managed Workplace

Win32_Service

  • Last updated on
Column Description
DeviceGuid The device that the service belongs to.
Description A description of the object.
DesktopInteract Indicates whether the service can create or communicate with windows on the desktop (TRUE) or not (FALSE).
DisplayName The display name of the service. This string has a maximum length of 256 characters. The name is case-preserved in the Service Control Manager. DisplayName comparisons are always case-insensitive. Constraints: Accepts the same value as the Name property. For example: Atdisk.
ErrorControl Severity of the error if this service fails to start during startup. The value indicates the action taken by the startup program if failure occurs. All errors are logged by the computer system.
InstallDate The date and time the object was installed. This property does not require a value to indicate that the object is installed.
Name Uniquely identifies the service and provides an indication of the functionality that is managed. This functionality is described in more detail in the object's Description property.
PathName Contains the fully qualified path to the service binary file that implements the service. For example: \SystemRoot\System32\drivers\afd.sys.
ServiceType Supplies the type of service provided to calling processes.
Started Indicates whether the service has been started (TRUE), or stopped (FALSE).
StartModeIndicates the start mode of the Win32 base service. "Boot" specifies a device driver started by the operating system loader. This value is valid only for driver services. "System" specifies a device driver started by the IoInitSystem function. This value is valid only for driver services. "Automatic" specifies a service to be started automatically by the service control manager during system startup. "Manual" specifies a service to be started by the service control manager when a process calls the StartService function. "Disabled" specifies a service that can no longer be started.
StartName Indicates the account name under which the service runs. Depending on the service type, the account name may be in the form of "DomainName\Username". The service process is logged using one of these two forms when it runs. If the account belongs to the built-in domain, then ".\Username" can be specified. For kernel or system-level drivers, StartName contains the driver object name (that is, "\FileSystem\Rdr" or "\Driver\Xns") which the I/O system uses to load the device driver. Additionally, if NULL is specified, the driver runs with a default object name created by the I/O system based on the service name.
Status The current status of an object.