Month: February 2012
Usu full softwares for manage active directory
Get-process/Stop-process
When we are working with PowerShell its very easy to use this command let for get some work with the processes. Even we can easily stop multiple processes at a given time. But if we used task manager for that, we have to do that more than one time. I have given some example that how we can work with get-process and stop-process.
Get-process
Using this command we can get all the running processes on our desktop or a server(Its also possible to get running processes on remote computer using –computername parameter)