ADMINISTERING A SERVER CORE INSTALLATION (PART 3)

01/22/2008

This section focuses on some common administrative tasks that are performed locally or remotely from a command prompt. The commands in this post concern following section:  

·         Services and process and performance

In the next steps will speaking about other administrative below:  

·         Event logs

·         Disk and file system

·         Hardware

·         Remote administration

Now we begin with how to list running services:

  • List the running services.

At a command prompt, type either of the following:


             

  • Start a services

At a command prompt, type either of the following:


             

  • Stop a service

At a command prompt, type either of the following:


             

  • Retrieve a list of running applications and associated processes.

At a command prompt, type:


             

  • Stop a process forcibly.

 

      Use the tasklist command to retrieve the process ID (PID).

      At a command prompt, type:


             

  • Start Task Manager.

At a command prompt, type:


             

To manage the performance counters and logging with commands such as typeperf, logman, relog, tracerprt

See the following link.

http://go.microsoft.com/fwlink/?LinkId=84872