Get-Process | Where-Object {$_.MainModule.FileName -like "*java*" -or $_.Name -like "*idea*"} | Select-Object Id, ProcessName, MainWindowTitle
For further actions, you may consider blocking this person and/or reporting abuse
Get-Process | Where-Object {$_.MainModule.FileName -like "*java*" -or $_.Name -like "*idea*"} | Select-Object Id, ProcessName, MainWindowTitle
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)