Optimize-WsusServer
Optimize-WsusServer copied to clipboard
Comprehensive Windows Server Update Services (WSUS) cleanup, optimization, maintenance, and configuration PowerShell script.
Hi, First of all, waht a great work. Thank you very much because it's really the tools that missed to manage WSUS... I have two issues and one suggestion at...
Possible to email the output of the tasks and anything else, like errors etc?
Decline updates using uneeded updates by Title. Would come in handy to decline all arm64 for example. Why MSFT doesn't allow you to not download these things is beyond me.
- Added feature to check if module is installed and otherwise automatically install it if agreed by the user - Added feature to check if running as Administrator, because of...
Hello! When running the script with -FirstRun flag and running the optimizations, I'm getting the following error when it approaches the WSUS database optimizations: ``` Creating custom indexes in WSUS...
Adding `-Encrypt Optional` allows fallback to insecure channel, the default on WID
Hi, I got a lot of error messages with FirstRun. ``` Get-WebConfigFile : Der Pfad "IIS:\Sites\ClientWebService" kann nicht gefunden werden, da er nicht vorhanden ist. In C:\Install\Optimize-WsusServer-1.2.1\Optimize-WsusServer.ps1:845 Zeichen:26 + $wsusWebConfigPath...
I did a first Run on the script on our server 2019 WSUS installation. I have gotten no errors.. but it has been sitting at the Optimize Server section with...
When i try to run the command "Optimize-WsusServer.ps1 -OptimizeDatabase" i get the following error messages: Creating custom indexes in WSUS index if they don't already exist. This will speed up...