Diese Seite soll in erster Linie eine zentrale und hilfreiche Anlaufstelle für Systembetreuer an Schulen sein.
Platz finden soll hier alles, was in der praktischen Arbeit im Schulumfeld immer wieder anfällt. Deswegen ist die Streuung der Themen recht breit gehalten, erhebt keinen Anspruch auf punktuelles Expertenwissen und kann beliebig ergänzt werden.
Vorallem die hier gesammelten Anleitungen, Dokus, Tipps und Links  sollen dabei helfen, praktische Erfahrungen weiter zu geben.

Weblinks

Partnerseiten

Vinaora Nivo Slider 3.xVinaora Nivo Slider 3.xVinaora Nivo Slider 3.xVinaora Nivo Slider 3.x

vslogo

Dressurausbildung Daniel Köck

Dresssurausbildung Koeck

Beiträge

April 2024
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5

Besucher

7761474
HeuteHeute1899
GesternGestern3161
Diese WocheDiese Woche17218
Diesen MonatDiesen Monat61446
GesamtGesamt7761474

Bewertung: 5 / 5

Stern aktivStern aktivStern aktivStern aktivStern aktiv
 

PSWindowsUpdate module for PowerShell to manage Windows updates from the command line interface. The PSWindowsUpdate is not integrated into Windows and is a third-party module available in Technet Script Gallery. (v 1.5.6. While the NuGet package manager installs PSWindowsUpdate 2.1.1.2 from the PowershellGallery)

PSWindowsUpdate allows administrators to remotely check, install, remove and hide updates on Windows servers and workstations. The PSWindowsUpdate module is especially valuable to manage updates on Windows Server Core, Hyper-V editions having no graphic interface, as well as when configuring a Windows image in the audit mode.

Installation:

Install-Module -Name PSWindowsUpdate

I f an older Version is installed on your computer you need to run

Install-Module -Name PSWindowsUpdate –Force

Import the module into your PowerShell session: Import-Module PSWindowsUpdate

Remote Install on other computers or servers use the Update-WUModule cmdlet. (you need access the remote servers via SMB protocol, TCP port 445)

Example:

$Servers = "Server01", "Server02"
Update-WUModule -ComputerName $Servers –Local

 

Solution Firewall Problem:

PSWindowsUpdate Firewall

PSWindowsUpdate Firewall 01

 

PSWindowsUpdate Firewall 02

 

 

 

Copyright © winxperts4all.com. All Rights Reserved.