Implement Patch Management Flashcards

1
Q

WSUS

A

Windows Server Update Services

Centralizes updates for Microsoft products

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

Products WSUS maintains updates for

A
Windows ISes
Exchange
SQL Server
Office
System Center
Windows Defender
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Features of WSUS

A

Automatic download of updates
Administrative control over update approval
Update Rollbacks
Email notification of update progress / status

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

You can use WSUS to download patches based on ____

A

Category (service pack, security update, driver)
Product (Windows 2012, Office 2007, etc)
Language

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

Microsoft Update versus Windows Update

A

Microsoft Update includes updates for other products, like Office, Exchange, SQL, ect

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

WSUS role prerequsites

A

IIS
BITS
Internal Database role or SQL Server 2005 or later (locally or remotely available)
.NET Framework 2.0 or later

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

BITS

A

Background Intelligent Transfer Service
Uses idle bandwidth to transfer large files over time.
. BITS constantly monitors network traffic for any increase or decrease in network traffic and throttles its own transfers to ensure that other foreground applications (such as a web browser) get the bandwidth they need. BITS also supports resuming transfers in case of disruptions.

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

zero-day exploitation

A

code written to take advantage of systems that are not updated. This is written within hours of when MSFT releases the patch.

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

WSUS vulnerability

A

Does not target anything but MSFT products

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

components required for WSUS

A
WSUS servers (database can be local or remote, IIS)
admin console
windows clients
group policy
update binaries and metadata
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

deployment methods of WSUS

A

Simple Server Deployment

Multiple Server Deployment

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

Simple Server Deployment

A
Single admin group has control over:
Updates
Service Packs
Driver Updates
AV Definitions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why would you have your clients download directly from MSFT servers instead of your WSUS server

A

Branch office

bad WAN link, good ISP link

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

Multiple Server Deployment

A

Different groups can control different servers, thus impacting different groups of clients.

Alternatively, multiple servers can replicate data from a single master.

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

WSUS hardware requirements

A

1.4GHz x64bit (2GHz recommended)
1.5 GB RAM over what the server requires
10GB min free space, 40 recommended
100Mbps network adapter or greater

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

What permission requirements are there for WSUS

A

Dumb gotchas – NT Authority / Network Service account must have full control of:

%windir%\Microsoft.NET\Framework\v4.0….\Temperary ASP.NET files

17
Q

two different modes of multiple server deployment

A

Autonomous Mode

Replica Mode

18
Q

Administration hierarchy for WSUS

A

One administration team approving updates for downstream

19
Q

Database requirements for WSUS

A

SQL Server 2012
SQL Server 2008 R2 SP1
Windows Internal Database (This is included in Windows already)

20
Q

What port do clients connect to WSUS over?

A

8530

21
Q

add-WsusComputer

A

Adds a specified client computer to a specified target group.

22
Q

approve-wsusupdate

A

Approves an update to be applied to clients

23
Q

deny-wsusupdate

A

Declines the update for deployment.

24
Q

get-wsusclassification

A

Get the list of all Windows Server Update Services (WSUS) classifications currently available in the system.

25
Q

get-wsuscomputer

A

Gets the Windows Server Update Services (WSUS) computer object that represents the client computer.

26
Q

get-wsusproduct

A

Get the list of all products currently available on Windows Server Update Services (WSUS) by category.

27
Q

get-wsusserver

A

Gets the value of the Windows Server Update Services (WSUS) update server object.

28
Q

get-wsusupdate

A

Gets the Windows Server Update Services (WSUS) update object with details about the update.

29
Q

invoke-WsusServerCleanup

A

Performs the process of cleanup on a specified Windows Server Update Services (WSUS) server.

30
Q

set-wsusclassification

A

Sets whether the classifications of updates that Windows Server Update Services (WSUS) synchronizes are enabled or disabled.

31
Q

set-wsusproduct

A

Sets whether the product representing the category of updates to synchronize is enabled or disabled.

32
Q

set-wsusserversynchronization

A

Sets whether the Windows Server Update Services (WSUS) server synchronizes from Microsoft Update, or an upstream server and the upstream server properties.