/build/static/layout/Breadcrumb_cap_w.png

Kill procees by user script

I am trying to kill a process for the user who is logged onto a server. once they close a certain exe that I am monitoring then it need to kill off all other iexplore.exe windows created by that user. I have found this code so far.

Thanks for taking the time to help!

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set colProcessList = objWMIService.ExecQuery("Select * from Win32_Process")

ForEach objProcessin colProcessList
    colProperties = objProcess.GetOwner(strNameOfUser,strUserDomain)
    Wscript.Echo"Process " & objProcess.Name & " is owned by " _
        & strNameOfUser & "."
Next


Comments

This post is locked

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Post

Related Posts

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