Font size
WorksheetsPowerShell and Windows Server
Total questions: 10
Worksheet time: 19mins
Abigail is learning to automate tasks on her Windows Server. She wants to use a script command that follows a verb and noun structure, specifying objects based on specified classes. Which of the following should she use? (Choose two.)
Cmdlet script
.NET script
PowerShell script
Command script
Anika needs to delete an old project folder using PowerShell. Which of the following command should she use to delete the folder?
Delete-Item
Remove-Item
Del-Item
Liam is working on a Windows server and needs to view all the files and folders inside the directory C:\Test. What is the PowerShell Command he should use to list the items in that directory?
Set-Child -Path C:\Test
Get-Location C:\Test
Set-Location C:\Test
Get-ChildItem -path C:\Test
Priya is working on automating some tasks using PowerShell. She wants to send the output of one command-let as the input to another command-let. Which of the following special characters should Priya use to achieve this?
|
>
>>
||
Sophia is working on her computer and wants to see a list of all the files and folders in her current directory. Which command should she use?
ls
sir
fir
gir
Arjun is an IT administrator at a company. He needs to manage hardware devices on several computers. Which of the following tasks can Arjun perform using Device Manager? (Choose two).
Install and remove device drivers
Change the display settings and manage multiple displays
Roll back drivers for devices that are not working properly
Change the IP address, subnet mask, and other IP settings
Jeffrey is setting up a new computer and wants to install a new hard drive or SSD in Windows. Which of the following steps should Jeffrey include in the process? (Choose two.)
Format the drive
Add files and folders
Choose how to mount the drive
Circumvent the drive
An administrator can view, create, and delete folder shares from within Server Manager?
Ava is troubleshooting a Windows Server and needs to monitor system activity. She is considering using either Event Viewer or Performance Monitor. What is the difference between these two tools?
Event Viewer tracks RAM, processor, disk, and network usage, etc.
Performance Monitor tracks RAM, processor, disk, and network usage, etc.
Event Viewer records items generated by the kernel, applications, and security, etc.
Performance Monitor records items generated by the kernel, applications, and security, etc.
Michael is responsible for managing several servers in his company's network. He needs to ensure that all servers and client computers have the exact same time to avoid issues with logging and authentication. Which protocol should Michael use to synchronize time on network servers and clients?
NTP sends emails at a specified time
NTP tracks the amount of time a server has been online
NTP allows users to create alarms, and countdown timers
NTP synchronizes time on network servers and clients
