Windows server core config

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What are the benefits of Windows Server Core?

Less resource intensive, fewer updates, smaller attack surface

2
New cards

What are the four initial steps to configuring windows server core?

Name the computer
Set time and time zone
Assign static IP
Join server to domain

3
New cards

What command can you use to display the host name?

hostname

4
New cards

What command can you use to see services installed on the system?

Get-service

5
New cards

What command can you use to rename the computer?

Rename-computer

6
New cards

What command can you use to see the current screen resolution? What about changing it?

Get-displayresolution, Set-displaresolution

7
New cards

What command can you use to enter the server configuration utility?

Sconfig

8
New cards

What command can you use to see your current time zone? What about changing it?

Get-Timezone, Set-timzone

9
New cards

What command do you enter to start a service? What about stopping it?

Start-Service, Stop-service

10
New cards

What command can you use to enter a computer into a domain?

Add-computer

11
New cards

What command can you use to see the IP configuration?

Get-netIPconfiguration

12
New cards

What command can you use to see network interfaces on the system?

Get-NetIPinterface

13
New cards

What command can you use to assign a new IP address

New-NetIPAddress

14
New cards

What command can you use to set a new date and time for the system?

Set-Date

15
New cards

What command can you use to create a new AD group?

New-ADgroup

16
New cards

What command can you use to modify an AD group?

Set-ADgroup

17
New cards

What command can you use to create a new AD user?

New-ADuser

18
New cards

What command can you use to modify an AD user?

Set-ADuser

19
New cards

How do you remove an AD user?

Remove-ADuser

20
New cards

What command can you use to set a password for an AD account?

Set-ADaccountpassword