Lab 2-1 Flashcards

1
Q

You have just installed Windows Server 2019 Desktop Experience on a virtual machine. After the installation, you run the following command on the command prompt:
ipconfig /all
Which of the following IP address are you likely to see if the virtual machine is not configured to use a DHCP server or configured with a static IP address?

A

An IP address from the 169.254.x.x series

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

You have been advised to execute the following command on Windows PowerShell:
shutdown /r /t 0
What would be the reason for using the /r parameter in this command?

A

Reboots after shutdown

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

You have newly installed a Server Core system, and would like to enable Windows Remote Management. Which of the following command should you execute on Windows PowerShell?

A

winrm quickconfig

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

You have created a new virtual machine called PLABDMCORE02. You would like to start a PowerShell remoting session with the PLABDMCORE02 machine .Which of the following PowerShell command will you execute?

A

Enter-PSSession -ComputerName plabdmcore02
PASS

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

You have installed a new Server Core Computer. You execute the following command in PowerShell:
New-NetIPAddress 192.168.0.7 -InterfaceAlias “Ethernet” -PrefixLength 24
What is the purpose of this command?

A

Assigns a static IP address on the Ethernet connection

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