Win32_BaseService, ROOT\MicrosoftIISv2\MS_409

Class | Childs (1) | Methods (10) | Properties (22) | Qualifiers (3) | Instances | Namespaces (4)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Win32_BaseService class represents executable objects that are installed in a registry database maintained by the Service Control Manager. The executable file associated with a service can be started at boot time by a boot program or by the system. It can also be started on-demand by the Service Control Manager. Any service or process that is not owned by a specific user, and that provides an interface to some functionality supported by the computer system, is a descendent (or member) of this class. Example: The dynamic host configuration protocol (DHCP) client service on a Windows NT/Windows 2000 computer system.

Win32_BaseService - child subclasses in ROOT\MicrosoftIISv2\MS_409

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
Win32_Service22510----

Win32_BaseService methods

Win32_BaseService has 10 methods (8 Local, 2 Derived)

NameOriginReturn
ChangeWin32_BaseServiceuint32 {'out':True}
ChangeStartModeWin32_BaseServiceuint32 {'out':True}
CreateWin32_BaseServiceuint32 {'out':True}
DeleteWin32_BaseServiceuint32 {'out':True}
InterrogateServiceWin32_BaseServiceuint32 {'out':True}
PauseServiceWin32_BaseServiceuint32 {'out':True}
ResumeServiceWin32_BaseServiceuint32 {'out':True}
StartServiceCIM_Serviceuint32 {'out':True}
StopServiceCIM_Serviceuint32 {'out':True}
UserControlServiceWin32_BaseServiceuint32 {'out':True}

Win32_BaseService properties

Win32_BaseService has 22 properties (12 Local, 10 Derived)

NameOriginCIMType
AcceptPauseWin32_BaseService11 [boolean]
AcceptStopWin32_BaseService11 [boolean]
CaptionCIM_ManagedSystemElement8 [string]
CreationClassNameCIM_Service8 [string]
DescriptionCIM_ManagedSystemElement8 [string]
DesktopInteractWin32_BaseService11 [boolean]
DisplayNameWin32_BaseService8 [string]
ErrorControlWin32_BaseService8 [string]
ExitCodeWin32_BaseService19 [uint32]
InstallDateCIM_ManagedSystemElement101 [datetime]
key
Name
CIM_ManagedSystemElement8 [string]
PathNameWin32_BaseService8 [string]
ServiceSpecificExitCodeWin32_BaseService19 [uint32]
ServiceTypeWin32_BaseService8 [string]
StartedCIM_Service11 [boolean]
StartModeCIM_Service8 [string]
StartNameWin32_BaseService8 [string]
StateWin32_BaseService8 [string]
StatusCIM_ManagedSystemElement8 [string]
SystemCreationClassNameCIM_Service8 [string]
SystemNameCIM_Service8 [string]
TagIdWin32_BaseService19 [uint32]

Detailed description of Win32_BaseService methods

Local methods (8) of Win32_BaseService class

