Das Ziel dieser Anleitung ist die Erstellung von mehreren geplanten Aufgaben auf Basis eines individuellen anpassbaren Kopier-Skripts. In dieses Skript können nun Ausnahmen, Ausschlüsse, Größenbeschränkungen,
WeiterlesenSchlagwort: Job
Powershell – PSWindowsUpdate
PSWindowsUpdate Mit Hilfe der Powershell nach Microsoft Updates suchen und installieren. Import-Module PSWindowsUpdate Get-WUInstall Get-WURebootStatus Get-WUInstall -Acceptall -Autoreboot -Verbose Get-WUInstall -MicrosoftUpdate -ListOnly Get-WUServiceManager Get-Command -module pswindows*
Weiterlesen