BACK TO INDEX

Win32_PnPSignedDriver
A CIM_Service is a Logical Element that contains the information necessary to represent and manage the functionality provided by a Device and/or SoftwareFeature. A Service is a general-purpose object to configure and manage the implementation of functionality. It is not the functionality itself.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringThe Caption property is a short textual description (one-line string) of the object.
ClassGuidStringNA
CompatIDStringNA
CreationClassNameStringCreationClassName 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.
DescriptionStringThe Description property provides a textual description of the object.
DeviceClassStringNA
DeviceIDStringNA
DeviceNameStringNA
DevLoaderStringNA
DriverDateDateTimeNA
DriverNameStringNA
DriverProviderNameStringNA
DriverVersionStringNA
FriendlyNameStringNA
HardWareIDStringNA
InfNameStringNA
InstallDateDateTimeThe 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.
IsSignedBooleanNA
LocationStringNA
ManufacturerStringNA
NameStringThe 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.
PDOStringNA
SignerStringNA
StartedBooleanStarted is a boolean indicating whether the service has been started (TRUE), or stopped (FALSE).
StartModeStringStartMode is a string value indicating whether the Service is automatically started by a System, Operating System, etc. or only started upon request.
StatusStringThe 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.
SystemCreationClassNameStringThe scoping System's CreationClassName.
SystemNameStringThe name of the system that hosts this service
SAMPLE DATA INSTANCE
   
   instance of Win32_PnPSignedDriver
   {
    ClassGuid = "{4D36E97D-E325-11CE-BFC1-08002BE10318}";
    CompatID = NULL;
    Description = "Microsoft System Management BIOS Driver";
    DeviceClass = "SYSTEM";
    DeviceID = "ROOT\\SYSTEM\\0002";
    DeviceName = "Microsoft System Management BIOS Driver";
    DevLoader = NULL;
    DriverDate = "20021001000000.******+***";
    DriverName = NULL;
    DriverProviderName = "Microsoft";
    DriverVersion = "5.2.3790.3959";
    FriendlyName = NULL;
    HardWareID = "root\\mssmbios";
    InfName = "machine.inf";
    IsSigned = TRUE;
    Location = NULL;
    Manufacturer = "(Standard system devices)";
    PDO = "\\Device\\00000035";
    Signer = "Microsoft Windows Component Publisher";
   };