Hi,
I have a powershell script that is constantly taking all the memory on our server. It caches 29 GBs of memory and uses 2 GBs leaving only 1 or less GBs of space for the rest of the processes. I honestly have no clue what is calling it and stopped all of my
applications and tasks scheduled but it's still running. I killed it as well, but it keeps coming back.
Is there a way I can identity where this powershell script is being called from?
Changed typeBill_StewartWednesday, July 17, 2019 12:24 AM
Moved byBill_StewartWednesday, July 17, 2019 12:24 AMUnanswerable drive-by question
You could use a tool such as Process Explorer to view the process start time, command line, etc. But your question really isn't within the scope of this forum.