Update eines Windows Servers
Die PowerShell hilft dabei, die notwendigen Windows-Updates zu steuern und zu automatisieren.
Install-Module -Name PSWindowsUpdate
Ausführen mit:
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot
Die PowerShell hilft dabei, die notwendigen Windows-Updates zu steuern und zu automatisieren.
Install-Module -Name PSWindowsUpdate
Ausführen mit:
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -AutoReboot