Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Command to display a process running in windows powershell

Get-Process

#To check for a particular process or application use the command below;

Get-Process -Name "totally_not_malicious"
 
PREVIOUS NEXT
Tagged: #Command #display #process #running #windows #powershell
ADD COMMENT
Topic
Name
8+5 =