Manage Processes On Windows Nano Server 2016

This article will show you how to manage processes on Windows Nano Server 2016 using PowerShell.

To get started connect to your Windows Nano Server 2016 via PowerShell Remote or PowerShell Direct.

Once connected use the cmdlet below to view all running processes:

Get-Process

To start a process use:

Start-Process cmd.exe

To stop a process use.

Stop-process -Name cmd

For more Nano Server articles visit our Nano Server home page at Nano.NtWeekly.com


Posted

in

by