BlueTeam

BlueTeam refers to CyberSecurity Defense

Windows Updates via Powershell

PS C:\share> $RemoteServer = “wtf005.wtf.local”PS C:\share> Get-WindowsUpdate -verbose -computer $RemoteServer -AcceptAll -InstallVERBOSE: wtf005.wtf.local (7/14/2022 3:26:58 PM): Connecting to Microsoft Update server. Please wait…VERBOSE: Found [19] Updates in pre search criteriaVERBOSE: Found [19] Updates in post search criteria X ComputerName Result KB Size Title ———— —— — —- —–1 wtf005.wt… Accepted KB4484104 287KB Update for Microsoft …

Windows Updates via Powershell Read More »