Lab 2-1 Flashcards
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?
An IP address from the 169.254.x.x series
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?
Reboots after shutdown
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?
winrm quickconfig
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?
Enter-PSSession -ComputerName plabdmcore02
PASS
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?
Assigns a static IP address on the Ethernet connection