Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. > $drvdev = gwmi Win32_SystemDriverPnpEntity
  2.  
  3. > [wmi] $drvdev[49].Antecedent
  4. ...
  5. __GENUS : 2
  6. __CLASS : Win32_PnPEntity
  7. __SUPERCLASS : CIM_LogicalDevice
  8. ...
  9.  
  10. > [wmi] $drvdev[49].Dependent | fl *
  11. ...
  12. Status : OK
  13. Name : MEIx64
  14. State : Running
  15. ExitCode : 0
  16. Started : True
  17. ServiceSpecificExitCode : 0
  18. __GENUS : 2
  19. __CLASS : Win32_SystemDriver
  20. __SUPERCLASS : Win32_BaseService
  21. __DYNASTY : CIM_ManagedSystemElement
  22. __RELPATH : Win32_SystemDriver.Name="MEIx64"
  23. __PROPERTY_COUNT : 22
  24. __DERIVATION : {Win32_BaseService, CIM_Service, CIM_LogicalElement, CIM_ManagedSystemElement}
  25. __NAMESPACE : rootcimv2
  26. __PATH : \HOMESRV2rootcimv2:Win32_SystemDriver.Name="MEIx64"
  27. AcceptPause : False
  28. AcceptStop : True
  29. Caption : Intel(R) Management Engine Interface
  30. CreationClassName : Win32_SystemDriver
  31. Description : Intel(R) Management Engine Interface...
  32.  
  33. > $pnpdrv = gwmi Win32_PnpSignedDriver
  34. > $pnpdrv[86]
  35. __GENUS : 2
  36. __CLASS : Win32_PnPSignedDriver
  37. __SUPERCLASS : CIM_Service
  38. __DYNASTY : CIM_ManagedSystemElement
  39. __RELPATH :
  40. __PROPERTY_COUNT : 28
  41. __DERIVATION : {CIM_Service, CIM_LogicalElement, CIM_ManagedSystemElement}
  42. __NAMESPACE : rootcimv2
  43. __PATH :
  44. Caption :
  45. ClassGuid : {4d36e97d-e325-11ce-bfc1-08002be10318}
  46. CompatID : PCIVEN_8086&DEV_1E3A&REV_04
  47. CreationClassName :
  48. Description : Intel(R) Management Engine Interface
  49. DeviceClass : SYSTEM
  50. DeviceID : PCIVEN_8086&DEV_1E3A&SUBSYS_84CA1043&REV_043&11583659&0&B0
  51. DeviceName : Intel(R) Management Engine Interface
  52. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement