• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

Install Windows Server Update Services (WSUS)
(1/2)

Install-WindowsFeature -Name UpdateServices -IncludeManagementTools

Windows Internal Database (WID)

The default relational data store used by WSUS

Install Windows Server Update Services (WSUS)(2/2)

Install-WindowsFeature -Name UpdateServices,UpdateServices-DB -IncludeManagementTools

Configure WSUS to use WID database

cd "C:\Program Files\Update Services\Tools"
.\wsusutil postinstall content_dir=D:\WSUS

Configure WSUS to use SQL Server

cd "C:\Program Files\Update Services\Tools"
.\wsusutil postinstall SQL_INSTANCE_NAME=localhost content_dir=D:\WSUS

Sync WSUS with Microsoft Update

Set-WsusServerSynchronization -SyncFromMU

Sync WSUS from Upstream Server

Set-WsusServerSynchronization -UseServerName -PortNumber 8530

Minimum Group Policies for updates

-- Configure Automatic Updates
-- Specify intranet Microsoft update service location

Unassigned Computers

New computers are automatically assigned to this group

Client-Side Targeting

-- Uses Group Policy to place computers into containers on the WSUS server


-- Enabled in Options on WSUS server

Non-Domain-Joined Computers

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate

Server-Side Targeting

These manual groups are a good option on small to medium sized networks, but do not scale well.

Post Installation Tasks

Combination of wsusutil.exe utility and Windows PowerShell

Manageing Remote WSUS

Use Get-WsusServer cmdlet to generate an IUpdateServer object