flashcards
In order to install WSUS, you would use what program?
Server Manager
What security implementation does not prevent security violations but records security-related events?
Auditing
Which administrative tool can system administrators use to monitor information related to auditing?
Event Viewer
Which Event Viewer log contains information about audited events?
Security log
Groupings of applications used for software deployment are known as _______.
Categories
A system administrator wants to back up all files that have changed since last night’s backup. The backup needs to be as fast as possible. What backup operation type would do this?
Incremental backup
A Windows Server 2016 computer that contains a copy of the Active Directory database is known as a _______.
Domain controller
A Windows Server 2016 computer that is a member of an Active Directory domain but does not contain a copy of the Active Directory data store is known as a _______.
Member server
An Active Directory object that points to a file share point is known as a _______.
Shared folder
Which feature within the Windows Server 2016 Performance tool allows system administrators to view information in Chart, Histogram, and Report views?
Performance Monitor
The _______ utility can be used to gain a quick overview of current system activity.
Task Manager or Resource Monitor
Which service is responsible for installing applications on Windows-based computers?
Windows Installer
What two types of backups does the Windows Server 2016 backup utility perform?
Full server or custom
Which administrative tool can be used to manage security for only the local computer?
Local Security Policy
A system administrator wants a user account to be able to bypass file security for backup and recovery operations. To which group should the administrator add the user?
Backup Operators
Which service can be used to apply patches to installed applications?
Windows Installer
Which file extension specifies files that are used to modify the behavior of an application installation?
.mst
Which Windows setting reduces disk space?
Windows Compression
Which file extension specifies a file that is used primarily for Windows Installer setup packages?
.msi
What command allows you to add an image to the WDS server?
WDSUTIL /Add
What allows you to run an application in its own kernel space?
Hyper-V Containers
You need to install a way to automate the installation of Windows operating systems by using an image or through the network.
WDS
You have a Windows Server 2016 Windows Image (WIM) that is mounted. You need to display information about the image.
Run DISM and specify the /get-ImageInfo parameter.
You want to automate the installation of Windows Server 2016 so that no user interaction is required during the installation process. Which utility could you use?
Windows SIM
You do not want to create an SID on the destination computer when you use the image. Which Sysprep.exe command-line option should you use to set this up?
/generalize
What command-line utility should you use to configure the WDS server?
WDSUTIL
This cmdlet allows an administrator to add an app package (.appx) that will install for each new user to a Windows image?
Add-AppxProvisionedPackage
Administrators can use which cmdlet to enable a feature in a Windows image?
Enable-WindowsOptionalFeature
This shows you information about optional features in a Windows image?
Get-WindowsOptionalFeature
Allows an administrator to change a Windows image to a higher Windows edition?
Set-WindowsEdition
Allows an administrator to split an existing .wim file into multiple read-only split .wim files?
Split-WindowsImage
This tool prepares a source reference computer that will be used in conjunction with a distribution share or with disk duplication through the Image Capture Wizard, third-party software, or hardware disk-duplication devices.
Sysprep.exe
This PowerShell command allows you to add a .vhd file to a virtual machine?
Add-VMHardDiskDrive
This PowerShell command allows an administrator to forcibly close an open file by one of the clients of the Server Message Block (SMB) server.
Close-SmbOpenFile
What PowerShell command shows the date and time?
Get-Date
What PowerShell command shows information about IP address configuration?
Get-NetIPAddress
What PowerShell command shows the information about client systems that are currently connected to a shares on an NFS server?
Get-NfsSession
What PowerShell command allows an administrator to see the Server Message Block (SMB) shares on the computer?
Get-SmbShare
This command allows you to install a role, role service, or feature on the local or a specified remote server that is running Windows Server 2016.
Install-Windowsfeature
This command allows an administrator to optimize the allocation of space in virtual hard disk files, except for fixed virtual hard disks.
Optimize-VHD