Deploy, Manage, and Maintain Servers Flashcards

1
Q

What does the following PowerShell DISM cmdlet do?

Add-AppxProvisionedPackage

A

Adds an app package (.appx) that will install for each new user to a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Add-WindowsCapability

A

Installs a Windows capability package on the specified operating system image.

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

What does the following PowerShell DISM cmdlet do?

Add-WindowsDriver

A

Adds a driver to an offline Windows image.

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

What does the following PowerShell DISM cmdlet do?

Add-WindowsImage

A

Adds an additional image to an existing image (.wim) file.

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

What does the following PowerShell DISM cmdlet do?

Add-WindowsPackage

A

Adds a single .cab or .msu file to a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Clear-WindowsCorruptMountPoint

A

Deletes all of the resources associated with a mounted image that has been corrupted.

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

What does the following PowerShell DISM cmdlet do?

Disable-WindowsOptionalFeature

A

Disables a feature in a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Dismount-WindowsImage

A

Dismounts a Windows image from the directory it is mapped to.

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

What does the following PowerShell DISM cmdlet do?

Enable-WindowsOptionalFeature

A

Enables a feature in a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Expand-WindowsCustomDataImage

A

Expands a custom data image.

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

What does the following PowerShell DISM cmdlet do?

Expand-WindowsImage

A

Applies an image to a specified location.

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

What does the following PowerShell DISM cmdlet do?

Export-WindowsDriver

A

Exports all third-party drivers from a Windows image to a destination folder.

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

What does the following PowerShell DISM cmdlet do?

Export-WindowsImage

A

Exports a copy of the specified image to another image file.

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

What does the following PowerShell DISM cmdlet do?

Get-AppxProvisionedPackage

A

Gets information about app packages (.appx) in an image that will be installed for each new user.

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

What does the following PowerShell DISM cmdlet do?

Get-WIMBootEntry

A

Displays the Windows image file boot (WIMBoot) configuration entries for a specified disk volume.

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

What does the following PowerShell DISM cmdlet do?

Get-WindowsCapability

A

Gets Windows capabilities for an image or a running operating system.

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

What does the following PowerShell DISM cmdlet do?

Get-WindowsDriver

A

Displays information about drivers in a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Get-WindowsEdition

A

Gets edition information about a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Get-WindowsImage

A

Gets information about a Windows image in a WIM or VHD file.

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

What does the following PowerShell DISM cmdlet do?

Get-WindowsImageContent

A

Displays a list of the files and folders in a specified image.

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

What does the following PowerShell DISM cmdlet do?

Get-WindowsOptionalFeature

A

Gets information about optional features in a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Get-WindowsPackage

A

Gets information about packages in a Windows image.

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

What does the following PowerShell DISM cmdlet do?

Mount-WindowsImage

A

Mounts a Windows image in a WIM or VHD file to a directory on the local computer.

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

What does the following PowerShell DISM cmdlet do?

New-WindowsCustomImage

A

