Windows Server Core 2022 Tips & Tricks - Install WSUS + Remote Managment Part 1

Опубликовано: 01 Апрель 2026
на канале: IT Wizard
423
4

Support the channel : (any donation are appreciated) , god bless.

https://buymeacoffee.com/itwizard0
https://paypal.me/ITwizard0?country.x...
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   • Windows Server 2022 - WSUS + IIS configura...   - FULL TUTORIAL ON WSUS
   • Windows Server 2022 - Configure HTTPS on W...   - WSUS TROUBLESHOOTING
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Install WSUS :
Install-WindowsFeature UpdateServices -Restart

Postinstall config:
CD "C:\Program Files\Update Services\Tools"
.\wsusutil.exe postinstall CONTENT_DIR=C:\WSUS

ReportViewer :

wget -uri https://download.microsoft.com/downlo... -OutFile "C:\ReportViewer.msi"
SQLCrlTypes :

wget -uri https://download.microsoft.com/downlo... -OutFile "C:\SQLSysClrTypes.msi"

SQL SERVER 2022 :

wget -uri https://download.microsoft.com/downlo... -OutFile "C:\SQL2022-SSEI-Eval.exe"