Forum Discussion
Robert Bollinger
Feb 12, 2020Iron Contributor
Troubleshooting PowerShell Processes
Hey Guys, I have an issue where a single PowerShell process is using 20% of the CPU and up to 10GB of RAM . This causing windows resource exhaustion issues. (RADAR). Looking in the IIS processes...
Nico_G
Mar 02, 2020Copper Contributor
Is it a local script on the server or is it a remote script and call a webside what is provided by your IIS?
If it is a local script that search for it (open the taskmanager, configure the command line column) and look for the script path.
Than you can have a look into the script.
If it is a remote script, that may Fiddler is the thing what will help you to see what kind of request comming to your IIS via the remote script.
br,
Nico