Change method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
DisplayNamestring0-{'Description':'The DisplayName parameter passes 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 parameter.Example: Atdisk','In':True}
PathNamestring1-{'Description':'The PathName parameter passes the fully qualified path of the service binary file that implements the service.Example: \SystemRoot\System32\drivers\afd.sys','In':True}
ServiceTypeuint82-{'BitValues':['Kernel Driver', 'File System Driver', 'Adapter', 'Recognizer Driver', 'Own Process', 'Share Process'],'Description':'The ServiceType parameter passes the type of service provided to processes calling the service.','In':True}
ErrorControluint83-{'Description':'If this service fails to start during startup, the ErrorControl parameter passes the severity of the error. The value indicates the action taken by the startup program if failure occurs. All errors are logged by the system. The system does not notify the user of "Ignore" errors. With "Normal" errors the user is notified. With "Severe" errors, the system is restarted with the last-known-good configuration. Finally, on "Critical" errors, the system attempts to restart with a good configuration.','In':True,'Values':['Ignore', 'Normal', 'Severe', 'Critical']}
StartModestring4-{'Description':'The StartMode property indicates 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.','In':True,'Values':['Boot Start', 'System Start', 'Auto Start', 'Demand Start', 'Disabled']}
DesktopInteractboolean5-{'Description':'The DesktopInteract parameter passes the value that indicates whether the service can create or communicate with windows on the desktop.Values: TRUE or FALSE. A value of TRUE indicates the service can create or communicate with windows on the desktop.','In':True}
StartNamestring6-{'Description':'The StartName property indicates the account name the service runs under. Depending on the service type, the account name may be in the form of "DomainName\Username", The service process will be logged using one of these two forms when it runs. If the account belongs to the built-in domain, ".\Username" can be specified. If NULL is specified, the service will be logged on as the LocalSystem account. For kernel or system-level drivers, StartName contains the driver object name (that is, \FileSystem\Rdr or \Driver\Xns) that the input and output (I/O) system uses to load the device driver. If NULL is specified, the driver runs with a default object name created by the I/O system based on the service name.Example: DWDOM\Admin.','In':True}
StartPasswordstring7-{'Description':'The StartPassword parameter passes the password to the account name specified by the StartName parameter. Specify NULL if you are not changing the password. Specify an empty string if the service has no password.','In':True}
LoadOrderGroupstring8-{'Description':'The LoadOrderGroup parameter passes the group name that it is associated with. Load order groups are contained in the system registry, and determine the sequence in which services are loaded into the operating system. If the pointer is NULL, or if it points to an empty string, the service does not belong to a group. Dependencies between groups should be listed in the LoadOrderGroupDependencies parameter. Services in the load-ordering group list are started first, followed by services in groups not in the load-ordering group list, followed by services that do not belong to a group. The system registry has a list of load ordering groups located at:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ServiceGroupOrder.','In':True}
LoadOrderGroupDependenciesstring9-{'Description':'The LoadOrderGroupDependencies parameter passes a list of load ordering groups that must start before this service starts. The array is doubly null-terminated. If the pointer is NULL, or if it points to an empty string, the service has no dependencies. Group names must be prefixed by the SC_GROUP_IDENTIFIER (defined in the WINSVC.H file) character to differentiate them from service names because services and service groups share the same name space. Dependency on a group means that this service can run if at least one member of the group is running after an attempt to start all members of the group.','In':True}
ServiceDependenciesstring10-{'Description':'The ServiceDependencies parameter passes a list containing names of services that must start before this service starts. The array is doubly null-terminated. If the pointer is NULL, or if it points to an empty string, the service has no dependencies. Dependency on a service means that this service can run only if the service it depends on is running.','In':True}
Description'The Change method modifies a service. It returns an integer value of 0 if the service was successfully modified, 1 if the request is not supported and any other number to indicate an error. The Win32_LoadOrderGroup parameter represents a grouping of system services defining execution dependencies. The services must be initiated in the order specified by the Load Order Group as the services are dependent on each other. These dependent services require the presence of the antecedent services in order to function correctly.'
Change method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 6 namespaces
ChangeStartMode method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
StartModestring0-{'Description':'The StartMode parameter passes 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.','In':True,'Values':['Boot Start', 'System Start', 'Auto Start', 'Demand Start', 'Disabled']}
Description'The ChangeStartMode method modifies the StartMode of a service. It returns an integer value of 0 if the service was successfully modified, 1 if the request is not supported, and any other number to indicate an error.'
ChangeStartMode method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 4 namespaces
Create method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Namestring0-{'Description':'The Name parameter passes the name of the service to install to the Create method. The maximum string length is 256 characters. The service control manager database preserves the case of the characters, but service name comparisons are always case insensitive. Forward-slashes (/) and double back-slashes (\) are invalid service name characters.','In':True}
DisplayNamestring1-{'Description':'The DisplayName parameter passes 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 parameter.Example: Atdisk.','In':True}
PathNamestring2-{'Description':'The PathName parameter passes the fully qualified path to the executable file that implements the service.Example: \SystemRoot\System32\drivers\afd.sys','In':True}
ServiceTypeuint83-{'BitValues':['Kernel Driver', 'File System Driver', 'Adapter', 'Recognizer Driver', 'Own Process', 'Share Process'],'Description':'The ServiceType parameter passes the type of services provided to processes that call them.','In':True}
ErrorControluint84-{'Description':'If the Create method fails to start, the ErrorControl parameter passes the severity of the error. The value indicates the action taken by the startup program if failure occurs. All errors are logged by the system. The system does not notify the user of "Ignore" errors. With "Normal" errors the user is notified. With "Severe" errors, the system is restarted with the last-known-good configuration. Finally, on "Critical" errors, the system attempts to restart with a good configuration.','In':True,'Values':['Ignore', 'Normal', 'Severe', 'Critical']}
StartModestring5-{'Description':'The StartMode parameter passes 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.','In':True,'Values':['Boot Start', 'System Start', 'Auto Start', 'Demand Start', 'Disabled']}
DesktopInteractboolean6-{'Description':'The DesktopInteract parameter passes the value that indicates whether the service can create or communicate with windows on the desktop.Values: TRUE or FALSE. A value of TRUE indicates the service can create or communicate with windows on the desktop.','In':True}
StartNamestring7-{'Description':'The StartName parameter passes the account name the service runs under. Depending on the service type, the account name may be in the form of "DomainName\Username".The service process will be logged using one of these two forms when it runs. If the account belongs to the built-in domain, ".\Username" can be specified. If NULL is specified, the service will be logged on as the LocalSystem account. For a kernel or system-level drivers, StartName contains the driver object name (that is, \FileSystem\Rdr or \Driver\Xns) which the input and output (I/O) system uses to load the device driver. If NULL is specified, the driver runs with a default object name created by the I/O system based on the service name.Example: DWDOM\Admin.','In':True}
StartPasswordstring8-{'Description':'The StartPassword parameter passes the password to the account name specified by the StartName parameter. Specify NULL if you are not changing the password. Specify an empty string if the service has no password.','In':True}
LoadOrderGroupstring9-{'Description':'The LoadOrderGroup parameter passes the group name associated with the new service. Load order groups are contained in the registry, and determine the sequence in which services are loaded into the operating system. If the pointer is NULL or if it points to an empty string, the service does not belong to a group. Dependencies between groups should be listed in the LoadOrderGroupDependencies parameter. Services in the load-ordering group list are started first, followed by services in groups not in the load-ordering group list, followed by services that do not belong to a group. The registry has a list of load ordering groups located at:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ServiceGroupOrder.','In':True}
LoadOrderGroupDependenciesstring10-{'Description':'The LoadOrderGroupDependencies parameter passes a list of load ordering groups that must start before this service. The array is doubly null-terminated. If the pointer is NULL or if it points to an empty string, the service has no dependencies. Group names must be prefixed by the SC_GROUP_IDENTIFIER (defined in the WINSVC.H file) character to differentiate it from a service name, because services and service groups share the same name space. Dependency on a group means that this service can run if at least one member of the group is running after an attempt to start all members of the group.','In':True}
ServiceDependenciesstring11-{'Description':'The ServiceDependencies parameter passes a list containing names of services that must start before this service starts. The array is doubly null-terminated. If the pointer is NULL, or if it points to an empty string, the service has no dependencies. Dependency on a service means that this service can only run if the service it depends on is running.','In':True}
Description'The Create method creates a new service. It returns an integer value of 0 if the service was successfully created, 1 if the request is not supported, and any other number to indicate an error. The Win32_LoadOrderGroup parameter represents a grouping of system services defining execution dependencies. The services must be initiated in the order specified by the Load Order Group, as the services are dependent on each other. These dependent services require the presence of the antecedent services in order to function correctly.'
Create method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 14 namespaces
Delete method
Returnuint32 {'out':True}
Description'The Delete method deletes an existing service. It returns an integer value of 0 if the service was successfully deleted, 1 if the request is not supported, and any other number to indicate an error.'
Delete method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 11 namespaces
InterrogateService method
Returnuint32 {'out':True}
Description'The InterrogateService method requests that the service update its state to the service manager. It returns an integer value of 0 if the InterrogateService request was accepted, 1 if the request is not supported, and any other number to indicate an error.'
InterrogateService method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 4 namespaces
PauseService method
Returnuint32 {'out':True}
Description'The PauseService method attempts to place the service in the paused state. It returns an integer value of 0 if the PauseService request was accepted, 1 if the request is not supported, and any other number to indicate an error.'
PauseService method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 6 namespaces
ResumeService method
Returnuint32 {'out':True}
Description'The ResumeService method attempts to place the service in the resumed state. It returns an integer value of 0 if the ResumeService request was accepted, 1 if the request is not supported, and any other number to indicate an error.'
ResumeService method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 6 namespaces
UserControlService method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ControlCodeuint80-{'Description':'The ControlCode parameter specifies defined values(from 128 to 255) that provide control commands specific to a user.','In':True}
Description'The UserControlService method attempts to send a user-defined control code to a service. It returns an integer value of 0 if the UserControlService request was accepted, 1 if the request is not supported, and any other number to indicate an error.'
UserControlService method is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 4 namespaces

