Advertisement
PowerShell_PC_Aide

get-WmiObject.ps1

Sep 19th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. -------------------------------------------------------------------------------------------
  3.    
  4. -------------------------------------------------------------------------------------------
  5. #>
  6.  
  7. #https://imgur.com/CA4cTNv
  8. Get-WmiObject win32_Process  | where {$_.name -like "*BizAgi.Installation.App*"} | select name,CommandLine | fl
  9.  
  10. #https://imgur.com/9WQLN5q
  11. Get-WmiObject Win32_PnPSignedDriver| select DeviceName, Manufacturer, DriverVersion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement