TestOut_Chap_3 Flashcards

1
Q

what are cmdlets?

A

Powershell commands: used by windows server core

they are light weight commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how do you access the cmdlet help function?

A

type into powershell: Get-Help cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

are powershell and command prompt the same thing?

A

no, the powershell is used to tell the windows server software commands. you can access the powershell by typing in powershell in the command prompt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how to get help with commands/ cmdlets?

A

get-help NameOfCommand

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Powershell DSC?

A

Powershell Desired State Configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

if in powershell what cmdlet is needed to remove a Telnet client feature from a server? ________ -name Telnet Client Restart

A

remove-windows feature

*remove-windows feature -name Telnet-client -restart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what cmdlet in powershell is entered to get the server to display a list of all available roles and features that are installed on the server?

A

Get-WindowsFeature

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what does Server Manager allow one to do?

A

manage multiple servers (remote or local) from one console.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

if the ip addresses keep getting changed by users then what can an admin do to manage these?

A

use IP Address Management feature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

the command netdom does what?

A

rename computer or netdom join / netdom add used to add server to domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

the command netsh does what?

A

set the servers ip address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what command is used to assign a static ip address?

A

set an ip address: New-NetIPAddress

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what command is used to set a server time?

A

cmdlet to set system time: Set-Date

How well did you know this?
1
Not at all
2
3
4
5
Perfectly