Derived methods (2) of Win32_BaseService class

StartService method
Returnuint32 {'out':True}
Description'The StartService method attempts to place the service into its startup state. It returns one of the following integer values:
0 - The request was accepted.
1 - The request is not supported.
2 - The user did not have the necessary access.
3 - The service cannot be stopped because other services that are running are dependent on it.
4 - The requested control code is not valid, or it is unacceptable to the service.
5 - The requested control code cannot be sent to the service because the state of the service (Win32_BaseService:State) is equal to 0, 1, or 2.
6 - The service has not been started.
7 - The service did not respond to the start request in a timely fashion.
8 - Unknown failure when starting the service.
9 - The directory path to the service executable was not found.
10 - The service is already running.
11 - The database to add a new service is locked.
12 - A dependency for which this service relies on has been removed from the system.
13 - The service failed to find the service needed from a dependent service.
14 - The service has been disabled from the system.
15 - The service does not have the correct authentication to run on the system.
16 - This service is being removed from the system.
17 - There is no execution thread for the service.
18 - There are circular dependencies when starting the service.
19 - There is a service running under the same name.
20 - There are invalid characters in the name of the service.
21 - Invalid parameters have been passed to the service.
22 - The account which this service is to run under is either invalid or lacks the permissions to run the service.
23 - The service exists in the database of services available from the system.
24 - The service is currently paused in the system.
'
Values['Success', 'Not Supported', 'Access Denied', 'Dependent Services Running', 'Invalid Service Control', 'Service Cannot Accept Control', 'Service Not Active', 'Service Request Timeout', 'Unknown Failure', 'Path Not Found', 'Service Already Running', 'Service Database Locked', 'Service Dependency Deleted', 'Service Dependency Failure', 'Service Disabled', 'Service Logon Failed', 'Service Marked For Deletion', 'Service No Thread', 'Status Circular Dependency', 'Status Duplicate Name', 'Status Invalid Name', 'Status Invalid Parameter', 'Status Invalid Service Account', 'Status Service Exists', 'Service Already Paused']
StartService method is in 5 classes of ROOT\MicrosoftIISv2\MS_409 and in 11 namespaces
StopService method
Returnuint32 {'out':True}
Description'The StopService method places the service in the stopped state. It returns an integer value of 0 if the service was successfully stopped, 1 if the request is not supported, and any other number to indicate an error.'
StopService method is in 5 classes of ROOT\MicrosoftIISv2\MS_409 and in 11 namespaces

