• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/27

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

27 Cards in this Set

  • Front
  • Back

Services

Programs that run in the background to provide a function or a network application.

Service Console

Can be opened by executing services.msc and managed by computer management.

Services console enables you to:

-view services and their status


-add, stop, start, or disable services


-select user accounts that may run the service


-view list of service, program, and driver dependencies

Automatic delayed start

Starts about 2 minutes after the system has completed started the operating system.

Automatic

Starts as the operating system starts

Manual

Must be started manually by a user, dependent service, or a program.

Disabled

Service is disabled and will not start.

Local system account

Extensive privilege on the local computer, does not have a password nor a profile of it's own.

Local service account

Type NT AUTHORITY\LocalService, this account is built in account with no password required.

Network Service account

NT AUTHORITY\NetworkService, geared towards networking services.

Another account

Browse for different user account.

System configuration utility (msconfig.exe)

Let's you enable or disable startup services, set boot options (such as booting into Safe Mode), access tools like Action Center and Event Viewer. Used for troubleshooting startup problems.

Diagnostic startup

Runs basic devices and services only, equivalent to safe mode.

Selective startup

Starts the system with some or all system services and startup items disabled.

Alternative shell

Boots to command prompt without network support.

Active Directory repair

Boots to the Windows GUI and run critical system services and active directory.

Network

Boots to safe mode with network services enabled.

Task scheduler

Create scheduled task by specifying a trigger, which is an event that causes a task to run, and an action, which is the action taken when the task runs.

Windows PowerShell Integrated Scripting Environment ISE

Use file menu to create a new script, open saved scripts, save scripts, and run scripts.

What command could be used to open the Services console?

Services.msc

What location can you find the services snap in?

Computer Management

Which account allows full access to the system, while accessing other systems on the network?

Local System account

When the local system account tries to access another system on the network, which credentials does it use?

Computername$

What program allows you to specify what services start during boot up and can forces stop the system to go into Safe Mode?

System Configuration Utility

Which item in Task Scheduler cause a task to run?

A trigger

You manage a program that requires several services. However, service1 has to start before service2. What should you do?

Set service1 at automatic and set service2 to automatic delayed start

What is the best utility to create relatively complex management tasks with windows powershell scripts?

Windows PowerShell Integrated Script Environment