Captures an image of customized or serviced Windows components on a Windows Image File Boot (WIMBoot) configured device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
# What does the following PowerShell DISM cmdlet do? New-WindowsImage
Captures an image of a drive to a new WIM file.
26
# What does the following PowerShell DISM cmdlet do? Optimize-WindowsImage
Configures a Windows image with specified optimizations.
27
# What does the following PowerShell DISM cmdlet do? Remove-AppxProvisionedPackage
Removes an app package (.appx) from a Windows image.
28
# What does the following PowerShell DISM cmdlet do? Remove-WindowsCapability
Uninstalls a Windows capability package from an image.
29
# What does the following PowerShell DISM cmdlet do? Remove-WindowsDriver
Removes a driver from an offline Windows image.
30
# What does the following PowerShell DISM cmdlet do? Remove-WindowsImage
Deletes the specified volume image from a WIM file that has multiple volume images.
31
# What does the following PowerShell DISM cmdlet do? Remove-WindowsPackage
Removes a package from a Windows image.
32
# What does the following PowerShell DISM cmdlet do? Repair-WindowsImage
Repairs a Windows image in a WIM or VHD file.
33
# What does the following PowerShell DISM cmdlet do? Save-WindowsImage
Applies changes made to a mounted image to its WIM or VHD file.
34
# What does the following PowerShell DISM cmdlet do? Set-AppXProvisionedDataFile
Adds custom data into the specified app (.appx) package that has been provisioned in a Windows image.
35
# What does the following PowerShell DISM cmdlet do? Set-WindowsEdition
Changes a Windows image to a higher edition.
36
# What does the following PowerShell DISM cmdlet do? Set-WindowsProductKey
Sets the product key for the Windows image.
37
# What does the following PowerShell DISM cmdlet do? Split-WindowsImage
Splits an existing .wim file into multiple read-only split .wim files.
38
# What does the following PowerShell DISM cmdlet do? Update-WIMBootEntry
Updates the Windows image file boot (WIMBoot) configuration entry, associated with either the specified data source ID, the renamed image file path or the moved image file path.
39
# What does the following PowerShell DISM cmdlet do? Use-WindowsUnattend
Applies an unattended answer file to a Windows image.
40
# What does the following PowerShell DISM cmdlet do? Add-WsusComputer
Adds a client computer to a target group.
41
# What does the following PowerShell DISM cmdlet do? Add-WsusDynamicCategory
Adds a dynamic category to a WSUS server.
42
# What does the following PowerShell DISM cmdlet do? Approve-WsusUpdate
Approves an update to be applied to clients.
43
# What does the following PowerShell DISM cmdlet do? Deny-WsusUpdate
Declines the update for deployment.
44
# What does the following PowerShell DISM cmdlet do? Get-WsusClassification
Gets the list of all WSUS classifications currently available in the system.
45
# What does the following PowerShell DISM cmdlet do? Get-WsusComputer
Gets the WSUS computer object that represents the client computer.
46
# What does the following PowerShell DISM cmdlet do? Get-WsusDynamicCategory
Gets dynamic categories on a WSUS server.
47
# What does the following PowerShell DISM cmdlet do? Get-WsusProduct
Gets the list of all products currently available on WSUS.
48
# What does the following PowerShell DISM cmdlet do? Get-WsusServer
Gets the WSUS update server object.
49
# What does the following PowerShell DISM cmdlet do? Get-WsusUpdate
Gets the WSUS update object with details about the update.
50
# What does the following PowerShell DISM cmdlet do? Invoke-WsusServerCleanup
Performs the process of cleanup on a WSUS server.
51
# What does the following PowerShell DISM cmdlet do? Remove-WsusDynamicCategory
Removes a dynamic category from a WSUS server.
52
# What does the following PowerShell DISM cmdlet do? Set-WsusClassification
Sets whether the classifications of updates that WSUS synchronizes are enabled.
53
# What does the following PowerShell DISM cmdlet do? Set-WsusDynamicCategory
Sets the synchronization status of a dynamic category.
54
# What does the following PowerShell DISM cmdlet do? Set-WsusProduct
Sets whether the product representing the category of updates to synchronize is enabled.
55
# What does the following PowerShell DISM cmdlet do? Set-WsusServerSynchronization
Sets whether the WSUS server synchronizes from Microsoft Update or an upstream server.
56
What is a Performance Monitor Alert DCS?
Allows you to monitor selected resources (CPU, memory, etc.), set an alert threshold and take action when the threshold is reached
57
How would you add a driver (that is avalible on the Microsoft Update Site) but not download any additional drivers that are not needed?
Run Import Updates and add the driver. Once you have imported the Updates you can search the Microsoft Update Catalog for the drive and add it to the WSUS server.
58
# The WSUS server has been configured to manually synchronize updates from Microsoft You deploy Office 2013 to all client computers in your network. Updates for Microsoft Office are avalible on the update server but do not show up in the products and classifications on the WSUS server. What should you do?
You need to synchronize the WSUS server. Once this is done you can approve updates for the new product
59
60
# What does the following command do? wdsutil /add
Adds devices, images, or image groups.
61
# What does the following command do? wdsutil /approve-AutoAddDevices
Approves pending Auto-Add devices and allows you to set configuration information for them.
62
# What does the following command do? wdsutil /convert-RiprepImage
Converts a legacy RIPrep image to a WIM image.
63
# What does the following command do? wdsutil /copy-Image
Duplicates an image within an image store.
64
# What does the following command do? wdsutil /delete-AutoAddDevices
Deletes all or specific pending Auto-Add devices.
65
# What does the following command do? wdsutil /disable
Disables a WDS Server or Transport Server.
66
# What does the following command do? wdsutil /disconnect-Client
Disconnects a client from a multicast transmission or namespace.
67
# What does the following command do? wdsutil /enable
Enables a WDS Server or Transport Server.
68
# What does the following command do? wdsutil /export-Image
As with wdsutil /export in ImageX, this exports an existing image from the image store to a WIM image.
69
# What does the following command do? wdsutil /get
Gets properties and attributes for a device, image, image group, WDS server, or transport server.
70
# What does the following command do? wdsutil /initialize-Server
Configures a WDS Server for use after first installation.
71
# What does the following command do? wdsutil wdsutil /new
Creates capture or discover images, multicast transmissions, and namespaces.
72
# What does the following command do? wdsutil wdsutil /progress
Displays progress while a given command is being executed.
73
# What does the following command do? wdsutil /reject-AutoAddDevices
Rejects all or specific pending Auto-Add devices.
74
# What does the following command do? wdsutil /remove
Removes images, images groups, multicast transmissions, and namespaces.
75
# What does the following command do? wdsutil /replace-Image
Replaces (overwrites) an image with a new image.
76
# What does the following command do? wdsutil /set
Sets properties and attributes for a device, image, image group, WDS server, or transport server.
77
# What does the following command do? wdsutil /start
Starts a WDS Server or Transport Server.
78
# What does the following command do? wdsutil /stop
Stops a WDS Server or Transport Server.
79
# What does the following command do? wdsutil /uninitialize-Server
Reverts the changes made to the server during server initialization (reverts it to an unconfigured state).
80
# What does the following command do? wdsutil /update-ServerFiles
Updates the files in the server's REMINST share with the latest versions from the server's System32\RemInst directory.
81
# What does the following command do? wdsutil /verbose
Displays verbose output while a given command is being executed.
82
# What does the PowerShell CmdLet Do? Add-WdsDriverPackage
Adds an existing driver package to a driver group or injects it into a boot image.
83
# What does the PowerShell CmdLet Do? Approve-WdsClient
Approves clients.
84
# What does the PowerShell CmdLet Do? Copy-WdsInstallImage
Copies install images within an image group.
85
# What does the PowerShell CmdLet Do? Deny-WdsClient
Denies approval for clients.
86
# What does the PowerShell CmdLet Do? Disable-WdsBootImage
Disables a boot image.
87
# What does the PowerShell CmdLet Do? Disable-WdsDriverPackage
Disables a driver package in the Windows Deployment Services driver store.
88
# What does the PowerShell CmdLet Do? Disable-WdsInstallImage
Disables an install image.
89
# What does the PowerShell CmdLet Do? Disconnect-WdsMulticastClient
Disconnects a multicast client from a transmission or namespace. This does not allow you to stop additional clients from joining a broadcast
90
# What does the PowerShell CmdLet Do? Enable-WdsBootImage
Enables a boot image.
91
# What does the PowerShell CmdLet Do? Enable-WdsDriverPackage
Enables a driver package in the Windows Deployment Services driver store.
92
# What does the PowerShell CmdLet Do? Enable-WdsInstallImage
Enables an install image.
93
# What does the PowerShell CmdLet Do? Export-WdsBootImage
Exports an existing boot image from an image store.
94
# What does the PowerShell CmdLet Do? Export-WdsInstallImage
Exports an existing install image from an image store.
95
# What does the PowerShell CmdLet Do? Get-WdsBootImage
Gets properties of boot images from the image store.
96
# What does the PowerShell CmdLet Do? Get-WdsClient
Gets client devices from the pending device database, or pre-staged devices from Active Directory or the standalone server device database.
97
# What does the PowerShell CmdLet Do? Get-WdsDriverPackage
Gets properties of driver packages from the Windows Deployment Services driver store.
98
# What does the PowerShell CmdLet Do? Get-WdsInstallImage
Gets properties of install images from an image store.
99
# What does the PowerShell CmdLet Do? Get-WdsInstallImageGroup
Gets properties of install image groups.
100
# What does the PowerShell CmdLet Do? Get-WdsMulticastClient
Gets a list of clients connected to a multicast transmission or namespace.
101
# What does the PowerShell CmdLet Do? Import-WdsBootImage
Imports a boot image to the image store.
102
# What does the PowerShell CmdLet Do? Import-WdsDriverPackage
Imports a driver package into the Windows Deployment Services driver store.
103
# What does the PowerShell CmdLet Do? Import-WdsInstallImage
Imports an install image to an image store.
104
# What does the PowerShell CmdLet Do? New-WdsClient
Creates a pre-staged client.
105
# What does the PowerShell CmdLet Do? New-WdsInstallImageGroup
Creates an install image group.
106
# What does the PowerShell CmdLet Do? Remove-WdsBootImage
Removes a boot image from the image store.
107
# What does the PowerShell CmdLet Do? Remove-WdsClient
Removes a pre-staged client from AD DS or the stand-alone server device database, or clears the Pending Devices database.
108
# What does the PowerShell CmdLet Do? Remove-WdsDriverPackage
Removes a driver package from a driver group or removes it from all driver groups and deletes it.
109
# What does the PowerShell CmdLet Do? Remove-WdsInstallImage
Removes an install image from an image store.
110
# What does the PowerShell CmdLet Do? Remove-WdsInstallImageGroup
Removes an install image group.
111
# What does the PowerShell CmdLet Do? Set-WdsBootImage
Modifies settings of a boot image.
112
# What does the PowerShell CmdLet Do? Set-WdsClient
Modifies a pre-staged client device.
113
# What does the PowerShell CmdLet Do? Set-WdsInstallImage
Modifies the properties of an install image.
114
# What does the PowerShell CmdLet Do? Set-WdsInstallImageGroup
Modifies the name and access permissions of an install image group.
115
Can you use Active Directory Security Groups to help Manage WSUS updates?
No
116
What is a Managed Computer?
* Linked objects in Active Directory to the correct location. * This allows you to assign permissions for who can join each computer to the domain
117
# WSUS What is express installation?
**Anwser:** It only downloads the differences between the new version and the old version to install the update. Explination: The express installation files feature is an update distribution mechanism. You can use express installation files to limit the bandwidth consumed on your local network, but at the cost of bandwidth consumption on your Internet connection. By default, WSUS does not use express installation files. To better understand the tradeoff, you first have to understand how WSUS updates client computers. Updates typically consist of new versions of files that already exist on the computer being updated. On a binary level these existing files might not differ very much from updated versions. The express installation files feature is a way of identifying the exact bytes that change between different versions of files, creating and distributing updates that include just these differences, and then merging the original file with the update on the client computer. Sometimes this is called delta delivery because it downloads only the difference, or delta, between two versions of a file.
118
# WSUS What is deferred installation?
**Answer:** Only downloads Metadata for updates, once approved it downloads the update In depth description: You can approve updates, and download the update metadata before you download the update files, this method is called deferred downloads. When you defer downloads, an update is downloaded only after it is approved. We recommend that you defer downloads because it optimizes network bandwidth and disk space.
119
What do you need to do before you can set up an event subscription that collects events from computers over the network?
winrm Enable this machine for remote management. This allows logs to be collected by the Centeral Computer
120
What command do you use to create and manage subscriptions to events that are forwarded from remote computers? After you have configured WINRM.
wecutil
121
# What does the following CMD do? Logman
creates and manages Event Trace Session and Performance logs and supports many functions of Performance Monitor from the command line.
122
# DCS - Data Collector Set if you need a log size to be no bigger than 100MB and a new log to be started what should you do?
Configure DSC Stop Condition properties * this allows you to set a limit on the log file and to restart
123
When would you use performance Monitor?
When you want to gather live performance data from one or more computers. Does not colled event logs
124
When would you use Event viewer?
When you want to view, collect or view event logs
125
What are the two types of WSUS Configurations for multiple WSUS servers (when you want them to be connected)?
* Replica Mode * Autonomous Mode
126
What does Autonomous Mode set up for WSUS?
Autonomous Mode - Each WSUS server is able to select its own options and configurations update languages, creates computer groups, assigns computers to groups, tests and approves updates, and makes sure that the correct updates are installed to the appropriate computer groups
127
What does replica mode set up for WSUS?
Answer: Recieve all updates and settings from an Upstream sever The Replica mode, also called centralized administration, works by having an upstream WSUS server that shares updates, approval status, and computer groups with downstream servers. Replica servers inherit update approvals and are not administered separately from the upstream WSUS server.
128
What is the GPO Client Side Targeting? What does it allow you to do?
1. You specify a WSUS Group and the policy can be placed at a location in the OU Structure - it then moves thoses PCs into the WSUS Group 2. It allows you to automate WSUS Groups
129
# What does the following CMD do? wuauclt 1. What does the switch /ResetAuthorization do? 2. What does the switch /ReportNow do? 3. What does the switch /DetectNow do?
Windows Update Agent * /a or /ResetAuthorization * Initiate an asynchronous background search for applicable updates. If Automatic Updates are disabled, this has no effect. * /r or /ReportNow * Send all queued reporting events to the server asynchronously. * /DetectNow * Initiate detection right away, Query the WSUS server immediately to see if any new updates are needed.
130
What do you need to specifiy when you enter the WSUS intranet server location?
The port being used which is 8530
131
What do you need to install in order to view the WSUS Reports?
The Microsoft Report Viewer 2008 Redistributed
132
How do you allow WDS clients currently installing to continue but not let any additional client join the broadcast?
Wdsutil /remove
133
Can you configure a GPO to only target a few machines in an OU for a WSUS Group?
No