Detailed description of Win32_BaseService properties

Local properties (12) of Win32_BaseService class

AcceptPause property
CIMTYPE'boolean'
Description'The AcceptPause property indicates whether the service can be paused.
Values: TRUE or FALSE. A value of TRUE indicates the service can be paused.'
AcceptPause property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 6 namespaces
AcceptStop property
CIMTYPE'boolean'
Description'The AcceptStop property indicates whether the service can be stopped.
Values: TRUE or FALSE. A value of TRUE indicates the service can be stopped.'
AcceptStop property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 6 namespaces
DesktopInteract property
CIMTYPE'boolean'
Description'The DesktopInteract property indicates whether the service can create or communicate with windows on the desktop.
Values: TRUE or FALSE. A value of TRUE indicates the service can create or communicate with windows on the desktop.'
DesktopInteract property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 4 namespaces
DisplayName property
CIMTYPE'string'
Description'The DisplayName property indicates 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.
Example: Atdisk.'
DisplayName property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 30 namespaces
ErrorControl property
CIMTYPE'string'
Description'If this service fails to start during startup, the ErrorControl property specifies the severity of the error. The value indicates the action taken by the startup program if failure occurs. All errors are logged by the computer system. The computer system does not notify the user of "Ignore" errors. With "Normal" errorsthe user is notified. With "Severe" errors, the system is restarted with the last-known-good configuration. Finally, on"Critical" errors the system attempts to restart with a good configuration.'
Values['Ignore', 'Normal', 'Severe', 'Critical', 'Unknown']
ErrorControl property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 6 namespaces
ExitCode property
CIMTYPE'uint32'
Description'The ExitCode property specifies a Win32 error code defining any problems encountered in starting or stopping the service. This property is set to ERROR_SERVICE_SPECIFIC_ERROR (1066) when the error is unique to the service represented by this class, and information about the error is available in the ServiceSpecificExitCode member. The service sets this value to NO_ERROR when running, and again upon normal termination.'
ExitCode property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 8 namespaces
PathName property
CIMTYPE'string'
Description'The PathName property contains the fully qualified path to the service binary file that implements the service.
Example: \SystemRoot\System32\drivers\afd.sys'
PathName property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 5 namespaces
ServiceSpecificExitCode property
CIMTYPE'uint32'
Description'The ServiceSpecificExitCode property specifies a service-specific error code for errors that occur while the service is either starting or stopping. The exit codes are defined by the service represented by this class. This value is only set when the ExitCodeproperty value is ERROR_SERVICE_SPECIFIC_ERROR, 1066.'
ServiceSpecificExitCode property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 4 namespaces
ServiceType property
CIMTYPE'string'
Description'The ServiceType property supplies the type of service provided to calling processes.'
Values['Kernel Driver', 'File System Driver', 'Adapter', 'Recognizer Driver', 'Own Process', 'Share Process', 'Interactive Process']
ServiceType property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 5 namespaces
StartName property
CIMTYPE'string'
Description'The StartName property 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 will be logged using one of these two forms when it runs. If the account belongs to the built-in domain, ".\Username" can be specified. If NULL is specified, the service will be logged on as the LocalSystem account. For kernel or system level drivers, StartName contains the driver object name (that is, \FileSystem\Rdr or \Driver\Xns) which the input and output (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.
Example: DWDOM\Admin.'
StartName property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 6 namespaces
State property
CIMTYPE'string'
Description'The State property indicates the current state of the base service.'
Values['Stopped', 'Start Pending', 'Stop Pending', 'Running', 'Continue Pending', 'Pause Pending', 'Paused', 'Unknown']
State property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 36 namespaces
TagId property
CIMTYPE'uint32'
Description'The TagId property specifies a unique tag value for this service in the group. A value of 0 indicates that the service has not been assigned a tag. A tag can be used for ordering service startup within a load order group by specifying a tag order vector in the registry located at: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GroupOrderList. Tags are only evaluated for Kernel Driver and File System Driver start type services that have "Boot" or "System" start modes.'
TagId property is in 4 classes of ROOT\MicrosoftIISv2\MS_409 and in 4 namespaces

Derived properties (10) of Win32_BaseService class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one-line string) of the object.'
Caption property is in 18 classes of ROOT\MicrosoftIISv2\MS_409 and in 37 namespaces
CreationClassName property
CIMTYPE'string'
Description'CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.'
CreationClassName property is in 8 classes of ROOT\MicrosoftIISv2\MS_409 and in 20 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object.'
Description property is in 19 classes of ROOT\MicrosoftIISv2\MS_409 and in 142 namespaces
InstallDate property
CIMTYPE'datetime'
Description'The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.'
InstallDate property is in 17 classes of ROOT\MicrosoftIISv2\MS_409 and in 23 namespaces
Name property
CIMTYPE'string'
Description'The Name property 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.'
keyTrue
Name property is in 23 classes of ROOT\MicrosoftIISv2\MS_409 and in 142 namespaces
Started property
CIMTYPE'boolean'
Description'Started is a boolean indicating whether the service has been started (TRUE), or stopped (FALSE).'
Started property is in 5 classes of ROOT\MicrosoftIISv2\MS_409 and in 11 namespaces
StartMode property
CIMTYPE'string'
Description'The StartMode property indicates 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.'
Values['Boot', 'System', 'Auto', 'Manual', 'Disabled']
StartMode property is in 5 classes of ROOT\MicrosoftIISv2\MS_409 and in 15 namespaces
Status property
CIMTYPE'string'
Description'The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.'
Values['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service']
Status property is in 17 classes of ROOT\MicrosoftIISv2\MS_409 and in 42 namespaces
SystemCreationClassName property
CIMTYPE'string'
Description'The type name of the system that hosts this service'
SystemCreationClassName property is in 5 classes of ROOT\MicrosoftIISv2\MS_409 and in 20 namespaces
SystemName property
CIMTYPE'string'
Description'The name of the system that hosts this service'
SystemName property is in 5 classes of ROOT\MicrosoftIISv2\MS_409 and in 22 namespaces

Win32_BaseService Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description'The Win32_BaseService class represents executable objects that are installed in a registry database maintained by the Service Control Manager. The executable file associated with a service can be started at boot time by a boot program or by the system. It can also be started on-demand by the Service Control Manager. Any service or process that is not owned by a specific user, and that provides an interface to some functionality supported by the computer system, is a descendent (or member) of this class.
Example: The dynamic host configuration protocol (DHCP) client service on a Windows NT/Windows 2000 computer system.'
LOCALE1033

Win32_BaseService System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\MicrosoftIISv2\MS_409:Win32_BaseService'___SYSTEM8
__NAMESPACE'ROOT\MicrosoftIISv2\MS_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Service', 'CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT22___SYSTEM3
__RELPATH'Win32_BaseService'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'CIM_Service'___SYSTEM8
__CLASS'Win32_BaseService'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_BaseService

Number of classes:4
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_Service1102----
IIsFtpService02511----
IIsWebService02526----
Win32_Service22510----
comments powered by Disqus
WUtils.com